importing a delphi DLL into c++ borland 
Author Message
 importing a delphi DLL into c++ borland

i dont think this is the right group to ask this question on, but you never know

i have compiled a simple dll with two exported procedures with delphi, and
i would like to use it in a c++ main program.
i tested the dll with another delphi module, and everything works fine.
when i try to use it with the c++ compiler, i get the linker
warning: attempt to export non-public symbol xxxxxxxxx
and the error
error: undefined symbol xxxxxxxxx

where xxxxxxxx is the name of the function to call.

has anyone an idea to help me out?

thanks for helping me.
 Luis



Wed, 18 Jun 1902 08:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Borland Pascal 7 / C++ DLL / DPMI

2. Calling a Delphi DLL from Visual C++

3. (ICQ) Need Help Porting a C++ DLL inteface to Delphi

4. HELP PLEASE. C++ Builder / Delphi 3.1 and DLL

5. How to Call a Visual C++ 1.52 DLL from Delphi 1.0

6. Debugging a C++ DLL accessed from a Delphi program

7. How to link a C++ DLL into Delphi?

8. Borland Pascal 7 and Borland C++

9. Incorporating Borland C++ 3.1 functions into Borland Pascal 7

10. Borland C++ with SQL Links and ordinary Delphi

11. need help OMF .obj files of Borland ( C++,Delphi )

12. Application Development with Borland C++ and Delphi

 

 
Powered by phpBB® Forum Software