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