EgtGeomKernel 1.5i4 :
- tolto controllo antidebug da release per VB.NET - aggiunti metodi CurveArc::Set2PNRS e SetC2PN - aggiunta scrittura MachineId come commento in NGE di testo.
This commit is contained in:
+7
-6
@@ -45,12 +45,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( "EgtGeomKernel.dll Initializing!\n") ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user