01-03-2017
#define LINKFILES ; these are from the program
#define codejps
#define WIN64
#INCLUDE windows.h
#ifndef LPSTR
#if !x64
#define LPSTR dd
#else
#define LPSTR dq
#endif
#endif
GoAsm.exe version 0.61.0.0 - copyright Jeremy Gordon 2001-2016 -
JG@JGnet.co.ukerror!
Line line 198 of assembler source file (blabla.asm)
line 198 in the program LOCAL cc:WIN32_FIND_DATA
Could not get size of structure/union in local data declaration
Local cc:WIN32_FIND_DATA
In the struct at line 4922 of the include file Winuser.h
I got the structure from "windows.inc"
I have not referenced "Winuser.h" anywhere in the program
OJB file not found
G:/codejp >GoLink /unused blabla.obj
GoLink.exe Version 1.0.2.3
Error
The following symbol was not defined in the object file
DD
output file not made