TheReef
Feb 10, 2009, 03:54 AM
Hi all,
I am trying to get C++ talking to a user interface.
Is there something similar to what I'd do with Cocoa:
1) Make application controller class in Interface Builder.
2) Add actions and outlets.
3) Write class files back to project.
I looked here (http://developer.apple.com/documentation/Carbon/Conceptual/HandlingWindowsControls/hitb-wind_cont_tasks/chapter_3_section_3.html#//apple_ref/doc/uid/TP30001004-CH206-BCIIEDHF) and it seams I need to use the Carbon Events Manager, I'm totally lost there.
I have selected Carbon C++ application from Xcode but opening the .xib file in Interface Builder I can't seam to create a class, and from there add the actions and outlets.
Any suggestions would be great!
Thanks :)
I am trying to get C++ talking to a user interface.
Is there something similar to what I'd do with Cocoa:
1) Make application controller class in Interface Builder.
2) Add actions and outlets.
3) Write class files back to project.
I looked here (http://developer.apple.com/documentation/Carbon/Conceptual/HandlingWindowsControls/hitb-wind_cont_tasks/chapter_3_section_3.html#//apple_ref/doc/uid/TP30001004-CH206-BCIIEDHF) and it seams I need to use the Carbon Events Manager, I'm totally lost there.
I have selected Carbon C++ application from Xcode but opening the .xib file in Interface Builder I can't seam to create a class, and from there add the actions and outlets.
Any suggestions would be great!
Thanks :)
