Louis Strous

Results 11 comments of Louis Strous

I found a reliable reproduction scenario, and a fix that works for me. Reproduction scenario: 1. Visit a C++ file that contains a syntax error. (Presumably the programming language is...

@Reeced40 I am not sure exactly what you're asking, so my apologies if my response is not helpful. The simplest solution to the documentation problem that I reported is to...

Hmm, the "serial date compatibility" issue is a tricky one. Some users of Excel or of other programs that ingest data produced by Excel may have written special code to...

I have the same problem, with Microsoft Visual Studio Professional 2022 (64-bit) - LTSC 17.4 Version 17.4.10. After installing the extension, "Enable Profiling" and "Remove Profiling Support" are both shown...

Here are the contents of micro-profiler_vspackage.log: 20230825T085307.331Z I ---------- Application logging started. 20230825T085307.331Z I VSPackage Module: loaded... getpid(): 78016 self: c:\users\louis\appdata\local\microsoft\visualstudio\17.0_bf51dd3b\extensions\ktox13wa.d2d\micro-profiler_frontend.dll exe: C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\devenv.exe vs.major: 17 vs.minor: 4...

Here are the contents of micro-profiler_vspackage-2.log: 20230825T085854.346Z I ---------- Application logging started. 20230825T085854.346Z I VSPackage Module: loaded... getpid(): 92412 self: c:\users\louis\appdata\local\microsoft\visualstudio\17.0_bf51dd3b\extensions\ktox13wa.d2d\micro-profiler_frontend.dll exe: C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\devenv.exe vs.major: 17 vs.minor: 4...

Here are the contents of micro-profiler..exe.log: 20230825T095324.481Z I ---------- Application logging started. 20230825T095324.637Z I Profiler Instance: overhead calibrated... inner_ns: 10 total_ns: 21 20230825T095324.637Z I Active server: constructed... this: 0x000001CA33E5EE58 20230825T095324.637Z...

This was the first time that I tried to use the MicroProfiler with Visual Studio 2022. I've used it without problems with older versions of Visual Studio and was very...

I have now installed conan v1.59.0 and CMake v3.24.3, re-cloned the micro-profiler code, and run "cmake ." in the top-level folder of the repository. This gets me much further than...

That gives me the same results, unfortunately. See the attached log files. Regards, Louis Strous Artem G. schreef op 2023-09-16 02:02: > I usually create '/_build' directory, 'cd' there and...