Mark Jansen

Results 91 comments of Mark Jansen

@ocornut is there something you want me to change on this, or add? I tried to modify no other code, but the change in `imgui_impl_win32.cpp` was required to get this...

Rebased on the new docking branch, corrected paths in the .bat and project files for the new backends layout.

This is caused by the `BinaryCache` component, that keeps a list of filenames, as well as a list of (partial) file hashes. Some possible solutions: 1. Flush the `FilepathDatabase` when...

That is a huge task, which involves writing a debugger to monitor module loads...

Loader snaps (`gflags /i process.exe +sls`) + a debugger or DbgView to view the output is even simpler, and it also shows why a dll load fails (if it fails),...

How dependencies handles this: - It starts the target process under a debugger (dependencies is the debugger) - It injects a dll in the target process - It redirects all...

Those are not always physical files in Windows 10, so copying is only possible if they exist on disk :)

`sxstrace` might be of interest to you: Run it like this: `sxstrace.exe Trace -logfile:r:\sxs\Trace.log` Then run an offending application Stop the trace, and convert the trace to txt: `sxstrace.exe Parse...

> You could just install Python 2.7 and cffi (via `pip install cffi`) and look at `C:\Python27\Lib\site-packages\_cffi_backend.pyd` and it will report MSVCR90.dll missing (other Python 2.7 extensions are affected, too)....

> Please note I found out my initial assumption that this is an issue with capitalization seems not to be true for all the involved files. While it was the...