Using static library in Cocoa app
Using static library in Cocoa app
- Subject: Using static library in Cocoa app
- From: email@hidden
- Date: Wed, 18 Jun 2003 12:17:56 +0100
Hello all,
This may not be the correct list, if so please redirect me.
I have a Cocoa application project and a Static Library project. The library
provides an interface to a daemon process which monitors and communicates
with a specific USB device.
The problem I have is that when I build the app and reference functions in
the lib I get the following error during linking:
ld: warning prebinding disabled because of undefined symbols
ld: Undefined symbols:
_DLP_Cleanup
_DLP_Startup
The functions _DLP_Cleanup and _DLP_Startup are in my library, has anyone
come across this problem and can you help?
Thanks
Alun Carp
Driver Development Team Leader
Data Encryption Systems Limited
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.