Hi,
I'm sorry if this is not the correct forum, but since I'm programming in C++ this looked like the best place.
I'm trying to make a nice DLL file for the company where we place all functions, classes and definitions in it to share amongst our various software projects.
These things are written in C++.
At the moment I havent done anything special yet to the files suchas including those magic __ words for the export etc.
We are using CodeGears Borland C++ builder as main development IDE.
Our first test was to put our GDI+ wrapper in the DLL and call it from one of our projects.
But we have some issues getting the DLL linked.
Can anyone provide me with a explanation as to what needs to be done in order to make the C++ classes inside the DLL exportable and to link the DLL to our projects using Borland CodeGears?
this IDE is driving me nuts.....in VS its just a few clicks to get it sorted....
I'm sorry if this is not the correct forum, but since I'm programming in C++ this looked like the best place.
I'm trying to make a nice DLL file for the company where we place all functions, classes and definitions in it to share amongst our various software projects.
These things are written in C++.
At the moment I havent done anything special yet to the files suchas including those magic __ words for the export etc.
We are using CodeGears Borland C++ builder as main development IDE.
Our first test was to put our GDI+ wrapper in the DLL and call it from one of our projects.
But we have some issues getting the DLL linked.
Can anyone provide me with a explanation as to what needs to be done in order to make the C++ classes inside the DLL exportable and to link the DLL to our projects using Borland CodeGears?
this IDE is driving me nuts.....in VS its just a few clicks to get it sorted....
Comment