PDA

Click to See Complete Forum and Search --> : Calling win32Api from Assembly


The_Fog
Oct 9th, 2002, 06:23 AM
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? :-)

Cmdr0Sunburn
Oct 11th, 2002, 10:32 PM
push 1
call Sleep
for whetever compiler u are using, u might need lib files that declare all the apis u need.

CornedBee
Oct 12th, 2002, 08:51 AM
Only MASM and TASM can use the Win32 API ASFAIK. The other assemblers don't have linkers that can read the windows library format.

Cmdr0Sunburn
Oct 12th, 2002, 06:22 PM
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.

there are lots of compilers that i use for windows, and if the libs aren not compatable with any standard, they have their own.