Seems like you did everything right but I indeed did something different. The "LLVM for Windows" b…
Or you can install software that will emulate Xinput API for your legacy controller:
__clrcall is for C++/CLI. It is completely irrelevant for native C and C++ code. They messed up so…
At the moment, Casey hasn't add support for legacy controllers. You can probably use to use your …
On WinMain I believe it's WINAPI or APIENTRY, not CALLBACK, but they all are defined as __stdcall.…
You can use whatever subset of C++ you feel comfortable with. The only cost you'll need to worry a…
Casey seems to basically write C but compile with C++. I want to do that same to access a C++ fea…
Hi, I am very new to Handmade Hero and am really enjoying the series. Im only at 'Day 006 - Gamepa…
Hello, I'm looking whether there's some way of controlling the debugger from outside meaning wheth…
Hi Does anyone know what happened to the MSDN documentation? really doesn't explain anything abou…
I downloaded codeclap 0.8.43. Working with familiar file: int main(int argc, char* argv[argc + 1]…
Haha, na, I just misspelled partition. Okay, so it's really not much different from what I'm alrea…
SubArena is just a simple way to reserve a block of memory. It's equivalent to your CreatePartitio…
Hope you'll get better soon.
As far as I understand, Casey originally had his memory allocation setup so that he could just sep…
A couple of enhancements to RemedyBG have been made available for download.Disassembly window was …
Due to health issues, i am putting this project on hold for now. When i am better, i will continue…
Nevermind, it seems that i had a process running in the background preventing symbols to be loaded…
[/quote] I would need a bit more information to help out. Is this code in a DLL? If so, is the DL…
So i'm having problems with a particular project, breakpoints don't seem to work and they have que…
RemedyBG 0.2.3.0 is now available for download on itch.io. Bug FixesFixed bug matching line inform…
@William Ah, that was it. I wasn't specifying all the styles correctly. Thanks William!
Have you tried GetWindowRect instead?
I think you just need to specify the rest of the styles you are using to create the window for Adj…
For my C++ program I'm trying to query my window's size through WINAPI's GetClientRect() function.…
If someone is buying enthusiast hardware like a high-refresh-rate monitor, it's generally assumed …
Hey everyone! I finally got around to finishing up the newest devlog. Take a look; as always, I ho…
Thanks for the reply. I think i got it now a bit better and if I'm wondering about something like …
Hi Miles. Thank you for your answers. I still don't understand how you could lockstep game loop wi…
Any solution that doesn't use vsync is going to result in screen tearing to some degree. If you wa…