Results 1 to 4 of 4

Thread: C++ DLL Project and VB .NET

  1. #1

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    C++ DLL Project and VB .NET

    I have a C++ managed code project (though there is no managed code in it, currectly it'
    s only unmanaged) and I've successfully made it into a DLL.

    Now I put the DLL into a VB solution and referenced VB to that DLL

    Now I can't figure out how to access the functions from within VB.

    When I made a VB DLL, I had to declare the funcions as shared but that doesn't seem to work with C++ so I'm not sure *** I'm doing worng.

    Help?

  2. #2

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    help?

  3. #3
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    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!!

  4. #4

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by MrPolite
    uuh ask in gotdotnet forums?
    http://gotdotnet.com/community/messageboard/Home.aspx
    no

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