Weekly Qbasic and Qb64 Lesson Topics

General Category => General QB64 Forum => Topic started by: kanga85 on February 14, 2016, 07:57:34 pm



Title: 'System'
Post by: kanga85 on February 14, 2016, 07:57:34 pm
I have a QB64 file complied as an .EXE file.   It ends with the closing command 'System".   When I run this .EXE file and expect to close it I get the 'Unhandled Error #53.   Line 35.   File not found. Continue?'

The .EXE file is obviously looking for a file called 'System'.   How do I close a complied QB64 file elegantly?   'Exit' gives me an error within QB64.

Thanks for any help.