News:

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

Templates

Started by GeorgeA7299, March 15, 2010, 06:44:59 AM

Previous topic - Next topic

GeorgeA7299

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.

Ramon Sala

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
Greetings from Catalonia