News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

linker directives in source

Started by setty, June 03, 2007, 03:41:03 PM

Previous topic - Next topic

setty

is that posible? to set something like
/section:.text,ERW 
directly in source code?

Vortex

That's a switch addressing directly to the linker so Masm does not support this directive.

setty

but C compiler do it in some way in case of:
#pragma option(linker, ".."

Vortex

Quote from: setty on June 03, 2007, 07:56:14 PM
but C compiler do it in some way in case of:
#pragma option(linker, ".."

Yes, C compilers are supporting that notation but not Masm.