Linked by Quentin Hartman on Mon 14th Jul 2008 08:46 UTC, submitted by makkus
Thread beginning with comment 322831
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[4]: private structure fields
by YEPHENAS on Mon 14th Jul 2008 15:23
in reply to "RE[3]: private structure fields"
is Qt not bind to Cocoa on OS X? Never tried, but isn't possible to code OS X application in C,C++ or Obj-C in xcode?
With pure C you can code Carbon applications, but Carbon is outdated. Then there is Objective C++: most of your program will be C++ but the Cocoa calls will be with the Smalltalk-like "Objective-syntax". Perhaps that's what Qt does. The Java bindings had difficulties mapping Cocoa to Java and are abandoned now. And even Ruby or Python bindings look strange, like: myObject.setValue_forKey_(u"foo", u"bar")
Edited 2008-07-14 15:24 UTC






Member since:
2005-08-31
is Qt not bind to Cocoa on OS X? Never tried, but isn't possible to code OS X application in C,C++ or Obj-C in xcode?