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.
Fred Harris
Just re-read your post mmozeiko. Its casting a double to int64 then. Well, its gotta be those l…
»
Fred Harris
It really is _dtoui3 Mmozeiko. I’ll see shortly about getting the asm output. Here’s the consol…
»
Stephen A
I honestly can't express how appreciative i am of the references you've posted. Currently checkin…
»
»
»
Jacob Farrell
Simply what the title says. :)
»
Mārtiņš Možeiko
Can you check that when you build makefile project it really creates c:\build\win32_handmade.exe …
»
Mārtiņš Možeiko
I'm not aware of _dtoi3 function. msvcrt.lib MSVC C runtime library doesn't have such function. A…
»
Fred Harris
Thanks very much for this mmozeiko! I have been working on this since almost the beginning of 20…
»
Kim Jørgensen
Hi Acry Most of the OpenGL code is written by Casey and architected so that it is reusable cross…
»
Peter
Great, I'm subscribing now
»
»
Ginger Bill
In fact, I have already started the series!!!! https://www.youtube.com/playlist?...L93bFkoCMJskf…
»
Peter
Yes, I'm interested too!
»
»
Carsten Holtkamp
Hi, I am definitely interested in the SDL2 port, but I am far behind. I did check out David Gow’…
»
Kim Jørgensen
Hi For the SDL port I'm looking for help on how to reliable initialize an OpenGL Context on OS X…
»
Piotr Madalinski
That's a great summary, uucidl. Thanks.
»
Carsten Holtkamp
One addition to my assembler remarks: Most Mnemonics are representations of the equivalent Proces…
»
Nicolas Léveillé
I personally really like Alexander Stepanov. Despite that he looks a lot like a theoretician beca…
»
Israel Fernández Angullo
Thank you!!!!! This guide is incredible! And exactly what I was looking for!! I think it should …
»
Mārtiņš Možeiko
Really strange. I have no idea what is wrong.
»
Mārtiņš Možeiko
Setting up VS project is not much more difficult than configuring some editor from scratch to adj…
»
Mārtiņš Možeiko
In win32_handmade.cpp we have following code: 1 2 win32_fader Fader; InitFader(&Fader,…
»
Israel Fernández Angullo
Thanks! Downloading notepad++. I abandon VS as a tool for editing but frankly I can't understan…
»
Piotr Madalinski
If someone is interested, here are some of the best video lectures on programming (that I've ever…
»
Piotr Madalinski
I think sticking with just the build.bat and a plain old text editor of your choice (it can, but …
»
Piotr Madalinski
First of all, remove the semicolon in-between the function signature and the body, secondly - it …
»
Mārtiņš Možeiko
You should always post exact error message you are getting. Making other people to guess your err…
»
jacob
#include <Windows.h> int CALLBACK WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance…
»