Hi All,
I am making an automation plugin and trying to use gdi+. But it is giving Compilation error in PIGeneral.h and PIUtilities.h
Does anyone have any idea how can I remove this ambiguity so that it point to GdiplusTypes.h
Below are the errors..
Regards,
Sunil Kumar
d:\Program Files\Adobe Photoshop CS2 SDK\photoshopapi\photoshop\PIGeneral.h(675) : error C2872: 'Point' : ambiguous symbol
could be 'd:\Program Files\Adobe Photoshop CS2 SDK\photoshopapi\photoshop\PITypes.h(330) : Point'
or 'c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\GdiPlusTypes.h(277) : Gdiplus::Point'
d:\Program Files\Adobe Photoshop CS2 SDK\photoshopapi\photoshop\PIGeneral.h(711) : error C2872: 'Rect' : ambiguous symbol
could be 'd:\Program Files\Adobe Photoshop CS2 SDK\photoshopapi\photoshop\PITypes.h(336) : Rect'
or 'c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\GdiPlusTypes.h(519) : Gdiplus::Rect'
d:\Program Files\Adobe Photoshop CS2 SDK\photoshopapi\photoshop\PIGeneral.h(720) : error C2872: 'Rect' : ambiguous symbol
could be 'd:\Program Files\Adobe Photoshop CS2 SDK\photoshopapi\photoshop\PITypes.h(336) : Rect'
or 'c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\GdiPlusTypes.h(519) : Gdiplus::Rect'
I am making an automation plugin and trying to use gdi+. But it is giving Compilation error in PIGeneral.h and PIUtilities.h
Does anyone have any idea how can I remove this ambiguity so that it point to GdiplusTypes.h
Below are the errors..
Regards,
Sunil Kumar
d:\Program Files\Adobe Photoshop CS2 SDK\photoshopapi\photoshop\PIGeneral.h(675) : error C2872: 'Point' : ambiguous symbol
could be 'd:\Program Files\Adobe Photoshop CS2 SDK\photoshopapi\photoshop\PITypes.h(330) : Point'
or 'c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\GdiPlusTypes.h(277) : Gdiplus::Point'
d:\Program Files\Adobe Photoshop CS2 SDK\photoshopapi\photoshop\PIGeneral.h(711) : error C2872: 'Rect' : ambiguous symbol
could be 'd:\Program Files\Adobe Photoshop CS2 SDK\photoshopapi\photoshop\PITypes.h(336) : Rect'
or 'c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\GdiPlusTypes.h(519) : Gdiplus::Rect'
d:\Program Files\Adobe Photoshop CS2 SDK\photoshopapi\photoshop\PIGeneral.h(720) : error C2872: 'Rect' : ambiguous symbol
could be 'd:\Program Files\Adobe Photoshop CS2 SDK\photoshopapi\photoshop\PITypes.h(336) : Rect'
or 'c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\GdiPlusTypes.h(519) : Gdiplus::Rect'