I've been searching the forums but haven't found any useful information.
What I wanna do is I want to call a win32 API using ASM (not written in masm).
Does anyone know if there are any god given possible way to achive this? :-)
Printable View
I've been searching the forums but haven't found any useful information.
What I wanna do is I want to call a win32 API using ASM (not written in masm).
Does anyone know if there are any god given possible way to achive this? :-)
push 1
call Sleep
for whetever compiler u are using, u might need lib files that declare all the apis u need.
Only MASM and TASM can use the Win32 API ASFAIK. The other assemblers don't have linkers that can read the windows library format.
there are lots of compilers that i use for windows, and if the libs aren not compatable with any standard, they have their own.Quote:
Originally posted by CornedBee
Only MASM and TASM can use the Win32 API ASFAIK. The other assemblers don't have linkers that can read the windows library format.