[C#] StRg under win2000 and printing

Discuss and ask questions about CAD DLL (CAD Image DLL, CAD Importer DLL).

Moderators: SDS, support, admin

Post Reply
MOUS
Posts: 3
Joined: 31 Oct 2007, 13:45
Location: Netherlands

[C#] StRg under win2000 and printing

Post by MOUS » 03 Dec 2007, 16:18

Hello,

I have two questions:

question one.

After a period of developing under C# with de CADImage demo dll, we purchased the full version. Under windows XP we were able to use the StRg function to unlock the dll. However, testing it under windows 2000 wasn't so succesfull and the programm freezes on this function (al the other dll functions worked properly). Is this a known isue and do you know a solution for this problem?


question two.

We are developing an aplication not only for viewing .dwg files, but also for batchprinting. Befor we print, we make a (bitmap) image of the page which we want to print. However, this is quite a recource-consumung process and on slower computers takes a lot of time. Is there a better way of printing using C# and the CADImage DLL?

With kind regards,

Erik Hoek

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 05 Dec 2007, 17:10

Dear Erik Hoek,

1. We have tested <b>StRg</b> under Windows 2000 as Administrator and as User. It works well. Please send us your registration info to support@cadsofttools.com for testing.

2. CADImage.DLL is a Win32 library. That is way we recommend to use standard WinAPI means to print loaded images. For example using functions <b>DrawCAD</b> or <b>DrawCADEx</b> for drawing image on the printer's DC.

Sergey.

Please post questions to the forum or write to support@cadsofttools.com

Post Reply