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
Yes, you can use intel syntax in gcc inline asm like this: );[/code]
»
Simon Anciaux
Thanks. I just didn't thought about using a "global" asm block in C file, but now it seems obvious…
»
spx
Good to hear that you found a way to work around this. I think 0.9.1 should have the necessary cap…
»
Mārtiņš Možeiko
Yeah, don't do that in C. It will break depending on optimization levels. Have small assembly star…
»
Simon Anciaux
[EDIT] Please read the rest of the posts before using any of this post code as there are errors in…
»
Mārtiņš Možeiko
SAL annotations are defined in sal.h file. windows.h includes it, that's why it works with clang. …
»
Dawoodoz
X11 will usually flicker if doing CPU drawing while resizing the window. Not sure how this works w…
»
kurorah
Sorry it took me a few days, but I came back to it and found it complies just fine with the build …
»
Leonardo
Wow! Just saw that you talked about the same thing , mmozeiko. What a coincidence!
»
Leonardo
Ohh that's right. I missed this part. Thanks again! Now everything is working fine. Oh I'm not edi…
»
Riccardo Caprari
Thanks, it's a good idea but I haven't really found a way to do that. I added the trailer in the …
»
hb3p8
Hi everyone! Light Tracer Render is now part of Handmade network! Light Tracer is an interactive p…
»
Mārtiņš Možeiko
You missed this part in my reply above: Either link to static lib where this GUID is (dxguid.lib)…
»
Leonardo
Hey guys, I'm not able to use any IID_ID3D12***** GUID in any function that requires one. NOTE: An…
»
BernFeth
I understand it's hard (maybe even impossible). But I can't agree more that it is something we des…
»
Dawoodoz
This is because most phones are made cheaper using forced ads "pre-installed applications", rely …
»
John Tsiombikas
The tragedy about mobile devices, is that they're very unfriendly towards hackers. Proprietary boo…
»
Dawoodoz
If I would make a mobile operating system, I would make development easier by having a desktop mod…
»
Mike Jackson
Hi everyone, This month's London meetup is going to be online. The details are as follows: Thursd…
»
C_Worm
Allright, thanks for clearing that out for me! :)
»
Mārtiņš Možeiko
When you say "every Unit will have the move function", do you think Unit structure is different wh…
»
C_Worm
let's say we have this struct: struct Unit { int x; int y; }; [/code] And this stand alone functi…
»
BernFeth
I see! Thank you, that is indeed much better!
»
HRose
This past week, I have been doing programming live streams working on a rendering abstraction over…
»
HRose
This sounds awesome! Thank you for the 4 of you getting together and organising something like thi…
»
Mike Jackson
Hey everyone, I just wanted to tie the loop on this. Please see my other for information on the H…
»
Mike Jackson
There's been some in getting a London meetup going for a while but not a lot of momentum. Last mo…
»
Alberto Vaudagna
Ok thank, never kenw of that command. It work now!
»
Dawoodoz
Software rendering in C++14 using multi-threading and SIMD is nice if you just want to code huge …
»
Simon Anciaux
If you created your project file correctly, 4coder should open all the files when you load the pro…
»