Results 1 to 3 of 3

Thread: dll question

  1. #1

    Thread Starter
    Addicted Member CodeRonin's Avatar
    Join Date
    Jul 2002
    Location
    Vienna, Austria
    Posts
    233

    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...
    Code Ronin

  2. #2
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622
    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

  3. #3

    Thread Starter
    Addicted Member CodeRonin's Avatar
    Join Date
    Jul 2002
    Location
    Vienna, Austria
    Posts
    233

    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?
    Code Ronin

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width