Jump to content
Tuts 4 You

How Can Compile ?


Rumour

Recommended Posts

Something I saw posted on ARTeam forum by jAgx.

It explains how to set the section writable.

if using radasm, add /SECTION:.text|RWE the LINK box under Project -> Project Options]

otherwise, just add /SECTION:.text,RWE to linking arguments

Haven't tried it myself.

Edited by jstorme
Link to comment

I use win32asm studio.

Google find: "If you're using MS link, try /SECTION:.text,ERW"

What mean ?

Ow. Posts cross. Thank. I have try adding to link. Not work...

Edited by Rumour
Link to comment
I use win32asm studio.

Google find: "If you're using MS link, try /SECTION:.text,ERW"

What mean ?

Its the same as jstorme described for radasm, select project options, click on the debug tab and enter it in the link args.

Link to comment
Its the same as jstorme described for radasm, select project options, click on the debug tab and enter it in the link args.

You mean Click project, click properties ? No debug tab?

When add /SECTION:.text,ERW after link argument (make command-release mode) not work

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...