I transpose an application from MASM32 to AsmEdit
when I want Build the application I get this message :
"cannot modify READONLY segment"
what means this?
when I want Build the application I get this message :
"cannot modify READONLY segment"
what means this?
means the segment is read only, it cant be written to. you need to make it writable, i dont know what seg your trying to or how AsmEdit works to make it writable, maby you could provide more info...