Results 1 to 4 of 4

Thread: Calling win32Api from Assembly

  1. #1

    Thread Starter
    Lively Member The_Fog's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Posts
    65

    Unhappy 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

  2. #2
    Hyperactive Member Cmdr0Sunburn's Avatar
    Join Date
    May 2001
    Location
    g0t r00t?
    Posts
    461
    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 {
    }

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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.

  4. #4
    Hyperactive Member Cmdr0Sunburn's Avatar
    Join Date
    May 2001
    Location
    g0t r00t?
    Posts
    461
    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
  •  



Click Here to Expand Forum to Full Width