We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Ted Bendixson
About a year into working on my game project, and posting several YouTube videos on my Mac OS por…
»
Mārtiņš Možeiko
Oh, I'm blind and misread the condition - did not notice ! operator. You're right, for native cod…
»
William
mmozeikoI checked in MSVC 2019 CRT - it does not call ExitProcess. WinMainCRTStartup is in "C:\P…
»
Mārtiņš Možeiko
I checked in MSVC 2019 CRT - it does not call ExitProcess. WinMainCRTStartup is in "C:\Program F…
»
William
The CRT normally calls ExitProcess for you after returning from main. If you don't call it yours…
»
Ted Bendixson
Interesting. I remember just plugging in my Sony PS4 Dual Shock controller, putting a breakpoin…
»
Ted Bendixson
I decided to kill my previous game idea after I found myself unable to fix several gameplay probl…
»
Mārtiņš Možeiko
Closing threads/handles or releasing allocated memory is done by OS regardless of how process ter…
»
flamaros
Hi, I found this post really interesting, but there is a point that needs more explications for …
»
Mārtiņš Možeiko
Seems that improving getting thread names is a known issue: https://github.com/x13pixels/remedybg…
»
cphinton
Thanks, that looks much nicer. Though having tested it, it is supported by a modern version of VS…
»
Mārtiņš Možeiko
Cannot tell you anything about what Remedy supports. But if you are on Windows 10, you can set th…
»
cphinton
Hello, I am debugging a program with a large number of threads. I would like to give them human-…
»
Miles
I'm well aware that it is possible to mix and match. There is, however, not a straightforward way…
»
Mārtiņš Možeiko
But compiler version is not reliable way to detect what Windows SDK version of headers/libraries …
»
Miles
The compile-time version check is there to hopefully prevent code that relies on new versions of …
»
Mārtiņš Možeiko
Why SetProcessDpiAwarenessContext is called only for MSVC specific compiler versions (newer than …
»
Miles
Update: here is an updated function which handles DPI awareness with whatever is the most modern …
»
Miles
An interesting note is that the function does at least have well-defined upper and lower bounds. …
»
Simon Anciaux
Thanks for WinRing0, I'll have a look at that at some point. mmozeikoTo transform rdtsc to secon…
»
Ben
Yeah definitely. I think I may have already put one in as the second block puzzle you encounter. …
»
Mārtiņš Možeiko
You can do simple tests with reading/writing MSR register with WinRing0 project: https://github.c…
»
HRose
Hey everyone, We will be having a subsidiary online London meetup every 2nd Thursday of the mont…
»
Simon Anciaux
After reading the articles linked in this thread, I wanted to try to use only rdtsc to get time i…
»
ratchetfreak
about separating the blocks you may wish to add a puzzle where the only solution is to separate t…
»
Oliver Marsh
https://unitylist.com/p/me8/Unity-2d-Gaol-Effect Found this example which solves it 👌
»
Oliver Marsh
Hi everyone, I was wanting to implement something similar to the effect in snakebird where the r…
»
BernFeth
Uh oh... Even more embarassing then... Thanks for answering anyway. I will take a look on WASAP…
»
Mārtiņš Možeiko
It says in documentation to what value to set it: https://docs.microsoft.com/en-us/...api/mmeapi/…
»
BernFeth
Ah... Thank you mmozeiko, you are absolutely right. This is embarrasing but I have to say I hae …
»