IncludePath bug (pb 4.10 b2)
Posted: Sun Jun 24, 2007 8:43 am
This has been present in the compiler since the 3.xx release and I reported it then and it's still the same. Thought I'd better remind someone after all these years:D
From the PB manual comes this example.
IncludePath "Sources\Data"
IncludeFile "Sprite.pb"
XIncludeFile "Music.pb"
When I do this:
IncludePath "Modules"
XIncludeFile "_BakkerToolTips.pbi"
When I double click on "_BakkerToolTips.pbi" this module to load it, it doesn't load and I have to go back to using manual, relative reference.
If I do this "Modules\_BakkerToolTips.pbi" and double click on the module, it loads just fine.


From the PB manual comes this example.
IncludePath "Sources\Data"
IncludeFile "Sprite.pb"
XIncludeFile "Music.pb"
When I do this:
IncludePath "Modules"
XIncludeFile "_BakkerToolTips.pbi"
When I double click on "_BakkerToolTips.pbi" this module to load it, it doesn't load and I have to go back to using manual, relative reference.
If I do this "Modules\_BakkerToolTips.pbi" and double click on the module, it loads just fine.