
Originally Posted by
wqweto
They definately want to be able to bump it to 0x00000002 or impl a bitmask with feature requests.
Jacob could answer the question, whether NVidia explicitely checks for the lowest Bit in the Export,
by compiling and running his existing C++App with this setting:
Code:
extern "C" { _declspec(dllexport) DWORD NvOptimusEnablement = 0x00000002; }
If a such compiled App is *not* boosted, then I probably got lucky with the "Sub Export-Trick"
(in that the LSB of the func-prolog was thankfully 1).
Olaf