Results 1 to 3 of 3

Thread: Making My Own DLLs Using C++

  1. #1

    Thread Starter
    Lively Member iataman's Avatar
    Join Date
    Jun 2000
    Location
    Turkey
    Posts
    71

    Question

    Hello World,

    Is it possible for anyone to make his own function library
    using Turbo C++ and make it available for VB projects?

    In fact, i have a serial port communication program which
    i wrote in Turbo C++. Thank God it is working, and i want
    to use some of its funcs in VB. How can I, if possible?

    Thank in advance.
    While YourAge<=40
    Live(YourLife)
    Wend

  2. #2

    Thread Starter
    Lively Member iataman's Avatar
    Join Date
    Jun 2000
    Location
    Turkey
    Posts
    71

    Question Plus..

    I have to mention that I've already tried compiling a 'lib'
    with TurboC++, declaring the func.s in VB but it did NOT
    work. I am not using TC++ for a long time so i may be wrong
    with the headers or sth. like that so don't hesitate talking about them if that's the way.


    Thanks, again, in advance.
    While YourAge<=40
    Live(YourLife)
    Wend

  3. #3
    Guest
    Are you sure that you have the function names right when you write your Declare Function statement in VB? Check the *.def file or use Depends to find out the actual function name.

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