You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#error "Single-threaded COM objects are not properly supported on Windows CE platform, such as the Windows Mobile platforms that do not include full DCOM support. Define _CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA to force ATL to support creating single-thread COM object's and allow use of it's single-threaded COM object implementations. The threading model in your rgs file was set to 'Free' as that is the only threading model supported in non DCOM Windows CE platforms."
#error "Single-threaded COM objects are not properly supported on Windows CE platform, such as the Windows Mobile platforms that do not include full DCOM support. Define _CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA to force ATL to support creating single-thread COM object's and allow use of it's single-threaded COM object implementations. The threading model in your rgs file was set to 'Free' as that is the only threading model supported in non DCOM Windows CE platforms."
6
+
#endif
7
+
8
+
usingnamespaceATL;
9
+
10
+
// CPlacedLabels
11
+
classATL_NO_VTABLE CPlacedLabels :
12
+
public CComObjectRootEx<CComObjectThreadModel>,
13
+
public CComCoClass<CPlacedLabels, &CLSID_PlacedLabels>,
14
+
public IDispatchImpl<IPlacedLabels, &IID_IPlacedLabels, &LIBID_MapWinGIS, /*wMajor =*/VERSION_MAJOR, /*wMinor =*/VERSION_MINOR>
0 commit comments