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 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 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