diff --git a/EInDllMain.cpp b/EInDllMain.cpp index 4fb89f6..497de48 100644 --- a/EInDllMain.cpp +++ b/EInDllMain.cpp @@ -43,12 +43,13 @@ DllMain( HMODULE hModule, DWORD dwReason, LPVOID lpReserved) { if ( dwReason == DLL_PROCESS_ATTACH) { - #if defined( NDEBUG) - BOOL IsDbgPresent = FALSE ; - CheckRemoteDebuggerPresent( GetCurrentProcess(), &IsDbgPresent) ; - if ( IsDbgPresent) - return 0 ; - #endif + // Controllo commentato per problemi con VB.NET + //#if defined( NDEBUG) + // BOOL IsDbgPresent = FALSE ; + // CheckRemoteDebuggerPresent( GetCurrentProcess(), &IsDbgPresent) ; + // if ( IsDbgPresent) + // return 0 ; + //#endif s_hModule = hModule ; EGT_TRACE( "EgtInterface.dll Initializing!\n") ; } diff --git a/EgtInterface.rc b/EgtInterface.rc index 1959071..275cec6 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ