![]() |
|
SDL Video Question - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: Graphics & Audio Programming (/forum-9.html) +--- Thread: SDL Video Question (/thread-2151.html) |
SDL Video Question - silver9172 - Nov 13, 2008 06:09 PM I am trying to make a pong clone using SDL. I am using the templates that I downloaded from their website but whenever I build my app I get this message in the console Quote: Warning once: This application, or a library it uses, is using NSQuickDrawView, which has been deprecated. Apps should cease use of QuickDraw and move to Quartz. I thought that I read somewhere that SDL uses quartz. Is there something else I need to change to get my app to use Quartz instead? SDL Video Question - Najdorf - Nov 13, 2008 06:47 PM SDL 1.2 (stable) uses QuickDraw, 1.3 uses Quartz but it's still a development version. SDL Video Question - silver9172 - Nov 13, 2008 07:32 PM Ok thanks! |