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.
Jeremiah Goerdt
Just a heads up, I cloned and Odin is not building the demo or test file. I wanted to give it a g…
»
Allen Webster
Yeah the output capturing for child processes is not stellar, I can't promise to fix it in the nex…
»
robby
Hi Allen, I tested it on earlier versions too. It's not necessarily an issue with 4coder. It's mor…
»
ratchetfreak
looking at it properly it's more of a sign that they didn't exercise the call lowering in relation…
»
Mārtiņš Možeiko
Why do you use and care about _m64? That's MMX which is pretty obsoleted, unless you are targeting…
»
ratchetfreak
FYI it looks like the people on the llvm mailing list just now encountered the _m64 parameter pass…
»
Ginger Bill
amd64 architecture
»
Jeremiah Goerdt
Ooooh, exciting news. That's going to be a great project for everyone to follow. What language wil…
»
Ginger Bill
For the past few months, Odin has been using LLVM as its backend (with Microsoft's Linker) to comp…
»
Jeremiah Goerdt
Sometimes this is the best way to move forward. Your decision to focus on educational production w…
»
Allen Webster
I see, thanks for the info, I think I can do something with that.
»
Lex Martin
Sure. In 4coder_default_bindings.cpp there is this piece of code } #endif //NO_BINDING [/code]. I…
»
Allen Webster
Hi Everyone, I've decided to retire this project for a couple of reasons. Including higher priori…
»
Allen Webster
Great! If you can remember, what was the mistake you made with the hook thing? Maybe there is so…
»
Lex Martin
Fixed! I called set_hook in the wrong order for my setup hook.
»
Tucker
I have searched around and it seems that there is no consistent consensus on what a code sample sh…
»
Jeremiah Goerdt
Thanks for the tip. Also, I feel like I should mention that I started this list during a stream a…
»
Lex Martin
Hello, I want to change the color scheme in my 4coder. I did this in 4.0.14 by calling 'set_theme_…
»
Jeroen van Rijn
We're already using for that purpose, which handles more than just x86{,-64}. The xed library may…
»
ratchetfreak
You are going to want to add a disassembler, intel open sourced its xed lib recently: it also con…
»
Jeremiah Goerdt
This thread will be updated with useful links for anyone who wants to learn more about making debu…
»
Allen Webster
Yeah the system is not set up to handle those well yet. When I revist the indenting stuff I'll ma…
»
Thomas Dendale
Hi Allen I think the lambda-indention looks a bit weird when the lambda is a function argument. (U…
»
Chen
Thanks a lot! This was exactly I was looking for. I wanted to reply faster but apparently handmade…
»
Mārtiņš Možeiko
This is the official core profile header, but it includes up to latest GL 4.5 version + some exten…
»
Chen
Hi folks! I want to write an Opengl function loader for my friend's game. Since I don't want to go…
»
Mārtiņš Možeiko
You can still have 64-bit enums and avoid using define's. Just use uint64_t argument (or similar) …
»
ratchetfreak
If you have more than 32 flags then it's probably better to separate them into smaller logical gro…
»
TeddyFine
Thanks for your feedback! I wouldn't have thought that passing structs by reference would be bette…
»
Mārtiņš Možeiko
Afaik COM supports signed types. At least MS themselves are using unsigned types everywhere, for e…
»