Results 1 to 3 of 3

Thread: VC++ DLL with VB??

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Location
    Seoul
    Posts
    2

    Red face VC++ DLL with VB??

    How Can I use VC++ dll with VB???

    I can not refer this function in dll..... Help me~~

    VC++ DLL does change the string and return.

    ex) int chgmsg(char *a, char *b)

    a is input string and b is output string...

    some try was failed. only returned runtime error '49'...

    I can not use this function in VB6...

    p.s. : I'm sorry~ my english is bad~~ but i can read~~ somebody help me!


  2. #2
    PowerPoster
    Join Date
    Aug 2001
    Location
    new jersey
    Posts
    2,904
    here's an example of a working project that uses a C DLL from VB
    Attached Files Attached Files

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Location
    Seoul
    Posts
    2

    Thanks~

    Thanks a lot~~~

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