Hi everyone, i just started learning microsoft visual c++ version 6.0. I just written a program in .c format and i want to change that to a dll format. Can any kind souls out there teach me how to do the conversion.thx
hi,
I suggest to don't change program in dll (probably is not possible), but create 2 new projects, one normal and the second dll type, and split your old code in these new.
When you build the main program, refere to your dll in link options.
See on templates how to build your couple of main+dll.
Another suggestion: before copy your code in main+dll,
build them as a little example, (Hello Win): when it
is going, merge your code.
bye
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.