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

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top