Re: bsd static lib question
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Hi! Thanks! On 10-Feb-05, at 6:58 PM, D.Walsh wrote: On Feb 10, 2005, at 18:28, Luc Vandal wrote: Hi! #include <name_of_lib_header_file.h> #include "/path_to_folder/name_of_lib_header_file.h" _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... is this file automatically generated with the project or it's only the header file where the functions are declared? Also, do the exported functions have to be declared in some special way? is there anything to do in particular to export functions from a bsd static library? If so, could anyone tell me what to do? Thanks! if it's not something normally installed on your system then you might have to do If you don't include the header file for the library then you wont be able to locate the functions. You can look in the file for available options and function you can use. -- Dale This email sent to site_archiver@lists.apple.com
participants (1)
-
Luc Vandal