Page 1 of 1

DrawCADtoBitmap limits line size to 20000 pixels

Posted: 11 Apr 2007, 21:33
by rstern
DrawCADtoBitmap seems to limit line size to 20000 pixels. Is there a way to increase that? To 64K?

Posted: 13 Apr 2007, 15:11
by support
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

Posted: 13 Apr 2007, 19:04
by rstern
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.

Posted: 27 Apr 2007, 19:12
by support
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