Colin Munro
April 13th, 1999, 01:43 PM
When I try to load a 32-bit Windows 95 screensaver as a DLL, I often don't get a handle back, and if I do, trying to GetProcAddress the screensaver function doesn't work - is there any reason for this? I've written millions of screensavers and I know you export the two functions, so why wont they load?? Any clues as to this thing are appreciated!
Gomez Addams
April 13th, 1999, 02:40 PM
That is a good question. I just tried "dumpbin /exports" on a bunch
of screen savers I have and there appear to be no exports in them.
At least they are recognized as executable images. I then tried YAHU
on it with the same result. It did have one executable section though.
I guess this explains why GetProcAddress fails.
Sorry I can't be more helpful.