|
-
Oct 9th, 2002, 06:23 AM
#1
Thread Starter
Lively Member
Calling win32Api from Assembly
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? :-)
They will try to steal everything you own,
It goes on and on and on...
Pain - On and On
-
Oct 11th, 2002, 10:32 PM
#2
Hyperactive Member
push 1
call Sleep
for whetever compiler u are using, u might need lib files that declare all the apis u need.
I know a lot oF Vb, expert in C++, and i think in assembly.
MSVC++6.NET
vb6
masm
Windowz Xp
I find my self using this a lot in C++
__asm {
}
-
Oct 12th, 2002, 08:51 AM
#3
Only MASM and TASM can use the Win32 API ASFAIK. The other assemblers don't have linkers that can read the windows library format.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 12th, 2002, 06:22 PM
#4
Hyperactive Member
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.
I know a lot oF Vb, expert in C++, and i think in assembly.
MSVC++6.NET
vb6
masm
Windowz Xp
I find my self using this a lot in C++
__asm {
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|