|
-
May 30th, 2004, 01:48 PM
#1
Thread Starter
Addicted Member
dll question
ok, here's a stupid question...
i'm working in a bigger team now, and we're split up into two fractions:
I)c++/assembly
II) visual studio.net
now i'm in the c++ section and someone gave me this dll with a couple of classes and functions written in vb.net and told me to implement it in my program...
now here's the question: how can i use a vb.net dll in a c++ app?
loadfuntion() doesn't seem to work in this case, for it's not only functions i need but whole classes...
or could i re-compile it as a .lib file or something...?
i'm really lost here...
-
May 30th, 2004, 02:10 PM
#2
You need to get the person(s) that wrote the dll to make it COM support unless u are using vs C++ 7 /w .Net
Tips:
- Google is your friend! Search before posting!
- Name your thread appropriately... "I Need Help" doesn't cut it!
- Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
- Allways Include the Name and Line of the Exception (if one is occuring!)
- If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post  IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous
-
May 30th, 2004, 02:13 PM
#3
Thread Starter
Addicted Member
Hmm...
I mean, I started off in VC 6.0, so i can port it to vs7 w/.net...
How can I use it there?
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
|