NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: mene mene tekel on August 31, 2009, 05:39:53 PM

Title: .tls and .rsrc sections
Post by: mene mene tekel on August 31, 2009, 05:39:53 PM
The pecoff specification allows for sections
.rsrc: resource information
It compiled and linked, but .rsrc doesn't work with DLL file properties, i.e. a copyright info string...
Any idea? Or simply a special syntax?
Martin