Hi all
This is a thickie question (it is late and I am tired). I am just starting with xcode and obj-c. Running tutorials etc but as I am coming over from "the other side" I cannot help but think I am missing something here.
I have some basic c fns defined in a .mm file.
I have the declarations in a .h file
The .h is #imported into a view.m obj-c file.
but I get a build error of the symbol from the .mm not being found.
Hopefully the screenshot shows all (the coding is just hacking through sample projects to see how it all glues together..)
A pointer to good xcode resource / pdf would be great... one of the hardest things I ting to moving to a new environment is finding the doco
Thx
J
This is a thickie question (it is late and I am tired). I am just starting with xcode and obj-c. Running tutorials etc but as I am coming over from "the other side" I cannot help but think I am missing something here.
I have some basic c fns defined in a .mm file.
I have the declarations in a .h file
The .h is #imported into a view.m obj-c file.
but I get a build error of the symbol from the .mm not being found.
Hopefully the screenshot shows all (the coding is just hacking through sample projects to see how it all glues together..)

A pointer to good xcode resource / pdf would be great... one of the hardest things I ting to moving to a new environment is finding the doco
Thx
J