diff --git a/src/activeqt/control/qaxserverdll.cpp b/src/activeqt/control/qaxserverdll.cpp index 39f58e9..ac9eb32 100644 --- a/src/activeqt/control/qaxserverdll.cpp +++ b/src/activeqt/control/qaxserverdll.cpp @@ -120,6 +120,8 @@ STDAPI DllCanUnloadNow() EXTERN_C BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /* lpvReserved */) { GetModuleFileName(hInstance, qAxModuleFilename, MAX_PATH); + OutputDebugStringA("Hello from QAxFactory"); + OutputDebugStringW(qAxModuleFilename); qAxInstance = hInstance; qAxIsServer = true;