Making a DLL

F

fr3ak2

ok, i have 6 or so functions that are in VC++

as i dont know VC++ i was hoping some 1 would be able to tell me how to make
a dll that has these funcions in it

i dont wanna rewrite the code in other languages yet ... i just wanna test
see if the code i have been given works
 
T

Thomas Matthews

fr3ak2 said:
ok, i have 6 or so functions that are in VC++

as i dont know VC++ i was hoping some 1 would be able to tell me how to make
a dll that has these funcions in it

i dont wanna rewrite the code in other languages yet ... i just wanna test
see if the code i have been given works

DLLs are not part of the C++ language and not
discussed in this newsgroup. Fear not, for they
are discussed in newsgroups about your compiler
or operating system. See the welcome.txt and
C++ FAQ for a list of more appropriate newsgroups.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 
F

fr3ak2

thx will check it out

Thomas Matthews said:
DLLs are not part of the C++ language and not
discussed in this newsgroup. Fear not, for they
are discussed in newsgroups about your compiler
or operating system. See the welcome.txt and
C++ FAQ for a list of more appropriate newsgroups.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 

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,164
Messages
2,570,901
Members
47,439
Latest member
elif2sghost

Latest Threads

Top