How can I access functions inside a .dll that I made in C/C++?
Printable View
How can I access functions inside a .dll that I made in C/C++?
I dunno if it works, but here how I use the vb dll files: in solution explorer, right-click on References and click on Add Reference. You can Browse for a dll file now.Quote:
Originally posted by wyrd
How can I access functions inside a .dll that I made in C/C++?
I hope this works for you.
umm and I think you have to know the correct namespace to access the dll functions. I'm an idiot in these stuff... so I tell you a stupid way to figure it out: If you type imports at the top of the code, intellisense pops up and you should be able to see the name that you should use for your dll file.
I hope someone has a better anwer:D
Take a look here...
http://www.vbforums.com/showthread.p...hreadid=226877