The IntelliCAD Network
We're sorry, but this discussion has just been closed to further replies.
Tags:
One thing to be aware of, is that you will need to use the following macro call at the start of any entry point function in order for your MFC DLL to load the resources from your DLL and not attempt to load them from the Icad.exe.
AFX_MANAGE_STATE(AfxGetStaticModuleState());
This macro should be placed at the start of your methods that get called diredctly from IntelliCAD.
i.e. in your SDS_EntryPoint or sds_Main function and at the start of your callback function set by sds_setcallbackfunc.
© 2010 Created by Deelip Menezes on Ning. Create a Ning Network!