Yet another ignorant question: NSQuickDrawView vs QuickDraw

Someone decided that it be a good idea for me to have a mac, a
mistake, but anyway… I’m playing around with it and getting common
libs I use to run, but whenever I run something compiled with sdl it
always throws this warning:
./a.out
2009-03-05 22:52:30.626 a.out[172:10b] 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.

Should I care/worry about this?

thanks,
Pavel

Hi,

QuickDraw is the old 2D API on the Macs, it is there since the first Mac was
born,
naturaly it was improved along the years. Eventually Apple decided it was
time
to replace it with a more up to date library, and along the way Quartz got
introduced.

You can think of QuickDraw as GDI for the Macs.

As for the warning I wouldn’t care, most likely with SDL 1.3 this is no
longer an issue.

Someone please correct me if I saying nonsene here,
PauloOn Fri, Mar 6, 2009 at 7:58 AM, Pavel Dudrenov wrote:

Someone decided that it be a good idea for me to have a mac, a
mistake, but anyway… I’m playing around with it and getting common
libs I use to run, but whenever I run something compiled with sdl it
always throws this warning:
./a.out
2009-03-05 22:52:30.626 a.out[172:10b] 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.

Should I care/worry about this?

thanks,
Pavel


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Hiyya, for many questions the answer can be found in any search engine like google.com or msn.com so to put the proof in the pudding here is the first listing of “apps use quickdraw” from msn.com >>>>>>>>>>>>>>>>>>>>>>>>>>QuickDraw is the 2D graphics library and associated Application Programming Interface (API) which is a core part of the classic Apple Macintosh operating system. It was initially written by Bill Atkinson and Andy Hertzfeld. QuickDraw still exists as part of the libraries of Mac OS X, but has been largely superseded by the more modern Quartz graphics system. In Mac OS X v10.4, QuickDraw has been officially deprecated. In Mac OS X v10.5 applications using QuickDraw can’t make use of the added 64-bit support.>>>>>>>>>>>>>>>>>>>>>>> These kind of searches should help you greatly going forward.
---- Paulo Pinto wrote:=============
Hi,

QuickDraw is the old 2D API on the Macs, it is there since the first Mac was
born,
naturaly it was improved along the years. Eventually Apple decided it was
time
to replace it with a more up to date library, and along the way Quartz got
introduced.

You can think of QuickDraw as GDI for the Macs.

As for the warning I wouldn’t care, most likely with SDL 1.3 this is no
longer an issue.

Someone please correct me if I saying nonsene here,
Paulo

On Fri, Mar 6, 2009 at 7:58 AM, Pavel Dudrenov wrote:

Someone decided that it be a good idea for me to have a mac, a
mistake, but anyway… I’m playing around with it and getting common
libs I use to run, but whenever I run something compiled with sdl it
always throws this warning:
./a.out
2009-03-05 22:52:30.626 a.out[172:10b] 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.

Should I care/worry about this?

thanks,
Pavel


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

I did search on google, but the information was not satisfying,
Paulo’s answer was. But OK I’ll try to do more extensive searches
before asking questions.

PavelOn Fri, Mar 6, 2009 at 11:07 AM, wrote:

Hiyya, for many questions the answer can be found in any search engine like google.com or msn.com so to put the proof in the pudding here is the first listing of “apps use quickdraw” from msn.com >>>>>>>>>>>>>>>>>>>>>>>>>>QuickDraw is the 2D graphics library and associated Application Programming Interface (API) which is a core part of the classic Apple Macintosh operating system. It was initially written by Bill Atkinson and Andy Hertzfeld. QuickDraw still exists as part of the libraries of Mac OS X, but has been largely superseded by the more modern Quartz graphics system. In Mac OS X v10.4, QuickDraw has been officially deprecated. In Mac OS X v10.5 applications using QuickDraw can’t make use of the added 64-bit support.>>>>>>>>>>>>>>>>>>>>>>> These kind of searches should help you greatly going forward.
---- Paulo Pinto wrote:

=============
Hi,

QuickDraw is the old 2D API on the Macs, it is there since the first Mac was
born,
naturaly it was improved along the years. Eventually Apple decided it was
time
to replace it with a more up to date library, and along the way Quartz got
introduced.

You can think of QuickDraw as GDI for the Macs.

As for the warning I wouldn’t care, most likely with SDL 1.3 this is no
longer an issue.

Someone please correct me if I saying nonsene here,
Paulo

On Fri, Mar 6, 2009 at 7:58 AM, Pavel Dudrenov <@Pavel_Dudrenov> wrote:

Someone decided that it be a good idea for me to have a mac, a
mistake, but anyway… I’m playing around with it and getting common
libs I use to run, but whenever I run something compiled with sdl it
always throws this warning:
./a.out
2009-03-05 22:52:30.626 a.out[172:10b] 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.

Should I care/worry about this?

thanks,
Pavel


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org