how to export functions in c/c++ static libray?

N

news.videotron.ca

Hi,

like topic says! I have functions that I want to export from a BSD static
c/c++ library (done under Mac OS X) but I don't know what has to be done to
export functions. Could someone point me to a link or let me know how to
proceed?

Thanks!
 
V

Victor Bazarov

news.videotron.ca said:
like topic says! I have functions that I want to export from a BSD static
c/c++ library (done under Mac OS X) but I don't know what has to be done to
export functions. Could someone point me to a link or let me know how to
proceed?

Usually nothing needs to be done. You just compile and then archive. For
more information on how to use your compiler or your archiver (librarian)
please ask in an OS-specific newsgroup. C++ _language_ does not define
any specific way to "export from a BSD static library".

V
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top