create a DLL with builder C++ and work with MFC - TechRepublic
General discussion
September 28, 2003 at 07:44 AM
liormerav

create a DLL with builder C++ and work with MFC

by liormerav . Updated 22 years, 9 months ago

I create a DLL with builder C++.
The DLL include VCL and full OOP .
When I use DLL with MFC and builder install on computer the DLL work good.
But if I use DLL with MFC and builder not install on computer the DLL be crushed.
I see that happen when in class have a father the son call the father constructor.
What can I do if I wont run DLL on MFC and I don?t wont builder install (customer computer)?

This discussion is locked

All Comments