Hi, First of all, the project looks great. So I am also working on a 3D game that I am "trying" to…
I tried to setup a 4coder project where the 4coder project file is in a misc folder and the source…
Hi, thanks for the extra information. I'm now using /Zi on the compiler and /INCREMENTAL:NO /DEBUG…
Ah, sorry I misunderstood. The ability to pick a source file or base source location is on the li…
C_Worm —
you're the best! thank you!!
Three errors: You are doing glClearColor after glClear. That means on first frame glClear will use…
C_Worm —
Basic program trying to render a rectangle with indices. I've checked my vertexattribs many times …
Right now there isn't a way to specify an alternative symbol path. The problem is not inability to…
RemedyBG does not support C++ overloaded operators (the '*' in this case). There also wasn't any e…
This will be fixed in the next patch. Remedy wasn't properly handling the fast fail (int 0x29) exc…
Right now there isn't a way to specify an alternative symbol path. Probably should just read _NT_S…
ppbitb —
Hi, I ran into a bit of an issue today. I was using the debugger to inspect a vector iterator. The…
Jason —
Okay, so I think I have things worked out and here is the final code that someone should be able t…
In Handmade Hero jobs can spawn multiple frames. The asset loading job can finish who knows when -…
auuhja —
Hi everyone, I implemented Casey's DLL-hot reloading system and it works great. However, I am not…
I didn't notice a dramatic increase in CPU usage or response times but I've also noticed it not br…
When I hit an assert from the C standard library, and hit "retry" to debug the program, Remedy sta…
Wow, I thrilled to hear so much improvements are already on the way :D No problem for any delay, t…
Changing from /DEBUG to /DEBUG:FULL fixed my issue. No other setting seemed to matter. I'm rather …
Jon —
Thanks @mmozeiko, I have upgraded my OS and shall test again.
kewp —
Very interesting video. I've done some work in function approximation but haven't looked at how it…
Do you have /Z7 ir /Zi debug information format? /Zl may not work well. And have you disabled /DEB…
spx —
Hi albatros, sorry for not responding sooner. I got your mail but didn't have much time during the…
Hello there. I took back the time to set aside some time to develop in C again, and of course fire…
Hi, I've got a fairly large project and I tried to use RemedyBG to debug it. I was able to success…
I'm not able to hit a breakpoint on a basic Visual Studio 2019 project either. I turned off increm…
Jason —
Ya, it was just easier for me to think about things with a left handed coordinate system. Ya, so…
A sample here is the value we use to represent the audio intensity (volume) at a point in time. It…
Arnon —
The image links don't work. Your first code sample is partially correct: X, Y seem correct. W is …
kewp —
Thanks for your considered response, mrmixer. I see now that the sample index makes sure we are wr…