Monday, 16 May 2011

Modless Dialog not launching from Acrobat ADM plugin application - error at line 21

In your first initilization dialog prompt add the following lines:


extern "C" HINSTANCE gHINSTANCE;
extern "C" HWND gHWND;

AfxSetResourceHandle(gHINSTANCE);


gHINSTANCE  can be found in Pimain.cpp

No comments:

Post a Comment