( @Houb, @AsafG ) 7pm seems doable. I'll do my best to make it on time but, if I'm late, you may h…
Today Microsoft release Update 1 for Visual Studio 2015. It includes option to use clang frontend …
Updated the Thursday 8oz Burger meetup to 19:00.
If you don't mind to substitute plutonium with uranium, then you can buy one when you'll arrive t…
I just realized there was an availability sheet on that shared spreadsheet, so I put myself on it.…
Ruben —
@debiatan ^^ we could meet up at 19:00/7:00pm if you prefer it. @AsafG would you be ok with that?
Tom —
Seeing this finally gave me reason to create a forum account! So, I've also been using SDL2 to imp…
I'll try to be there, but depending on how much hassle they give me at the airport (can't you beli…
Here's what worked for me: set TARGET=x86 :: SDL2 libraries and include paths set SDL2_LIB=..\SD…
Btw fyi to escape special command prompt characters like < and > you can use ^ symbol. ^ on comman…
And finally Devember is now! Have a good Devember!
Added myself to the spreadsheet. I'm already in Seattle if anyone wants meet up.
Ruben —
Happy to hear. That was my plan B ;). Created a with the first entry. I set the time to 18:00/6p…
moz —
Well there you go. Awesome, I'll give that a whirl and it should clean things up nicely. I'm not e…
You can set pdb filename in linker properties of Visual Studio Project (not solution, but project)…
moz —
Thanks mmzozeiko that got me on the right track. As with Casey on the stream there were issues wit…
I public spreadsheet would be nice. My initial plan was shouting "Master Spy!!" while walking aro…
Yes, C/C++ runtime library calls WinMain (or main) and MSVC links in C/C++ runtime library by defa…
Ruben —
Hi everyone. I would love to meet up and join a group. Has something been organized ? I can create…
siska —
Oh. Ok ! I understand what you are saying. So, I guess the reason we didn't have to add another li…
Functions in C/C++ actually need two things. : which is the prototype of the function you want to …
siska —
Hi, I was wondering why Casey solved the link error 'missing external' by including user32.lib in …
I've posted it on reddit. Some +1 would be helpful. Thanks.
skeeto —
Casey fixed this issue in Day 220 while insisting the cast really was permitted. It's definitely p…
This 100% did it for me. Thanks a ton. Now I can get to the hacking finally :)
Episode 141 "Uuuuum so you know, um Probably the best thing to do at this point is just to give up…
andrew —
I had this same problem due to my virus protection (avast). Add an exclusion rule re: the folder i…
This is exactly why I'm asking. DLLs, hash tables, file formats, assembly, reverse-engineering, pa…
Ideal —
Thou shalt love thy neighbor as thyself, unless he be a brogammer.
The current sound code uses a very small sound buffer, just enough to last for the target frame ti…