Kyle Halladay
Kyle Halladay
Thanks for the tip! I don't think I've ever come across memchr before, it looks really handy.
This looks like it's timing issue, if it's outputting "pattern not found" before it finishes filling the notepad screen. I have a hardcoded wait in the code, but you may...
https://github.com/khalladay/render-with-notepad/blob/master/Render-With-Notepad/RayTracer/notepad_frontend.cpp , line 192. Just change the Sleep call to something like Sleep(30000) and see if it fixes it (bearing in mind that this will pause the program for 30s,...
ah, word wrap was on by default on my system. Try that! :P What might be happening is that toggling word wrap is somehow changing the address of the on...
Happy to take a look at a PR, although I do wonder if this could be done without touching the registry. From stackoverflow, it looks like win32 edit controls don't...
Yep, you're both right. I definitely should have done that. Luckily, I just tested this on the machine that I ran these tests on, and the timestampFrequency for that gpu...
I've decided to leave this issue open to make it easier for people looking at that old blog post / this repository to notice this issue.