i'm trying to compile some simple code
.486
.model flat, stdcall
option casemap :none ; case sensitive
.code
end
but when linking got error:
Quote
LINK : error LNK2001: unresolved external symbol _mainCRTStartup
void.exe : fatal error LNK1120: 1 unresolved externals
compiling in the way of runing such a *.bat file
ml.exe /coff /nologo /c %1.asm
link /nologo /subsystem:console /libpath:C:\SETTY\PROGRAMS\ASM\masm32\lib\ %1.obj
whot can be wrong there?
hi
.486
.model flat, stdcall
option casemap :none ; case sensitive
.code
start:
end start
ragdog
oh, i just get it )
thnx
yes you get it! :bg
ragdog