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?
Ive solved the problem by myself, forgot to include the macros.asm file in the project properties. works now.
Topic can be close.
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