Some OpenGL 2D questions
The framework you need is CoreGraphics.
CoreGraphics is a part of the ApplicationServices framework, so you have to add ApplicationServices.framework in order to access CoreGraphics. While there is a private framework named "CoreGraphics.framework" inside of ApplicationServices, adding that will confuse the linker.
Anyways, sorry about the delay oskob, I forgot all about this thread. That's an odd problem -- I'm not sure what's causing that. Is the framework's name in red? Try doing a Get Info on ApplicationServices.framework inside the Xcode project and make sure the path to the framework is set up correctly. You can also try checking the framework search paths in the target settings, but since ApplicationServices is a system-wide framework, I don't think that would be causing it. But it's worth a look.
Are there any more details you could give us?
Anyways, sorry about the delay oskob, I forgot all about this thread. That's an odd problem -- I'm not sure what's causing that. Is the framework's name in red? Try doing a Get Info on ApplicationServices.framework inside the Xcode project and make sure the path to the framework is set up correctly. You can also try checking the framework search paths in the target settings, but since ApplicationServices is a system-wide framework, I don't think that would be causing it. But it's worth a look.
Are there any more details you could give us?
Since when was "Fred" a placeholder variable?
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| OpenGL ES2... many questions | vunterslaush | 39 | 21,085 |
Sep 5, 2011 09:21 AM Last Post: ipeku |
|
| OpenGL ES questions regarding 2D mixed with 3D | jeonghyunhan | 5 | 5,467 |
Jun 20, 2009 03:54 PM Last Post: jeonghyunhan |
|
| OpenGL: glRotate and some 3D questions. | mikey | 1 | 3,312 |
May 19, 2009 05:11 PM Last Post: ThemsAllTook |
|
| Basic OpenGL questions | Mercy | 5 | 4,133 |
Dec 23, 2008 10:25 AM Last Post: AnotherJake |
|
| Dreaded noob questions: OpenGL in a Cocoa App | 5thPeriodProductions | 5 | 4,051 |
Apr 10, 2006 11:08 AM Last Post: 5thPeriodProductions |
|

