Hi, >Don't worry too much about the "Press OK to ignore and risk data >corruption Press cancel to kill the program", Lazaraus (The >development system) puts that on every error.
This is the generic Lazarus message for exception not handled by the program. This is at the same point that VB program usually exit brutally without any message. The best to get more information is to run the debug version with gdb, this give the exact location where the error occur and many information about how we get there. Install the "cdc-windows-debug-snapshot" from http://www.ap-i.net/skychart/en/development_version Install gdb and follow the instruction from this same page. Very important is to type the "bt" command as soon the exception message is visible in the text console. Patrick
