As we all know,we can use QEditor to generate a ASM Model
I wonder if I can edit the .qsc file to make it generate the date and author's name automatically
PS:Sorry for my poor English,I am a MASM32 lover from China
Hi stalker,
The QSC macro engine is shortly to be replaced with a far more powerful one in a new version of QE. The notation in QSC will not do that for you and you would have to write a simple DLL and call it from a QSC file.
call DLL from a QSC file?
Yep,
This is the notation.
plugin filename ; run a QE plugin DLL
EXAMPLE: plugin f:\pb\bblockc.dll
I have attached a sample DLL that does what you require, just call the DLL in the location of the script where you want your name and the data and it will be inserted like a normal script command. Just modify the DLL to do what you need.
[attachment deleted by admin]
thx a lot hutch :U