khofez —
My question is more like a doubt.
Few days ago I started organizing my code in a way that I wasn…
https://electronics.stackexchange.com/ lets you ask your electronics questions. Standard SE Q&…
Fixed, thanks for poking at that
nakst —
CODESIGN2 Just a comment RE: no documentation for how UEFI loaders would work.
I'm not sure I un…
Neo Ar —
ooo, this looks like it will help a lot when we get to studying the hardware more. Thanks for the…
@mmozeiko I only use Windows Defender in this PC, it turned it off and added it to the exceptions…
Those are some good points, and definitely something we'll have to look into improving going forw…
You can use this page to get all new HMN posts shown in nice table: https://handmade.network/feed…
I almost exclusively use the home page as my means of seeing what new content has been posted on …
I just spent a week debugging (and understanding) color in Cascade. Premultiplied alpha, sRGB, ga…
mmozeiko And are you sure uint16 is correct typedef?
DOH!
Yes, there was a typo in my typedef.
Lewis —
I'm running into the same problem, about 1.2 seconds for me. Some web searching digs up a number …
岩倉 澪:
You might want to check this out:
http://www.falstad.com/circuit/
Its not a real circuit…
Alice —
I'm getting the same thing. On my PC with a GTX 750Ti it takes 3 seconds, yet on my laptop with j…
And are you sure uint16 is correct typedef?
mmozeiko
The pack is not an issue. The issue is data type. FileType should be 16-bit number. But…
mmozeiko Line 148 is not the error, that's the result of error. As I said above, the error is in …
I'm not sure if you correctly understood what ratchetfreak tried to tell you.
The pack is not an…
ratchetfreak
double check the type of each field. "FileType 2624998722 unsigned __int64" …
dgiglio
Yes, this is my suspect too. According to video lesson the pack() statement should avoi…
ratchetfreak In other words you messed up the offsets in the header struct.
Yes, this is my susp…
I'm still settling in to my new life in the Netherlands, and haven't had much time to work on byt…
Bad driver. Bad anti-virus software. Some other running service/utility/software. But most likely…
Line 148 is not the error, that's the result of error. As I said above, the error is in line 114.
Line #148, you're not handling the error. CreateSoundBuffer is failing but you continue on in cod…
the first number you read is 2624998722 in hex that is, 9c 76 4d 42 that is much larger than the …
Hi folks!
I'm trying to work with Opengl and even though I got it to work (I can set a screen co…
I also had a very tough time getting it to work the first time.
The most basic thing you can do i…
For some reason the function DEBUGLoadBMP() (day 37) doesn't work for me, when I launch the EXE I…