NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HxLink DID NOT INITIALIZE

/baseaddress (Specify Base Address of DLL)

Specifies a default base address when creating a DLL.

/baseaddress:address

Arguments

address
The base address for the DLL. This address must be specified as a hexadecimal number.

Remarks

The default base address for a DLL is set by the NGWS runtime.

Be aware that the lower-order word in this address will be rounded. For example, if you specify 0x11110001, it will be rounded to 0x11110000.

To complete the signing process for a DLL, use –R of SN.EXE.

This option is ignored if the target is not a DLL.

See Also

Visual Basic Compiler Options | /target