dynamic library linking in x-code
dynamic library linking in x-code
- Subject: dynamic library linking in x-code
- From: "Adam J. Shuttleworth" <email@hidden>
- Date: Tue, 30 Dec 2008 20:54:21 -0600
I am trying to build a command line C++ application in X-Code. I have
a dynamic library that is needed. When I include the library in my X-
code project and build it, I get errors that act like the library is
not there. I include the library by right clicking and selecting 'add
existing files'. In fact if I remove the library I get the same
errors. This all occurs when the source code is in .cpp files. If I
change the .cpp files to .c files (and change the dynamic memory
allocation) I don't get the errors and the code builds. I am working
with intel macs running OSX10.5.5. Any advice is appreciated.
Thanks,
Adam
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden