Wacky module problem...

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

.

try changing the module declaration to Module brg.common

.

works fine for me as posted, here is the test program i compiled:
Import brg.common

Print calcfps()


.

rename Common.bmx to common.bmx. That should solve it.

.

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.

.

np :)