|
-
May 5th, 2020, 05:02 PM
#19
Re: How to use a _declspec(dllexport) in VB6?
 Originally Posted by Jacob Roman
This one line of code taps into the GeForce part of your NVidea GeForce video card, unleashing superb speed.
No, it doesn't.
The exported Symbol you're talking about - just does one single thing:
- when more than one GPU is installed on a given system...
- it will ignore the "usual default-GPU" (mostly a less powerhungry integrated GPU from Intel)
- and instead forces the executable to "switch to the NVidia-Chip" (and Drivers) at startup
And it does that switchery on "all Values behind the exported Symbol-Pointer",
which are different from Zero (an explicit value of 1 is not the only Value which works).
Olaf
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|