QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: Messianic114 on March 24, 2019, 07:36:17 pm

Title: IDE module error
Post by: Messianic114 on March 24, 2019, 07:36:17 pm
I had been working on a program with no problems until one day I got the IDE module error. How I got around it was to edit the .bas file with my changes, selected the entire file and then pasted the code into a new file (within the qb64 application). Then I saved it to the file I couldn't edit (replacing it). When I then ran the program it compiled with no problem.
Title: Re: IDE module error
Post by: Pete on March 24, 2019, 10:43:18 pm
Rarely, the IDE will display a module error message when editing. I don't think there has been a definitive way of pinning it down, but thankfully, it rarely occurs.

Pete