The MASM Forum Archive 2004 to 2012

Project Support Forums => GoAsm Assembler and Tools => Topic started by: donkey on December 28, 2004, 09:31:04 PM

Title: A fairly useless request
Post by: donkey on December 28, 2004, 09:31:04 PM
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