Module Building

BlitzMax Forums/BlitzMax Programming/Module Building

BLaBZ(Posted 2010) [#1]
I'm having a hard time building a module, I keep receiving the message
Compile Error: Identifier 'TBaseClass' not found
[C:/BlitzMax/mod/shock9.mod/cursor.mod/Engine/Components/TComponent.bmx;7;2]
Build Error: failed to compile C:/BlitzMax/mod/shock9.mod/cursor.mod/Engine/Components/TComponent.bmx


Though the file containing that class has definitely been imported,

For every file in the module do you need to import all the required files?

I have about 20 files I'd like to compile into a single module


Jesse(Posted 2010) [#2]
have you done this?:
http://www.blitzmax.com/Community/posts.php?topic=90964


Volker(Posted 2010) [#3]
If not, consider BlitzMax Companion:
http://www.blitzbasic.com/Community/posts.php?topic=79814


BLaBZ(Posted 2010) [#4]
Ok thanks guys! I figured it out, I was using Import when I should have used Include