|
-
Jan 24th, 2003, 09:02 PM
#1
Thread Starter
Member
Accessing user created .dlls made in C/C++
How can I access functions inside a .dll that I made in C/C++?
-
Jan 24th, 2003, 09:45 PM
#2
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
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!!
-
Jan 26th, 2003, 12:23 PM
#3
Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.
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
|