What is needed is OpenGL support (I believe HMH first uses OpenGL 2.1 and then moves on to 3.3). I…
aky —
Thanks for replying! So if I want to attempt to go down the virtual machine route first, do I need…
Any computer should do, at least at the start. At some point OpenGL will be used which require har…
I'll test that when I've got some time.
The main problem for people getting started with software rendering is to get out of the GPU minds…
Can you use IGameInput::RegisterDeviceCallback method to setup callback to know whenever new devic…
Using the following function I got it to work. Not sure I like how it works.
Hi, I wanted to add support for gamepads in a game, and started to look at XInput, and the doc men…
aky —
Hi all, Funnily, the third-most recent post on this sub-forum is from me around a year ago…
I don't think that is issue with reflection itself. It's just what happens when you're dispatching…
I have some single-threaded code that uses C# reflection to load some global types and do some pro…
Alex —
Oh nooo, what a shameless bug, this was really dumb. Thanks for pointing that. Then I just delete …
There is an error in the code provided, in CopyWithBuff you use buff_ptr instead of buff. After th…
Alex —
Hi everyone. I'm sure that this isn't something new, but I just discovered it and decided to share…
That's what I prefer as user of library too - no hidden magic or hooks. Let me call functions expl…
I found that windows offers the SetWindowsHookExA function, but that only works if called from a s…
Could you maybe hook the window procedure with SetWindowLongPtr (GWLP_WNDPROC) and then call the o…
This article is mirrored on my blog. I have been working on a voxel-based game for the last severa…
I'm trying to write a windows library that needs to respond to specific window messages (more spec…
@mrmixer that's exactly what I did, but I only called them with printable chars - I was so focused…
The workaround worked like a charm! As always, thank you very much for the valuable info <3
Right click addresses in call-stack and choose "Load Symbols" so VS downloads pdb file from Micros…
Hey everyone! I'm having a weird error when debugging the screen recording utility that Martins (m…
For functions like to_digit_v1/to_digit_v2 or to_upper_v1/to_upper_v2 where both of them have exac…
Thanks for sharing. One thing you can do is to write a function that verify that the two versions …
A while ago I watched a super interesting talk about the history of character encodings () and I w…
h2k —
Hello, Since IACA was deprecated in 2019 and as of Day 120 MSVC is still the compiler being used, …
Miles —
Be wary of letting optical illusions fool you into doing the wrong thing. I wasted some time tryin…
Hi, since is archived i was wondering if there is any official community fork that would be main…
I can't help you much, but for the images with the circles, the circles on the left looked more li…