laptop and a wrench

Bug

ArcEngine controls (ArcGIS 10.0 and Visual Studio 2008) should initialize gdi+ on their own.

Last Published: August 25, 2014 ArcGIS Engine
Bug ID Number NIM060630
SubmittedAugust 26, 2010
Last ModifiedJune 5, 2024
Applies toArcGIS Engine
Version found10.1
Program languageVC++
Operating SystemWindows OS
Operating System Version7
Version Fixed10.1
StatusFixed

Workaround

include:Windows.h Gdiplus.hTo initialize:Gdiplus::GdiplusStartupInput gdiplusStartupInput;ULONG_PTR gdiplusToken;Gdiplus::GdiplusStartup(&gdiplusToken, &gdiplusStartupInput, NULL);To uninitialized:Gdiplus::GdiplusShutdown(gdiplusToken);

Steps to Reproduce

Bug ID: NIM060630

Software:

  • ArcGIS Engine

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options