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.
Mārtiņš Možeiko
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 …
»
forrestthewoods
Right now there isn't a way to specify an alternative symbol path. The problem is not inability to…
»
x13pixels
RemedyBG does not support C++ overloaded operators (the '*' in this case). There also wasn't any e…
»
x13pixels
This will be fixed in the next patch. Remedy wasn't properly handling the fast fail (int 0x29) exc…
»
x13pixels
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…
»
Mārtiņš Možeiko
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…
»
D3zmodos
I didn't notice a dramatic increase in CPU usage or response times but I've also noticed it not br…
»
TheSandvichMaker
When I hit an assert from the C standard library, and hit "retry" to debug the program, Remedy sta…
»
albatros
Wow, I thrilled to hear so much improvements are already on the way :D No problem for any delay, t…
»
forrestthewoods
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…
»
Mārtiņš Možeiko
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…
»
albatros
Hello there. I took back the time to set aside some time to develop in C again, and of course fire…
»
forrestthewoods
Hi, I've got a fairly large project and I tried to use RemedyBG to debug it. I was able to success…
»
forrestthewoods
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…
»
Simon Anciaux
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…
»
Mārtiņš Možeiko
The debugger should never crash, regardless of bugs or problems with your code. The point of debug…
»
Ted Bendixson
Wow thanks so much for your thoughts And I totally agree, not having many art assets this early on…
»
Jon
Hi all Absolutely lovin' working through the series, however I seem to have hit a point early on t…
»
Jason
Okay, so I have code that seems to be outputting the correct perspective look for 6 vertices that …
»
»