CADAddImage
, CADGetImageInfo
,
CADGetImageFileInfo
, CADGetImageFile
,
CADImportImage
, CADLoadFromFile
,
CADLoadFromPict
, CADStoreToPict
,
CADStoreToFile
, CADObjImage
.
CADLoadFromPict
and CADLoadFromFile
can not load CAD drawings that
contain raster images stored on Macintosh with a CAD release prior to 1.0.
To load these on Windows, restore them on Macintosh with CAD 1.0 (or later).
CADSetPrintSpecs.
CADGetImageFileInf and CADImportImage
use QuickTime for Windows.
If QuickTime isn’t installed, error kQuickTimeNotInstalled
is returned.
CADGetImageFileInf or CADImportImage
are called the first time. Starting QuickTime on Windows is a slow operation.
CADObjImage
will return kCADImplementationRestriction
if
theRasterImageFlag is set to kCADTrue
. This is due to bugs in ASINTPPC.DLL.
CADGetImageFile
is ineffective.
Instead, a filter path is used (located in a STR# resource ID 18701, 17).
CADGetImageFileInf now returns an error if it can’t create a preview picture.
Previously, it returned an empty preview picture. Consequently, you may have to call
CADGetImageFileInf a second time, setting thePreviewPictureFlag to kCADFalse
.
CADGetImageFileInf, takes a lot of time and
memory. The problem is located in QuickTime for Windows.
CADObjSquare
, CADObjRectangle
,
CADObjPolyLine
, CADObjCircle
, CADObjCircleArc
,
CADObjEllipse
and CADObjEllipseArc
.