---------------------------
PureBasic
---------------------------
Line 3424: Only 'Case', 'Default' or 'EndSelect' are expected after 'Select'.
---------------------------
OK
---------------------------
I get the following error code when running Purefiler. The original source is way way too big to post, but it looks like Purefiler inserts lines outside cases in a select statement. Like so:
---------------------------
PureBasic
---------------------------
Line 3424: Only 'Case', 'Default' or 'EndSelect' are expected after 'Select'.
---------------------------
OK
---------------------------
I get the following error code when running Purefiler. The original source is way way too big to post, but it looks like Purefiler inserts lines outside cases in a select statement. Like so:
---------------------------
PureBasic
---------------------------
Line 3424: Only 'Case', 'Default' or 'EndSelect' are expected after 'Select'.
---------------------------
OK
---------------------------
I get the following error code when running Purefiler. The original source is way way too big to post, but it looks like Purefiler inserts lines outside cases in a select statement. Like so:
Perhaps it has something to do with the relative (not a full path) reference?
I never tested it for use with F5 - I simply dont know how it behaves in this scenario -> have to check ...
F5 works! Tried it.
Besides this I found out that it's most likely that your include hasn't been read succesfully. Please try the latest version (just uploaded) which gives more details like the actual name of the file it tried to read. You can search for "!!!" in the pb_editoroutput.pb to find it - please post this lines here then.
...but if the file isn't "read properly" -- how does it run / compile w/o purefiler?
I updated the exe, hit f5 - got the error message, then did :
type pb_compiler | find "!!!"
two lines showed up -- and both are lines I wrote... nothing extra. same exact error.
fwiw: I had a similar problem before, on a completely different system (both physically, logically, code being compiled, PB Version, OS, including bit level)
jassing wrote:...but if the file isn't "read properly" -- how does it run / compile w/o purefiler?
I updated the exe, hit f5 - got the error message, then did :
type pb_compiler | find "!!!"
two lines showed up -- and both are lines I wrote... nothing extra. same exact error.
fwiw: I had a similar problem before, on a completely different system (both physically, logically, code being compiled, PB Version, OS, including bit level)
would you mind sharing the pre-compilation-file with me? you can send it to me via pm or drop me an email.
found another issue: open a new tab in the IDE - past some code, now run it w/o saving it.
Regarding relative or '\' paths - Yea, I changed the paths to be a fullpath and made no difference.
it seems there is some limit w/in purefiler that just stops on large projects... oh well; I remember using it before and liked it, but it's not working here