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.
x13pixels
If you add the "exe" extension to the executable, it should do what you want. I will make it so Re…
»
max++
Turned out it was my mistake. I used x86 Command Prompt to build x64 version of 4coder.
»
max++
I'll bump this. Can anyone who has a license for original source confirm that? Is Metal mandatory …
»
max++
At first I thought I was doing something wrong, but now I've tried couple of things and I get this…
»
Benjamin Pedersen
I have a few times unconsciously written: Instead of starting a session with command with argume…
»
Michael Spangler
Hi, all! I wanted to get some feedback on a project idea I'm throwing around: I look at screencas…
»
Abner Coimbre
Ted that's probably the most useful mindset; I enjoyed your write-up. And thanks for highlighting …
»
Dawoodoz
Yes, doing things from scratch is often less work in total because one has to consider the whole l…
»
Simon Anciaux
I believe the code is correct.When using the hypervisor page path, there are 2 adds, the first one…
»
Mārtiņš Možeiko
EDIT: this comment was wrong, the code is correct. I think your load of qpc_bias fromSharedUserDat…
»
Simon Anciaux
I spent more time on this and I've written functions to "emulate" what QueryPerformanceCounter doe…
»
»
BernFeth
That looks really interesting! I like the concept, keep it up man, you are onto something there.
»
Ted Bendixson
haha yeah my apologies. My computer isn't fast enough to run OBS full screen. Honestly I need to g…
»
Simon Anciaux
It looks interesting. In the video, you should move your head a the top of the screen as it's less…
»
flamaros
Thank you both for your investigations. I suppose that I will simply do like the VS 2019 CRT runti…
»
Ted Bendixson
About a year into working on my game project, and posting several YouTube videos on my Mac OS port…
»
Mārtiņš Možeiko
Oh, I'm blind and misread the condition - did not notice ! operator. You're right, for native code…
»
William
WinMainCRTStartup is in "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\M…
»
Mārtiņš Možeiko
I checked in MSVC 2019 CRT - it does not call ExitProcess. WinMainCRTStartup is in "C:\Program Fil…
»
William
The CRT normally calls ExitProcess for you after returning from main. If you don't call it yoursel…
»
Ted Bendixson
Interesting. I remember just plugging in my Sony PS4 Dual Shock controller, putting a breakpoint i…
»
Ted Bendixson
I decided to kill my previous game idea after I found myself unable to fix several gameplay proble…
»
Mārtiņš Možeiko
Closing threads/handles or releasing allocated memory is done by OS regardless of how process term…
»
flamaros
Hi, I found this post really interesting, but there is a point that needs more explications for me…
»
Mārtiņš Možeiko
Seems that improving getting thread names is a known issue:
»
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 thr…
»
cphinton
Hello, I am debugging a program with a large number of threads. I would like to give them human-re…
»
Miles
I'm well aware that it is possible to mix and match. There is, however, not a straightforward way …
»