flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
shism2 15 Sep 2005, 02:00
I tried using it and just gives a bunch of errors
![]() |
|||
![]() |
|
shism2 15 Sep 2005, 03:55
farrier wrote: The FASM package does not come with a resource compiler, but you can use the RC.exe program that comes with the MASM32 package, or the GoRC program that you can get from the GoASM package. 3,O,\PROGRA~1\FASM\FASM,2,5 What will this do? What Directory is that? |
|||
![]() |
|
farrier 15 Sep 2005, 05:26
shism2,
I decided to install the FASM in the following directory: C:\Program Files\FASM Which, using the short name, turns to: \PROGRA~1\FASM\FASM 3,O,\PROGRA~1\FASM\FASM,2,5 This runs FASM.exe and assembles: 2, the project.asm file to 3, the project.obj file and eventually 5, the project.exe file ______________________________________________ 4,O,\MASM32\BIN\RC.EXE /v,1 generates the 4, project.res file from the: 1, the project.rc file To use the generated .res file, include the line: section '.rsrc' resource from 'project.res' data readable Replace "project" with your project name in the above examples! ______________________________________________ The numbers come from: The RadASMIni.rtf file: Quote: Section [MakeFiles] hth, farrier _________________ Some Assembly Required It's a good day to code! U.S.Constitution; Bill of Rights; Amendment 1: ... the right of the people peaceably to assemble, ... The code is dark, and full of errors! |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.