Board index » cppbuilder » Compatible DLL for Visual and Borland C++ projects
Franck B
![]() CBuilder Developer |
Compatible DLL for Visual and Borland C++ projects2006-11-13 04:48:53 PM cppbuilder31 Hi, I have a DLL project for Visual C++ 6 and I would like to use this DLL with borland program. So I passed it into IMPLIB tool to have the corresponding .LIB file, but I always have a link error. The only solution I found is to pass by the converting tool given by Builder and to export the makefile. In this way, the generated DLL is always compatible, but project integrity is hard to keep safe : For each modification, you must : - export the makefile, - test the compatibility with the other project. Does anyone know how to have only one project (Visual or Builder) and how keeping the resulting DLL compatible for Visual project ? Is there project option to avoid ? Thanks. Franck |