Does anyone know where I can read a comprehensive yet easy guide to making DLL files and then using them. Also since DLL files dont have all the visuals, do you still need the microsoft runtimees for them to work?
Cheers Cow;) :p
Printable View
Does anyone know where I can read a comprehensive yet easy guide to making DLL files and then using them. Also since DLL files dont have all the visuals, do you still need the microsoft runtimees for them to work?
Cheers Cow;) :p
I have made a DLL before. I used Microsoft Visual C++ and then I referenced that DLL from Visual Basic. Is this what you want to do? If so, I can dig up the project and go through some of the key things necessary to make it work. I had a hell of a time because I used functions in C++ that returned arrays of chars (strings).
here's full working sample code to create a C DLL & reference it in VB