Import Release/Debug

BlitzMax Forums/BlitzMax Beginners Area/Import Release/Debug

If I import a file into a build, do I need to have already made release and debug builds of the import file.

(AS you can see from the quesetion, I still cannot use import properly)

No
Imported files are compiled on the compile of the main file (unless quick build is enabled which means that imported files are only built if not already built)