This happens with PB 4.20, final, under Vista SP1.
If the string "instal" (single L, not a typo here) appears within the File Description Field ( listed as VersionField6 at the bottom of source files),
you get (well, at least I do!!!) the following message:
Code: Select all
---------------------------
PureBasic
---------------------------
Cannot execute the file with the internal debugger.
Please try the standalone one.
---------------------------
[ OK ]
For instance, I had something like "Replacement File installed by TorqueCounter" entered as File Description.
With the debugger ON , I couldn't get the source to compile.
With the debugger OFF, it compiled without a hitch.
Changing the description to "Replacement File insta_lled by TorqueCount" made the problem go away.
Removing the string altogether was also a good option.
You have to admit: that's indeed a strange one !!!
I'm not even sure it's a bug.
What if it's a hidden feature... that I'm just too blue to see ?
Please, Freak, come rescue my self-esteem...

