Hi Jeremy,
Although this request is a bit useless in normal day to day programming, it can be extremely useful when supplying source code and example files. As you know I make use of libs alot and I'm always updating mine for new functionality etc... It would be nice to have GoAsm stop and display a source code defined message when the wrong lib is used. For example :
STRINGLIB = "C:\GoAsm\Libs\Strings.lib"
#IF STRINGLIB:Version < 5
ECHO "This source requires version 5 or greater of Strings.lib"
EXIT
#ENDIF