

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.