-
Windows 7 CreateProcess matter with Windows 7 SP1
I have got an issue with Windows 7 Sp1 (v 6.1.7601). This code display a console window with "dir" result. It work well on Windows 7 but not with SP1. BOOL RunCommand(LPCTSTR szCommand) { TCHAR szComSpec[MAX_PATH]; TCHAR szCmd[2048]; STARTUPINFO...- Franck M
- Thread
- app development command line console createprocess error handling process management security attributes sp1 startup info windows 7
- Replies: 1
- Forum: Programming and Scripting
-
The STDIN, the STDOUT, and the STDERR redirections do not work in a WOW64 child process if the Creat
Fixes an issue in which when the CreateProcessWithTokenW function creates a WOW64 child process, the STDIN, the STDOUT, and the STDERR redirections do not work in the child process. More...- News
- Thread
- bug fixes childprocess createprocess issues process redirect stderr stdin stdout support token windows wow64
- Replies: 0
- Forum: Knowledge Base (KB)