News:

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

Multiple Windows

Started by pyr0, April 18, 2010, 06:03:43 PM

Previous topic - Next topic

pyr0

How can i show a second Window on clicking a button?
Ive already tried the source from the tutorials section and the IDE tells me that:
QuotewndMain.asm(23) : error A2006: undefined symbol : SADD
wndMain.asm(23) : error A2114: INVOKE argument type mismatch : argument : 1
Does anybody have an idea how to solve this problem?

pyr0

Ive solved the problem by myself, forgot to include the macros.asm file in the project properties. works now.
Topic can be close.

Ramon Sala

Hi pyr0,

You probably have the 'Macros.asm file' option unchecked (in the Project properties). If so, check it and try to build the project again.

However, I attach a simple example showing how to do this.

Regards,

Ramon
Greetings from Catalonia