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.
Mārtiņš Možeiko
Are you sure you are running code as 64-bit not 32-bit? Are you sure you are passing 0 in first ar…
»
The_8th_mage
Hello, I can't understand why my virtual alloc fails when i want to allocate more than a GiB. I …
»
Timothy McCarthy
I know this issue irritates me so I won't belabor it. I'm talking about what is specified, not how…
»
Mārtiņš Možeiko
Standard actually says that search order is implementation defined. Every compiler can do whatever…
»
Timothy McCarthy
My understanding is that the include files within brackets are ISO standard files that are part o…
»
Casey Muratori
But again, even though Microsoft is worse than they used to be (largely thanks to Apple, by the wa…
»
Mārtiņš Možeiko
It's not like everybody else do better. Like take Microsoft. Now on desktop (not talking about Pho…
»
Casey Muratori
I still disagree, pretty strongly in fact. For example, even to develop for your own device, you s…
»
Mārtiņš Možeiko
Yes, I know that. That's why I said it's not very end-user friendly. But big part of your ranting …
»
Casey Muratori
No, it's not the same as Android. On Android you can distribute APKs publicly and end-users can d…
»
Andreas
Or buttons for that matter. Any messages that could be regarded as anti should probably be avoide…
»
Mārtiņš Možeiko
If clang on windows generates dwarf debugging info then I'm pretty sure you can use local gdb on W…
»
Mārtiņš Možeiko
From today's questions about iOS target - actually since Xcode 7 which came out this year there is…
»
BrokenOpCode
I'd be interested in buying shirts like these :)
»
BrokenOpCode
Had a quick look at the code and noticed comments in the assert macro. Instead of deref null ptr f…
»
BrokenOpCode
Should be better than GBD! The blog mentions support for local MinGW(GCC) debugging, does that mea…
»
siska
Hi Jim0_o, Thanks for the post. It made me feel a lot better :-)
»
Mārtiņš Možeiko
I'm not very familiar with ttf format, but maybe this will help you - explanation how rasterizatio…
»
Ameen Sayegh
I love looking and parsing file formats. When I saw that on handmade hero Casey used STB library I…
»
»
Matt Mascarenhas
Yeah, potentially linked directly to a timecode? Kind of like how comments on SoundCloud work, e.g…
»
Ginger Bill
Thanks for catching the typo. With regards to the Thread design. I cannot believe I did this but I…
»
Mārtiņš Možeiko
Microsoft announced today that they released preview version of GDB debugger extension for Visual …
»
Mārtiņš Možeiko
Bug in comments: should be: This seems very wrong: f result value will be used by somebody (pthr…
»
Jim R. Didriksen
As a person who has gotten stuck like this I'll just point out that in the videos * and + look ver…
»
siska
I was not watching what he was doing, but listening what he was doing. :-) He told us to go to MSD…
»
siska
Oh, OK, that is interesting to know ! I will change back to <>. I originally did have the <>, but …
»
siska
YES ! This is it ! I feel rather stupid now for not noticing. :blush: After seeing the link erro…
»
d7samurai
yes, they are both used. but "" is typically used for files local to your project, while <> are us…
»
siska
These both work on Windows, I think. I have seen both <> and "" ...
»