Results 1 to 2 of 2

Thread: asm

  1. #1

    Thread Starter
    Member shulc's Avatar
    Join Date
    Mar 2002
    Location
    cluster 15326
    Posts
    41

    asm

    hmm I am new to Assembler...so i made a .res in c++ a window.
    (i am using masm32) how can i join the .res into the code??
    REALLY BAD & METAL MAD

  2. #2
    Hyperactive Member Cmdr0Sunburn's Avatar
    Join Date
    May 2001
    Location
    g0t r00t?
    Posts
    461
    to add your .res, add this to your batch file. and replace all the names as needed.

    c:\asm\MASM32\BIN\Cvtres.exe /machine:ix86 Script2.res

    c:\asm\masm32\bin\Link /SUBSYSTEM:WINDOWS main.obj Script2.obj
    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