Your only way is to make your program crash-free. Yes, I know it's impossible to write crashless code but... in comm.c in main() find the place where game_loop() is called. and write this __try { game_loop(); } __except(1) { log("SYSERR: Crash in game_loop(). Restarting"); exit(1); } This will prevent your program from making illegal operations and so "close,details" dialog box won't appear. Sincerely yours, Michael Selehov. Origin: <<StoPi Station>> 2:5030/314.15 AKA 2:5030/407.3 +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/10/01 PDT