// In a procedure or event IF MyCondition = False THEN // Generate a dump file on the desktop sFile is string = "C:\Users\Public\Desktop\DebugDump_" + SysDateTime() + ".txt"
: “Dump + IAT fix + license emulation” windev 17 dumpteam
Heap corruption ( ntdll!RtlFreeHeap crash). WinDEV 17 context: WLanguage is not thread-safe by default. The DumpTeam will find two threads modifying a global variable without ThreadCriticalSection . Fix: Wrap shared resources with ThreadMutex or ThreadEnterCriticalSection . // In a procedure or event IF MyCondition