News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

A fairly useless request

Started by donkey, December 28, 2004, 09:31:04 PM

Previous topic - Next topic

donkey

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
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable