Results 9 comments of MyDeveloperDay

Well I'm not sure about the C# calls from the extension, for me I have an inhouse C# tool which runs as part of the BuildEvent (Pre/Post build), think of...

maybe check out https://github.com/madskristensen/WebAnalyzer from the sceenshots it looks like they are doing it.. to be honest you should reach out to Mads Kristensen (@mkristensen ) this guy IS Mr...

Qualifier Ordering along with a file with lots of #ifdef will likely be the combined cause

I think this is the "CanBreak" C=1 of specialization_of (actually it just thinks its like Foo stand that the "and" alone doesn't break! template concept base_unit = unit and specialization_of;...

Could it be here... in FindPdbs std::wstring moduleName = ToLower( module->m_Name ); **std::wstring pdbName = Path::StripExtension( moduleName ) + L".pdb";**

I used the following C# code from https://stackoverflow.com/questions/325931/getting-actual-file-name-with-proper-casing-on-windows-with-net I read in your lowercase path and get the real capitalization from the file system, obviously this can only be done on...

After further investigation I found that if I uncomment the following at the bottom of the app/server.js this does pretty much what I needed: ```c++ /* replayRowingSession(handleRotationImpulse, { filename: 'recordings/WRX700_2magnets.csv',...

I have noticed that ErgData and Erg Studio are very picky about something.. (sometimes I can get the ErgData app to crash during connection) I started down this road trying...

I tried to look some more into this... ErgoStudio is about the closest to getting connected, its trying to send a ControlRecieve command when it gets stuck and the UI...