News:

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

Could I know the .qsc files syntax

Started by stalker, July 26, 2008, 08:12:35 AM

Previous topic - Next topic

stalker

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

hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

stalker


hutch--

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]
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

stalker