If you include a file with XIncludeFile in your main source and then try to do the same in a modul it wont work.
test.pbi
Code: Select all
Structure Test
a.l
EndStructure
Code: Select all
XIncludeFile "./test.pbi"
abc.Test
DeclareModule MyModul
XIncludeFile "./test.pbi"
EndDeclareModule
Module MyModul
defg.Test
EndModule
Mfg Nero