News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Easy Code projects won't compile

Started by pro3carp3, May 24, 2019, 01:11:07 PM

Previous topic - Next topic

pro3carp3

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?
LGC

rsala

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.
EC coder

pro3carp3

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.
LGC

rsala

My pleasure!

Thanks for using Easy Code!
:thumbsup:
EC coder