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
You should really enable warnings as errors for your compiler (and increase warning level). These …
»
BernFeth
Oh boy, was this an owl of shame! Haha So, turns out I was both mistyping SampleIndex but not only…
»
BernFeth
Hi Simon, Thanks for answering. I have done that with audacity (the audio tool), and the results …
»
Simon Anciaux
You should post the whole code, so we could build it and try to figure it out. Or better make the …
»
BernFeth
Hey guys, I am in day 138, implementing the loading of wave files but I am getting extremely bad s…
»
fpalacios
That would be great! I've been on the look for a debugger like this, especially if it would work w…
»
Grouflon
Ho you're right, premake does not send this flag to the linker. I thought that just having a pdb m…
»
Simon Anciaux
I tried to reproduce the issue, but the msbuild command you gave either doesn't build or I don't k…
»
Grouflon
Thank you for your answer :) The project is on a regular folder on the only partition of my physic…
»
Simon Anciaux
Seems interesting. I remember that Allen at some point showed a feature where they edited search r…
»
Luke
Enjoying 4coder at the moment. Took me a while to get my head around the API but once I did it was…
»
Opoiregwfetags
Indeed GDI Objects were going up, to a max of 10,000. I had forgotten a ReleaseDC() at one place. …
»
Simon Anciaux
Could you be more precise with which episode you're talking about and give a timestamp ?
»
Mārtiņš Možeiko
Open Task Manager and check under Details tab the count of "GDI Objects" for your process (you mig…
»
Opoiregwfetags
Sorry for the long post, I have no idea what the cause of this weird bug might be, so I included m…
»
TorquePentagram
Thanks. I look forward to this version then.
»
spx
Hello, don't worry having a few duplicates is always better than not having feedback for potential…
»
Terans
Hi, I'm at around day 320, and I don't understand why we have to set glBlendFunc to non premultipl…
»
Josh Paley
I am so dumb, I've been banging my head against the wall for a day or two. I just realized the sam…
»
Simon Anciaux
If by any chance you use a subst drive, there is sometimes an issues where you can't set breakpoin…
»
Jens
I was playing around a bit with pickle files (a python serialization format) and found out very qu…
»
TorquePentagram
Hi, I have started using the debugger. I have some questions / notes. Is there a way to map deleti…
»
Grouflon
Hello! I'm trying to switch from visual studio to RemedyBG, and it almost start to look like the d…
»
spx
In general, as it is for most native debuggers, codeclap doesn't really care that much about the …
»
spx
Update 0.9.7 is now available. From a user perspective 0.9.7 is more of an iterative step from 0.9…
»
fpalacios
Do codeclap already support or is planning to add support for other languages like Rust?
»
Simon Anciaux
I haven't worked with the last version of 4coder so I may not be aware of changes in that version.…
»
BernFeth
Ah! Now I see how that is working. I'm not sure what I must have done in the times I got garbage …
»
Josh Paley
I have been trying to figure how to create custom buffer layout on start up of 4coder but for the …
»
Mārtiņš Možeiko
Your struct node only contains pointer to other node, not actual node value. So it does not grow r…
»