Search found 1 match
- 18 Oct 2006, 05:18
- Forum: CAD DLL
- Topic: Some problemas about CADImageDLL
- Replies: 1
- Views: 13646
Some problemas about CADImageDLL
Hi, I am using CADImageDLL demo on a VS 2003 project, .NET 1.1. I have a problem with your DLL in that frequently a "resource already in use" exception is raised in the following lines: using(Graphics g1 = Graphics.FromHwnd(_panelControl.Handle)) DLLWin32ImportCAD.DrawCAD(DLLWin32ImportCAD.CADFile, ...