J
JP Samson
Guest
I was using a lot of OutputDebugString() API in legacy code using Visual C++ 6.0 to 2015 on OS from W95 to W10.
Right now, it seems that OutputDebugString() is not working anymore in recent builds of VS2017.On W7 and later, I had to make some tricks with registry (adding a default value in registry key [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Debug Print Filter] ), but this seems not to work.
Is there a way to re-enable this ?
Continue reading...
Right now, it seems that OutputDebugString() is not working anymore in recent builds of VS2017.On W7 and later, I had to make some tricks with registry (adding a default value in registry key [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Debug Print Filter] ), but this seems not to work.
Is there a way to re-enable this ?
Continue reading...