Revision 1919 trunk/server_qt/main.cpp

main.cpp (revision 1919)
10 10
    QApplication a(argc, argv);
11 11
    MainServerWindow w;
12 12

                
13
#ifdef WIN32
14
    // exchndl.dll is part of Dr. MinGW. By loading this DLL, every time the
15
    // program crashes a .RPT file will be created containing the backtrace
16
    LoadLibraryA("exchndl.dll");
17
#endif
18

                
19 13
    w.show();
20 14

                
21 15
    return a.exec();

Also available in: Unified diff