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.
khofez
My question is more like a doubt. Few days ago I started organizing my code in a way that I wasn…
»
ratchetfreak
https://electronics.stackexchange.com/ lets you ask your electronics questions. Standard SE Q&…
»
Andrew Chronister
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…
»
Dan Zaidan
@mmozeiko I only use Windows Defender in this PC, it turned it off and added it to the exceptions…
»
Andrew Chronister
Those are some good points, and definitely something we'll have to look into improving going forw…
»
Mārtiņš Možeiko
You can use this page to get all new HMN posts shown in nice table: https://handmade.network/feed…
»
D3zmodos
I almost exclusively use the home page as my means of seeing what new content has been posted on …
»
Stas Lisetsky
I just spent a week debugging (and understanding) color in Cascade. Premultiplied alpha, sRGB, ga…
»
Daniele Giglio
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 …
»
David Butler
岩倉 澪: 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…
»
Mārtiņš Možeiko
And are you sure uint16 is correct typedef?
»
Daniele Giglio
mmozeiko The pack is not an issue. The issue is data type. FileType should be 16-bit number. But…
»
David Owens II
mmozeiko Line 148 is not the error, that's the result of error. As I said above, the error is in …
»
Mārtiņš Možeiko
I'm not sure if you correctly understood what ratchetfreak tried to tell you. The pack is not an…
»
Daniele Giglio
ratchetfreak double check the type of each field. "FileType 2624998722 unsigned __int64" …
»
ratchetfreak
dgiglio Yes, this is my suspect too. According to video lesson the pack() statement should avoi…
»
Daniele Giglio
ratchetfreak In other words you messed up the offsets in the header struct. Yes, this is my susp…
»
orin tresnjak
I'm still settling in to my new life in the Netherlands, and haven't had much time to work on byt…
»
Mārtiņš Možeiko
Bad driver. Bad anti-virus software. Some other running service/utility/software. But most likely…
»
Mārtiņš Možeiko
Line 148 is not the error, that's the result of error. As I said above, the error is in line 114.
»
David Owens II
Line #148, you're not handling the error. CreateSoundBuffer is failing but you continue on in cod…
»
ratchetfreak
the first number you read is 2624998722 in hex that is, 9c 76 4d 42 that is much larger than the …
»
Dan Zaidan
Hi folks! I'm trying to work with Opengl and even though I got it to work (I can set a screen co…
»
Dan Zaidan
I also had a very tough time getting it to work the first time. The most basic thing you can do i…
»
Daniele Giglio
For some reason the function DEBUGLoadBMP() (day 37) doesn't work for me, when I launch the EXE I…
»