diff --git a/ENkDllMain.cpp b/ENkDllMain.cpp index d3cd333..5d3bd59 100644 --- a/ENkDllMain.cpp +++ b/ENkDllMain.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( "EgtNumKernel.dll Initializing!\n") ; } diff --git a/EgtNumKernel.rc b/EgtNumKernel.rc index 654ee4d..4897e35 100644 Binary files a/EgtNumKernel.rc and b/EgtNumKernel.rc differ