Howard Kapustein

Results 263 comments of Howard Kapustein

That's new. We used to build some debug (x86?). I know because I questioned (on multiple occasions) why we were building some debug flavors but not others (and why the...

You need to disable PLM so Windows doesn't try to suspend/etc your app while you're debugging. [Use PLMDebug](https://docs.microsoft.com/windows/uwp/debug-test-perf/testing-debugging-plm) to do this

FYI this gets better (easier) in 1.2 with the new DeploymentManager auto-initializer - the necessary call to DeploymentManager.Initialize will be linked into your exe to fire when your exe starts,...

Sorry, cut/paste error. That should be unless RUBY_PLATFORM =~ /mswin32/

@sylveon Be that as it may Nuget has a certain currency in my process. An official nuget from the Detours team would be ideal @bgianfo I'm not familiar with vcpkg....

I built and installed the 4 flavors of Detours vcpkgs ``` mklink /j c:\vcpkg c:\users\howard\source\repos\vcpkg "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" c:\vcpkg install detours:x86-windows "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=x64 c:\vcpkg...

@sylveon That's normal, the NuGet console is per-project That makes sense. Thanks @sylveon Yes, it requires them to install vcpkg locally. Ugh. Not so appealing. I renew my ask for...

Ping Still using a forked copy of Detours source and still interested in prebuilt Nuget packages