The MASM Forum

Projects => Easy Code IDE 32/64-bit => Topic started by: pro3carp3 on May 24, 2019, 01:11:07 PM

Title: Easy Code projects won't compile
Post by: pro3carp3 on May 24, 2019, 01:11:07 PM
I've installed EasyCode and configured it for Goasm, but can't get any of the unmodified projects or example projects to compile.  There are numerous warnings about not being able to open include files in windows.h.  There is also an error indicating that NULL is not defined.  When changing NULL to zero, I get an error stating there is an inappropriate or missing operand to the mnemonic SW_SHOWDEFAULT.

The include file folder and library file folder is set correctly, I believe:
G:\ASM\ECGo\GoAsm\Include
G:\ASM\EasyCode\Lib\x64


Obviously, something isn't configured correctly.  Any ideas?
Title: Re: Easy Code projects won't compile
Post by: rsala on May 24, 2019, 09:01:53 PM
Hi,

Did you install the GoAsm Headers in G:\ASM\GoAsm\Include? If not, they are available at: https://1drv.ms/u/s!AtgCy-XywfO-hswt7RlbeWTxBgjjww. Just unzip the headers.zip file and copy all unzipped files and folders to G:\ASM\GoAsm\Include.

If the problem continues, please send me a copy of the errors/warnings in the output window.

Regards.
Title: Re: Easy Code projects won't compile
Post by: pro3carp3 on May 25, 2019, 04:38:10 AM
I had left the files in the 'header' folder underneath the 'include' folder.  I moved them up and now it's working.  Thank you for your help.
Title: Re: Easy Code projects won't compile
Post by: rsala on May 26, 2019, 05:13:49 PM
My pleasure!

Thanks for using Easy Code!
:thumbsup: