I have a dll made in VC++ that I need to use. How do I go about importing the dll or calling the functions?
Thanks,
Bebandit
Printable View
I have a dll made in VC++ that I need to use. How do I go about importing the dll or calling the functions?
Thanks,
Bebandit
try adding it to the project's references (in solution explorer, select the References folder, right click and choose Add Reference..)I dunno if it works for sure, but I'd say it should work, cuz that's how I add C# librariesQuote:
Originally posted by bebandit
I have a dll made in VC++ that I need to use. How do I go about importing the dll or calling the functions?
Thanks,
Bebandit