hi all!
I'm developing a tool with Objective-C/Cocoa, that should use C++ code.
Basically the front end it is in objC, but the core is in C++... the problem is that seems that the code cannot be mixed, at least as I expected... each time I call a CPP '.h' file, it crashes...
I've tried to add Carbon framework without success... I've prepared a small project to illustrate the problem
Thanks in advance!!
I'm developing a tool with Objective-C/Cocoa, that should use C++ code.
Basically the front end it is in objC, but the core is in C++... the problem is that seems that the code cannot be mixed, at least as I expected... each time I call a CPP '.h' file, it crashes...
I've tried to add Carbon framework without success... I've prepared a small project to illustrate the problem
Thanks in advance!!