PDA

Click to See Complete Forum and Search --> : Accessing user created .dlls made in C/C++


wyrd
Jan 24th, 2003, 08:02 PM
How can I access functions inside a .dll that I made in C/C++?

MrPolite
Jan 24th, 2003, 08:45 PM
Originally posted by wyrd
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.
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

sunburnt
Jan 26th, 2003, 11:23 AM
Take a look here...

http://www.vbforums.com/showthread.php?s=&threadid=226877