CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    user32.dll init failure, VC++

    I'm using CreateProcess in a VC++ prog. I step through in the debugger and as soon as I hit the CreateProcess line I get an alert box with the name of my new process and an error message that there was an initialization failure of user32.dll. I can't step into CreateProcess, this error happens right away. I have NT4 SP4. I upped my desktop memory in the registry to 1024. I tried thisfrom another machine and the same thing happened. Is there some project setting I'm missing? I'm using MFC as static lib, have wsock32 lib in also. Thanks for any help, I'm stuck here until I can resolve this...
    Darla


  2. #2
    I am getting the same error... although I do not have a resolution yet. If anyone has resolved this, please let me know.

    Thanks in advance!

    Bob

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured