Rico —
Hi there,
so I realize virtual functions are a very contentious topic here.
I just recently …
I am working with two related formats. They share an enum. I suspect some include feature is on t…
TimerTimmyyyAnd surprisingly, when I turned HPET on the QPF also always returned the same value, …
There were several cleanup and features added to Cakelisp since the last post:
Precompiled heade…
If I understand correctly, your argument is that a "good" compile time system can only be pure, p…
Tim —
Hello, thank you for the indepth info about the QPC, very interesting read.
I just wanted to add…
CPU reference implementations of OpenGL also have bugs due to the standard's complexity that grew…
idc112 —
William,
You're right, I guess I was a victim of coding along without pausing to understand what…
The Block parameter is a pointer to a memory location where a platform_memory_block type exists, …
My previous CPU was faulty and when I was trying to figure out if it was either that or the memor…
idc112 —
Hi,
In Day 346 around the 29:00 mark, Casey writes this line in PLATFORM_DEALLOCATE_MEMORY, cas…
Maybe try running memtest to see if you don't have some generic memory issues - https://www.memte…
The Handmade Hero tutorial shows experienced programmers (4-20 years experience) how to make adva…
I did rename them at all times. I shut down my pc to move it to another room and now none of the …
You didn't forget to rename the dlls to opengl32.dll after extracting them ? Even the 64 bit vers…
Is there a particular thing that you have trouble with on MSDN ?
Knowing a bit of the C syntax a…
I guess so. It's weird though how I tried both x86 and x64 versions yesterday, extracting both fr…
It does not make sense to try 32-bit dll with x64 4ed.exe binary, or 64-bit dll with x86 4ed.exe …
So I tried both versions of the .dll file with the x64 version and none seem to work. On the othe…
There is different dll needed for 32-bit version.
this is for 32-bit process: https://download.q…
Oh, ok I will check that right now.
Indeed. I exctracted the x64 again, put the .dll in the folder with it and tried to launch it onl…
EDIT - ignore this part
I would say that it like a bug with how 4coder uses OpenGL API - like not…
Thank you for that. I have added the .dll in the folder of 4coder right where the executable is a…
Download this archive: https://download.qt.io/developmen...engl32sw-64-mesa_11_2_2-signed.7z
Extr…
Is there any way that I could actually implement that change on 4coder ?
Hello guys . I'm new to programming . I have a hard time to understand MSDN . Is there anything t…
I used to work in a department full of developers going around bugs in OpenGL drivers for our 500…
Global side-effects cannot be used for constant evaluation during compile time because they do no…
Miles —
stuff like SSE and AVX still has alignment requirements, what about those?
SSE and AVX also have …