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 . . .
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
no, still err
updated previous post :P
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
Thanks, it works fine. :U