Page 1 of 1

Cannot load Source code!

Posted: Mon Mar 19, 2012 6:42 am
by James Adrian
I get this error message whenever I start PureBasic:

Cannot load Source code!

The notice names the path (writes it under the error message quoted above).

I fix the problem by placing the folder of source codes back where I had it before. Here is my problem:

Why can't I start PureBasic without it assuming I want to start with a particular file of source code? Why can't I open the program and then get a chance to name what I want to work on? Why am I stuck with the original placement of folders?

Thank you for your help.

James Adrian
Jim@futurebeacon.com

Re: Cannot load Source code!

Posted: Mon Mar 19, 2012 8:25 am
by J. Baker
Yeah, PB remembers the last files (*.pb) you had open. If you move those you will get that message. I just keep all my *.pb files in a folder called "PureBasic" within the "Documents" folder.

If you don't want PB to load previous files, just close them out before closing PB. Or uncheck "Auto-reload last open sources" in the "Preference" of PB.

Re: Cannot load Source code!

Posted: Mon Mar 19, 2012 6:21 pm
by James Adrian
J. Baker wrote:Yeah, PB remembers the last files (*.pb) you had open. If you move those you will get that message. I just keep all my *.pb files in a folder called "PureBasic" within the "Documents" folder.

If you don't want PB to load previous files, just close them out before closing PB. Or uncheck "Auto-reload last open sources" in the "Preference" of PB.

J. Baker,

It worked!

Thank you!

James Adrian
jim@futurebeacon.com

Re: Cannot load Source code!

Posted: Mon Mar 19, 2012 8:29 pm
by J. Baker
;)