Results 1 to 4 of 4

Thread: Creating Dlls

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2003
    Posts
    121

    Creating Dlls

    I need to make a dll with some c+ source code, and get vb to call it up, can anyone help me please?

  2. #2
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    do yo uwant to use managed or unmanaced c++?

    if its unmanaged c++, create your dll and call it using P/Invoke

    if its managed c++, then just reference the dll and u can call it like if it was another class

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2003
    Posts
    121
    I havent a clue about what your on about, I have uploaded the c++ that i want to use in vb
    Attached Files Attached Files

  4. #4
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    Originally posted by Cosmictej
    I havent a clue about what your on about, I have uploaded the c++ that i want to use in vb
    lol


    the code you posted is unmanaged code (old c++)
    so that means u need to make a dll first before you think about vb
    so here is a tutorial/link that might help you with ur quest.
    http://www.codeproject.com/dll/DLL_E...d_EZ_Usage.asp
    get that part done first.

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