LoadLibrary fails for Windows XP SP3

Here you can find everything you need to know about Dll-Files. You can also share your knowledge regarding the topic.

Moderators: DllAdmin, DLLADMIN ONLY

Post Reply
neeti
Posts: 2
Joined: 06 Jan 2010, 00:00

LoadLibrary fails for Windows XP SP3

Post by neeti »

Our MFC dialog based Installer application shows error loading

jim
Posts: 36
Joined: 24 Jun 2010, 23:00

Re: LoadLibrary fails for Windows XP SP3

Post by jim »

http://www.dll-files.com/dllindex/dll-f ... tml?newdev





On Wed, 6 Jan 2010 23:53:55 -0800 (PST), Neeti <navs.kaur@gmail.com>
wrote:

>Our MFC dialog based Installer application shows error loading
>

neeti
Posts: 2
Joined: 06 Jan 2010, 00:00

Re: LoadLibrary fails for Windows XP SP3

Post by neeti »

Thanks. The issue is fixed. I was calling the LoadLibrary() from the
constructor of the global object. Moving the LoadLibrary out of this
resolved the issue.

Thanks
N
---

On Jan 8, 6:05

Post Reply