Page 1 of 1

LoadLibrary fails for Windows XP SP3

Posted: 07 Jan 2010, 05:53
by neeti
Our MFC dialog based Installer application shows error loading

Re: LoadLibrary fails for Windows XP SP3

Posted: 07 Jan 2010, 19:19
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
>

Re: LoadLibrary fails for Windows XP SP3

Posted: 08 Jan 2010, 07:13
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