DrawCADtoBitmap limits line size to 20000 pixels

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

Moderators: SDS, support, admin

Post Reply
rstern
Posts: 2
Joined: 11 Apr 2007, 21:27

DrawCADtoBitmap limits line size to 20000 pixels

Post by rstern » 11 Apr 2007, 21:33

DrawCADtoBitmap seems to limit line size to 20000 pixels. Is there a way to increase that? To 64K?

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

Post by support » 13 Apr 2007, 15:11

Hello!

Thank you for the question.
We will consider how this problem could be overcome.

Sergey.

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

rstern
Posts: 2
Joined: 11 Apr 2007, 21:27

Post by rstern » 13 Apr 2007, 19:04

My temporary workaround for a 32Kx32K bitmap was to allocate a 32Kx32K bitmap and run DrawCadtoBitmap twice to fill it using SetDrawingBoxCAD to set the boundries.

By the way, nice software: fast, and well priced. The documentation could be improved a bit though.

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

Post by support » 27 Apr 2007, 19:12

Hello!

We have removed this restriction.
Now <b>CADImage.DLL</b> checks whether system allows to get required resources for the function. If system is unavailable to give resources required for <b>DrawCADtoBitmap</b>, <b>GetLastErrorCAD</b> will return error code <b>1007</b> - <b>ERROR_CAD_OUTOFRESOURCES</b>.<br />
Updated <b>CADImage.Dll</b> is available at the following link: http://www.cadsofttools.com/download/cadimagedll.zip

Sergey.

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

Post Reply