Writing dll file

S

Someonekicked

I want to use functions written in c++ in a VB program. I know that i
should write a dll file to do that.

I made a search on google, and was not much help, found two tutorials
that did not work when i tried them.

I have Microsoft visual C++ 6.0, if this is not the right group for
this question, plz tell me what group can help if you know any. else,
if someone can give me a link to a good tutorial ( that really works )
or can give a simple example that shows how to write dll file step by
step.

thx in advance
 
V

Victor Bazarov

Someonekicked said:
I want to use functions written in c++ in a VB program. I know that i
should write a dll file to do that.

I made a search on google, and was not much help, found two tutorials
that did not work when i tried them.

I have Microsoft visual C++ 6.0, if this is not the right group for
this question, plz tell me what group can help if you know any.

microsoft.public.vc.language.
 
M

Mike Wahler

Someonekicked said:
I want to use functions written in c++ in a VB program. I know that i
should write a dll file to do that.

I made a search on google, and was not much help, found two tutorials
that did not work when i tried them.

Everything you need to know is at www.msdn.microsoft.com
I have Microsoft visual C++ 6.0, if this is not the right group for
this question,

It's not.
plz tell me what group can help if you know any.
comp.os.ms-windows.programmer.win32

else,
if someone can give me a link to a good tutorial ( that really works )

See link above.
or can give a simple example that shows how to write dll file step by
step.

Get this book (imo every Windows programmer should have a copy):
http://www.charlespetzold.com/pw5/index.html

Purpose of comp.lang.c++:
http://www.slack.net/~shiva/welcome.txt

-Mike
 

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
474,197
Messages
2,571,041
Members
47,643
Latest member
ashutoshjha_1101

Latest Threads

Top