The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: Shantanu Gadgil on August 15, 2006, 05:55:31 PM

Title: minor bug in one of the MASM templates
Post by: Shantanu Gadgil on August 15, 2006, 05:55:31 PM
Hi all,
The codeinvoke GetCommandLine
invoke InitCommonControls
mov      CommandLine,eax


should be
invoke GetCommandLine
mov      CommandLine,eax
invoke InitCommonControls


Always corrected it myself, never got around to posting it here!!! :( :(

Cheers,
Shantanu
Title: Re: minor bug in one of the MASM templates
Post by: KetilO on August 15, 2006, 10:06:46 PM
Thanks

I will update the template.

KetilO