I have always used "Relative" paths when compiling my code (mostly with Resource files) but now that I am trying to switch more to the PB compiler commands like
Since my code is on a USB stick that I carry between work and home the absolute path can change, so I always stuck with a relative path and it always seemed to work when I precompiled a *.pbr or a *.res
Using #RESOURCE however I get
but appears to happen "Randomly" (but once it does, then it always does until I close PB completely and start again.
So Question #1 before I continue with what "I THINK???" might be happening?????
Has anyone seen this sort of problem on their machine before???

I will try to work up a demo to post shortly and then what I think might be a problem? or if I find out from others that it may be a bug to submit to PB???
Code:
#RESOURCE BITMAP, Splash_Image, "./Resource Files/Cosmos Intro.bmp"
Using #RESOURCE however I get
Error 478 in (0:000): Resource file error
So Question #1 before I continue with what "I THINK???" might be happening?????
Has anyone seen this sort of problem on their machine before???

I will try to work up a demo to post shortly and then what I think might be a problem? or if I find out from others that it may be a bug to submit to PB???

Comment