The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: aker on September 11, 2011, 08:44:04 AM

Title: DlgBitmapEx HELP!
Post by: aker on September 11, 2011, 08:44:04 AM
hutch-- - edittext

DlgBitmapEx   0,5,5,45,45,1003

Question:
Microsoft (R) Macro Assembler Version 6.15.8803
Copyright (C) Microsoft Corp 1981-2000.  All rights reserved.

Assembling: tributn.asm
tributn.asm(188) : error A2008: syntax error : DlgBitmapEx

There has been an error while assembling this project.

Press any key to continue . . .
Title: Re: DlgBitmapEx HELP!
Post by: dedndave on September 11, 2011, 09:33:21 AM
the DlgBitMap macro is in the dialogs.inc file
looks to me as though it has only 4 parms

try this...
DlgBitmapEx   0,5,45,1003
Title: Re: DlgBitmapEx HELP!
Post by: aker on September 11, 2011, 09:38:11 AM
no, still err
Title: Re: DlgBitmapEx HELP!
Post by: dedndave on September 11, 2011, 09:39:48 AM
updated previous post   :P
Title: Re: DlgBitmapEx HELP!
Post by: dedndave on September 11, 2011, 10:07:08 AM
aker,
i see there is also an update for the dialogs.inc file...
http://www.masm32.com/board/index.php?topic=16284.0

and, if you scroll down a bit, an update to that...
http://www.masm32.com/board/index.php?topic=16284.msg134692#msg134692

but, DlgBitMap still has 4 parms   :P
Title: Re: DlgBitmapEx HELP!
Post by: aker on September 11, 2011, 10:54:43 AM
Thanks, it works fine. :U