Re: bsd static lib question
Re: bsd static lib question
- Subject: Re: bsd static lib question
- From: Luc Vandal <email@hidden>
- Date: Thu, 10 Feb 2005 19:29:00 -0500
Hi!
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?
Thanks!
On 10-Feb-05, at 6:58 PM, D.Walsh wrote:
On Feb 10, 2005, at 18:28, Luc Vandal wrote:
Hi!
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!
#include <name_of_lib_header_file.h>
if it's not something normally installed on your system then you might
have to do
#include "/path_to_folder/name_of_lib_header_file.h"
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
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden