I am experiencing a peculiarity with LoadLibrary()
Since I am testing all variations of the use of the program I am working on,
I tested LoadLibrary() against a NON-.dll
First time I ever did that! (LOL! always tested in past against an actual
.dll)
What I'm experiencing is that Windows presents a popup window with the Error
notification reading "The application or DLL <filename> is not a valid
Windows image. Please check this against your installation diskette".
The most interesting part of this is.. it does NOT throw an exception in my
executable. If it did, I could trap it and do whatever...
I am wracking my brains here on how to elliminate this popup from occuring!
Normal exception handling doesn't do the trick.
Anyone?
Thanks,
Perry