Search found 3 matches

1. Can DWGdirect be used with IntelliCAD? I believe that IntelliCAD was developed using DWGDirect. The old version of IntelliCAD had the old OpenDWG Toolkit as part of it. I think you can use DWGDirect in an SDS application to perform some tasks over dwg files, but I am not sure if you need it. 2. A...

How to get a pointer to the CMDIFrameWnd window of ICad.exe

Hi, How could I get a pointer to the IntelliCAD CMDIFrameWnd window? I would like the something that works like acedGetAcadFrame() function from ARX. I tried these: CMDIFrameWnd *pFrame = (CMDIFrameWnd *)CMDIFrameWnd::FromHandle(sds_getmainhwnd()); CMDIFrameWnd *pFrame = (CMDIFrameWnd *)AfxGetApp()-...

Go to advanced search