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)?