crosire / blink

A tool which allows you to edit source code of any MSVC C++ project live at runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File changes not detected

kamarajsp opened this issue · comments

Built blink and test exe in VS2017 x86 env. Compiled with /ZI.

Executed the below:
blink.exe test.exe

When i change the source in test app, blink doesn't detect the changes. Sometimes target application crashed with 0x80000003 error.

When i debug blink, ReadFile() function returns size 0 and its came out from while in next iteration.

It works