|
-
Oct 29th, 2000, 07:17 PM
#1
Thread Starter
Lively Member
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
-
Oct 30th, 2000, 07:08 AM
#2
Thread Starter
Lively Member
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
-
Oct 30th, 2000, 09:10 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|