1
vote
1answer
242 views
linking c++ sources in iPhone project
I have a single cpp file added to my iPhone project with a .cpp extension, but I'm seeing errors when linking like:
operator new[](unsigned long)", referenced from:
…
3
votes
4answers
229 views
Static libraries, linking and dependencies
I have a static library that I want to distribute that has includes Foo.c/h and someone picks it up and includes my static library in their application.
Say they also have Foo.c/h in their …
