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?