Im writing on native C++ code for Direct2D and DirectX, which works fine.
#pragma managed/unmanaged directives in my source should bring the compiler clearness when Iam trying to enable the /clr-build option for adding a COM OpenFileDialog.
But I get following error C2039: "DrawTextW" : is not a member of "ID2D1RenderTarget".
Its a member, otherwise how should I draw Text instead with DirectWrite ?
Can you help me ?