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