Creating DLL's in Borland C++ v3.1 
Author Message
 Creating DLL's in Borland C++ v3.1

I was having problems creating a DLL in Borland C++ v3.1.
I plannned on calling this DLL from VB 4.0
I had identical two copies of the source code.
When compiled....one would work, the other would not.
I finally discovered that the copy with a .CPP extension (the default)
was causing the compiler to link in some C++ modules that would
prevent the DLL from working. The version with a .C extension
worked fine.

Just a note to anyone who might experience the same problem.

Thanks to all of you who wrote to me with advice.

-Pete



Wed, 20 May 1998 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Create borland c++ dll and call from vb

2. Problem with VB 4.0 using dll created with borland c++

3. HELP: Creating DLL for VB using Borland C/C++

4. Borland C++ DLL's for VB

5. Creating DLL's w/Borland Turbo Pascal for windows

6. Creating ActiveX and use them in Borland C++

7. visual basic 4.0 call to borland c++ 5.0 dll

8. Calling DLL written in Borland C++ V4.0

9. DLL: Borland C++ 4.52 to Visual Basic 4.

10. Problem reading a file using Borland C++ dll with VB4

11. Borland C C++ floats DLL Question

12. DLL, VB and Borland C/C++

 

 
Powered by phpBB® Forum Software