search for: nxcompat

Displaying 5 results from an estimated 5 matches for "nxcompat".

2017 Jun 14
2
Using LLD to create a .lib from a .def
...024 * 1024; uint64_t StackCommit = 4096; uint64_t HeapReserve = 1024 * 1024; uint64_t HeapCommit = 4096; uint32_t MajorImageVersion = 0; uint32_t MinorImageVersion = 0; uint32_t MajorOSVersion = 6; uint32_t MinorOSVersion = 0; bool DynamicBase = true; bool AllowBind = true; bool NxCompat = true; bool AllowIsolation = true; bool TerminalServerAware = true; bool LargeAddressAware = false; bool HighEntropyVA = false; // This is for debugging. bool DebugPdb = false; bool DumpPdb = false; }; extern Configuration *Config; void writeImportLibrary(); void parseModuleDefs(M...
2012 Sep 09
0
Different behavior of the "showArgs" example (R extension manual) between gcc and Visual C++ compiled code
...in.def" /MANIFEST /ManifestFile:"Debug\showArgs.dll.intermediate.manifest" /ALLOWISOLATION /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\XXXX\Debug\showArgs.pdb" /PGD:"C:\XXXX\Debug\showArgs.pgd" /TLBID:1 /DYNAMICBASE /NXCOMPAT /MACHINE:X86 /ERRORREPORT:QUEUE ENVIRONMENT =========== - Windows 7 32 bits - R version 2.15.0 (2012-03-30) Platform: i386-pc-mingw32/i386 (32-bit) - RTools 2.15.0 - MS Visual Cpp 2010 (express edition)
2017 Jun 15
2
Using LLD to create a .lib from a .def
...* 1024; >> uint64_t HeapCommit = 4096; >> uint32_t MajorImageVersion = 0; >> uint32_t MinorImageVersion = 0; >> uint32_t MajorOSVersion = 6; >> uint32_t MinorOSVersion = 0; >> bool DynamicBase = true; >> bool AllowBind = true; >> bool NxCompat = true; >> bool AllowIsolation = true; >> bool TerminalServerAware = true; >> bool LargeAddressAware = false; >> bool HighEntropyVA = false; >> >> // This is for debugging. >> bool DebugPdb = false; >> bool DumpPdb = false; >> }; &...
2017 Jun 16
2
Using LLD to create a .lib from a .def
...>> uint32_t MajorImageVersion = 0; >>>> uint32_t MinorImageVersion = 0; >>>> uint32_t MajorOSVersion = 6; >>>> uint32_t MinorOSVersion = 0; >>>> bool DynamicBase = true; >>>> bool AllowBind = true; >>>> bool NxCompat = true; >>>> bool AllowIsolation = true; >>>> bool TerminalServerAware = true; >>>> bool LargeAddressAware = false; >>>> bool HighEntropyVA = false; >>>> >>>> // This is for debugging. >>>> bool DebugPdb...
2006 Dec 08
0
Wine release 0.9.27
...lcid. oleaut32: Use LOCALE_NOUSEROVERRIDE where necessary in variant conversions. oleaut32/tests: Use LOCALE_NOUSEROVERRIDE in tests that depend on the decimal separator. ntdll: Fix the failing loader tests. winedump: Print sizes and offsets in hex. winebuild: Added --nxcompat option, and mark all modules as NX-compatible by default. ntdll: Check the NX compatibility flag for every loaded module. winedump: Avoid printf format warnings. dbghelp: Avoid a printf format warning. gdi32: Disable the freetype mmap sharing on Mac OS. shlwapi: Fixed...