Search found 2 matches

by andyfanton
26 May 2006, 20:42
Forum: CAD DLL
Topic: Access Violation when CADImage.dll Loads
Replies: 3
Views: 19721

I have sent a simple test project to support@cadsofttools.com so you can see the problem. After more investigation, I determined that the CADImage.dll will crash upon loading if it is statically linked in a project that is also statically linked to GDIPlus.dll, AND the CADImage DLL gets loaded befor...
by andyfanton
26 May 2006, 03:56
Forum: CAD DLL
Topic: Access Violation when CADImage.dll Loads
Replies: 3
Views: 19721

Access Violation when CADImage.dll Loads

Hello - I am using the evaluation version of the CADImage.dll with a native (not .NET) C++ project in Visual Studio 2003. In a small test project, I was able to get the DLL to load and operate without any problems. I then moved my code to a larger project where I would like to implement the function...