|
-
Apr 26th, 2004, 09:13 AM
#1
Thread Starter
Addicted Member
Using functions from a VC++ dll
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
-
Apr 26th, 2004, 03:53 PM
#2
Re: Using functions from a VC++ dll
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
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# libraries
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|