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(…
It really nothing special. Create an AppWizard generated MFC DLL project and add the required SDS code. The go ahead and create MFC dialogs like you normally do.
Deelip Menezes
Claudio Ferrari said:Thanks for your efforts.Where can I find the rigth SDS.LIB?
Doh! Sorry
I tested against the version to comes with progeCAD 2008 smart
I think DCL.DLL is to support the lisp calls.
In the SDS.H there are all the DGL functions I need so they should be implemented in SDS.LIB.
Thanks to reply anyway.
I'm using 'progeCAD 2009 Pro ITA' and trying to compiling a simple SDS application I got some linker errors. It can't resolve all dcl stuff like dlg_load_dialog, dlg_new_dialog, ....
I've used the SDS.LIB. There are others LIB to link?
Thanks for a…