Nico Rieck

Results 47 comments of Nico Rieck

I couldn't reproduce it fully with a 64-bit RubyInstaller, but it was only 2.0.0. I've fixed it in #100 and the test suite completes with my above mentioned ruby and...

These should have been copied from `foo_scrobble\eng\cmake` to `artifacts\vcpkg\triplets` (see line 188 in `eng\Build-Dependencies.ps1`).

> These files are present: Then I have no idea why it doesn't work. You could check with [Process Monitor](https://learn.microsoft.com/en-us/sysinternals/downloads/procmon) (with a filter "Path" "contains" "x86-windows-static-md-noiso.cmake") where vcpkg attempts to...

I have the same problem. I put the config into the `.suo` and directly loading a project with config stored in the `.suo` file fails. If I load a different...

Attaching a debugger to VS while loading a solution gives me: ``` Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: 'The best overloaded method match for 'System.Collections.Generic.List.Add(SmartCmdArgs.Logic.CmdArgumentJson)' has some invalid arguments' ``` in `SmartCmdArgs17.dll!SmartCmdArgs.Helper.ProjectConfigHelper.GetVCProjEngineConfig`. If the config...

> [...] N++ is currently opening its files for writing with share mode `FILE_SHARE_READ | FILE_SHARE_WRITE` but not with `FILE_SHARE_DELETE`! Despite its name, the `FILE_SHARE_DELETE` allows both delete and rename...

I was only talking about N++, not generally. N++ doesn't keep (small) files open and already detects if they are deleted. For N++ nothing really changes, except that it could...