xcode c++ GDI Problem

hi, im new to xcode && c++ code

i wanna ask how do i build GDI window in xcode ? eg : win32 GDI window that visual studio 2003 provides...

what header files do i have to include or ???

PowerBook G4, Mac OS X (10.4.4)

Posted on Feb 4, 2006 4:39 PM

Reply
4 replies

Feb 5, 2006 6:38 AM in response to hiall

You can't develop a Windows GUI with Xcode. I thought that was the whole point. 😉

You are going to have to learn how to use one of the OS X-specific GUI APIs, such as Cocoa or Carbon, or else one of the cross-platform GUIs such as Qt.

Here are some links to the Apple documentation on the subject:

http://developer.apple.com/carbon/
http://developer.apple.com/cocoa/

Cocoa apps will run ONLY under OS X, Carbon apps can also run on the earlier version of Apple's operating system Mac OS 9.

Trolltech has developed Qt:

http://www.trolltech.com/

Carbon and Qt are recommended for those developers who are deeply-committed to C++, but you can use C++ with Cocoa as well.

Another highly-praised cross-platform solution, of course, is Java.


Dan

---------

"Toto, I don't think we're in Kansas any more."
-- Dorothy, 'Wizard of Oz' by L. Frank Baum

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

xcode c++ GDI Problem

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.