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.
Casey Muratori
Yes, I think we can get rid of it now. I was just not sure why CL was refusing to make a DLL so I…
»
theinternetftw
This is how things like work, with the added detail that they override system dlls (directx and f…
»
Dejan
Guys just a quick note: DllMain is an optional proc. If your dll doesn't need to do anything on pr…
»
theinternetftw
yeah, sorry for the "non-question" : D It was one of those things where the second I saw the msdn …
»
Casey Muratori
Yes, you should definitely be able to do this. I'm not sure why one would ever need to, since unl…
»
Mārtiņš Možeiko
I don't think there is need to create your own STATIC_ASSERT macro, because we are compiling C++ c…
»
ambiguous panda
day 21 was alot of fun, is there a name for recompiling at runtime? i asked the following question…
»
Livet Ersomen Strøm
It's not on youtube yet, no spoilers please! EDIT: Anyway, hahhahah!
»
Casey Muratori
... as you can verify by this: So, like I said, if you design the EXE and the DLL to use the same…
»
Randy Gaul
It's the only sane way to program, currently. Modern languages are so poorly designed that they …
»
Andrew Bromage
Damn, Paul Khuong stole my rant.
»
Casey Muratori
Before anyone gets too ranty on Binary Search, required reading: ;)Casey
»
rtcfirefly
Hi All, I just watched Day 17. I I might have an elegant solution to the size of Buttons problem.…
»
Jeff Buck
Filip, I did try the GameController framework on 10.10. It didn't recognize any of my controllers.…
»
Jeff Buck
Filip, Thanks for tracking down the problem with the PS3/4 controller. I just borrowed a PS3 contr…
»
Casey Muratori
There is a Patreon account now - it seems to be working OK: I will post links to it this week. Th…
»
Chris Morris
I started programming well over 15 years ago and have been professionally developing in the indust…
»
Mārtiņš Možeiko
On Vista+ DirectSound never uses hardware acceleration for its functionality (multiple buffers, 3d…
»
William
My understanding is that DirectSound can still use hardware mixing / acceleration if the driver an…
»
Filip
Jeff, if I add a test for the length of the IOHIDValueRef in your OSXHIDAction callback, the error…
»
theinternetftw
The page goes on about how there's no latency if you use DirectSound right, but if I remember wha…
»
Roderic Bos
Yeah same here after bikker safetybytes, the yellow and white cursor lines overlap more when usin…
»
Andrew Chronister
I was getting skips with or without the change until I increased my safety bytes from whatever/3 …
»
Johan Öfverstedt
It's kind of a shame if (I can't remember) the same warning deals with unused parameters and unus…
»
Johan Öfverstedt
Great initiative. You have already gotten my feedback in the IRC channel but I will write more fee…
»
Stefan Koch
New videos are online :) part 1: part 2: please give me feedback in this thread P.S. the code is…
»
Roderic Bos
Yeah ok tested it but with ExpectedBytesUntilFlip instead of the current ExpectedSoundBytesPerFram…
»
»
Benjamin Kloster
This bug would have been caught by the compiler if the "unused variables" warning wasn't disabled.…
»
Casey Muratori
Typically what people do is just look for a window of the window class they registered. If they f…
»