Re: DLL could not be loaded!
From: Jonathan Morrison [MSFT] (jonathanm_at_mindspring.com)
Date: 05/14/04
- Next message: Mike: "Re: DLL could not be loaded!"
- Previous message: Mike: "DLL could not be loaded!"
- In reply to: Mike: "DLL could not be loaded!"
- Next in thread: Mike: "Re: DLL could not be loaded!"
- Reply: Mike: "Re: DLL could not be loaded!"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 May 2004 08:43:08 -0700
Do not implicitly link against the APIs. Instead use LoadLibrary and
GetProcAddress to get the function addresses and call them.
-- This posting is provided "AS IS" with no warranties, and confers no rights. Use of any included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm "Mike" <anonymous@discussions.microsoft.com> wrote in message news:8BD16131-A3AB-4B10-AC5F-19B49F867862@microsoft.com... > Hi, > > I have a DLL. It has two procedures. One of them calls Win32 APIs that are only available on window 2000 and after. The DLL could not be loaded on NT 4.0. How can I resolve this problem? Thanks for your help in advance. > >
- Next message: Mike: "Re: DLL could not be loaded!"
- Previous message: Mike: "DLL could not be loaded!"
- In reply to: Mike: "DLL could not be loaded!"
- Next in thread: Mike: "Re: DLL could not be loaded!"
- Reply: Mike: "Re: DLL could not be loaded!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|