Jeff Trawick wrote: > can't see such code... maybe Win32 itself adds .dll under some > circumstances
This is documented in the Win32 LoadLibrary() function's documentation. Windows adds .dll if the specified file name has no extension. If you want to load a DLL whose name really has no extension, you need to explicitly append a dot (.) to the DLL's name. See the Remarks section in http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/loadlibrary.asp. Wan-Teh
smime.p7s
Description: S/MIME Cryptographic Signature
