diff --git a/src/win32/Win32GUI.c b/src/win32/Win32GUI.c index 096fc68fe..4984b0593 100644 --- a/src/win32/Win32GUI.c +++ b/src/win32/Win32GUI.c @@ -132,6 +132,10 @@ int APIENTRY WinMain(HINSTANCE hInstance, WSADATA WSAData; char meep[MAX_PATH]; + /*First ... Start Debuger !!!*/ + + InitStackTraceLibrary(); + GetOSVersion(); if ((debugfile = fopen("debugout.log","ac"))==NULL) @@ -1931,4 +1935,4 @@ VOID ServiceCtrlHandler (DWORD Opcode) SvcDebugOut(" [MY_SERVICE] SetServiceStatus error %ld\n",status); } return; -} */ \ No newline at end of file +} */ diff --git a/src/win32/debug/StackTrace.dll b/src/win32/debug/StackTrace.dll new file mode 100644 index 000000000..6d13100c2 Binary files /dev/null and b/src/win32/debug/StackTrace.dll differ diff --git a/src/win32/debug/StackTrace.exp b/src/win32/debug/StackTrace.exp new file mode 100644 index 000000000..66654e887 Binary files /dev/null and b/src/win32/debug/StackTrace.exp differ diff --git a/src/win32/debug/StackTrace.lib b/src/win32/debug/StackTrace.lib new file mode 100644 index 000000000..ee2088fcc Binary files /dev/null and b/src/win32/debug/StackTrace.lib differ