Matthew Oliver

Results 66 comments of Matthew Oliver

> has not check the return value in file [projectGenerator_pass.cpp:168] startPos = m_inLine.find_first_not_of(".\/", startPos); need to add following code: if (startPos == string::npos) return true; Fixed in latest version of...

Thanks for the contribution, it will take me a little while to get time to look at this in detail but ill get to it as soon as I can

Adding arm64 suport is unlikely at this point in time as it requires a non-trivial amount of work to support (uses different source files and config options) and I have...

Run vswhere by itself from the terminal to check what it finds ``` ./vswhere.exe -find MSBuild ``` then run the following command ``` ./vswhere.exe -prerelease -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property...

Youll need to provide an actual bug report. Also this project is specific to the visual studio build project files, anything internal to gnutls should be reported to the upstream...

Closing this due to insufficient information