Wacky module problem...

BlitzMax Forums/BlitzMax Programming/Wacky module problem...

bregors(Posted 2005) [#1]
.


Perturbatio(Posted 2005) [#2]
try changing the module declaration to Module brg.common


bregors(Posted 2005) [#3]
.


skidracer(Posted 2005) [#4]
works fine for me as posted, here is the test program i compiled:
Import brg.common

Print calcfps()



bregors(Posted 2005) [#5]
.


Perturbatio(Posted 2005) [#6]
rename Common.bmx to common.bmx. That should solve it.


bregors(Posted 2005) [#7]
.


Perturbatio(Posted 2005) [#8]
thing is, if I rename the common.bmx to lowercase it works, if I leave the first letter uppercase whilst all the paths are lower, it fails.


bregors(Posted 2005) [#9]
.


Perturbatio(Posted 2005) [#10]
np :)