The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Easy Code => Topic started by: GeorgeA7299 on March 15, 2010, 06:44:59 AM

Title: Templates
Post by: GeorgeA7299 on March 15, 2010, 06:44:59 AM
Hello again,

As I stated everything seems to be working fine. However, I tried to build the two Simple Windows GUI Programs. I copied their respective source code to the Classic Win32 executable file (exe) project templates. Here is the message I got:

============= Project1 - Debug ==============

Compiling resources...
Assembling: Module1
Linking...

Error!
The following symbol was not defined in the object file or files:-
MSG
Output file not made

Errors ocurred.

Just so you know, I built the skeleton Classic Win32 executable file (exe) just fine. I didn't have any errors with it.

Could someone help me fix this problem.
Title: Re: Templates
Post by: Ramon Sala on March 15, 2010, 10:05:03 AM
Hi,

First of all, are you using the GoAsm header files (corresponding option in the settings menu selected?) or not. If so, are you including 'Windows.h'? If you're not using the GoAsm header files (corresponding option unselected), are you including 'Windows.inc'?

If you like to post the source code for those GUI programs, I'll see what is happening.

Ramon