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.
Evan Hansen
Thanks! I can email you more details.
»
Joystick
Thank you very much for this valuable information my man! Before I dig in, I just want to know on…
»
Allen Webster
Hey Evan! I am glad to hear you want to get a handle of 4coder, and, although it might not be we…
»
Mārtiņš Možeiko
This will return TEB pointer on 32-bit Windows: 1__readfsdword(0x18); Also PEB in TEB is at o…
»
Matt Mascarenhas
Welcome to the network, Evan. [Skip this spoiler, Allen →] It's been a while since I last use…
»
Evan Hansen
Hello! So I'm very new to low level programming and C/C++ programming in general but I've been v…
»
Joystick
Awesome!!! Thank you very much my good man, I'll use this information wisely!
»
Joystick
mmozeiko You'll need to change win32_pe structure to support 32-bit header. And change code line …
»
Mārtiņš Možeiko
You'll need to change win32_pe structure to support 32-bit header. And change code line that gets…
»
Joystick
What changes do I have to make in order to run this masterpiece on a 32 bit platform?
»
Mārtiņš Možeiko
Using AVX512 instruction when you are compiling for 32-bit code seems very wrong... :) Typically…
»
Matt Mascarenhas
I think it looks good and informative! Unfortunately the '>' and delimiting ':' don't really f…
»
Joystick
SedatedSnail I found this instruction, but it seems to be AVX512. https://www.felixcloutier.com/x…
»
SedatedSnail
I found this instruction, but it seems to be AVX512. https://www.felixcloutier.com/x86/VCVTTSD2US…
»
Joystick
Greetings everyone, I know that it's quite an old thread but, I've noticed it just a few days ago…
»
Ray
mmozeiko, mrmixer, thank you very much for the feedback! mmozeiko, I actually followed some of t…
»
Anders
I understand, thank you. :)
»
ratchetfreak
Though you are going to want a way to stop the ticks (and stop a not yet triggered timeout) This…
»
Neo Ar
Mr4thDimentionRight now it is event driven so if you leave it sit for an hour it's CPU usage stay…
»
David Butler
I made a survey: https://docs.google.com/forms/d/e...aj3GiX3fkr9O7LlQEMiip3PQ/viewform The goal…
»
ratchetfreak
When talking about timeouts one common operation comes to mind: delayed autosave You don't want …
»
Maciek
I don't understand why you shouldn't trust the user about this. At every point in api hookup we c…
»
Oliver Marsh
Thanks Martin and Simon, Yes I think I understand a bit better. The banking is what prompted th…
»
Simon Anciaux
I can't help you much but according to wikipedia, quaternion multiplication isn't commutative.
»
Mārtiņš Možeiko
VS IDE does not work well with unity builds. You'll need to help it to understand how does code l…
»
Allen Webster
There's on built in way to do this right now because it is very easy for such a function to tank …
»
Anders
Hello, I've for some time now had problems with the combination of intellisense and the handmade …
»
Finalspace
I finished the change of the event handling for win32 and removed the functions fplPushEvent() an…
»
Maciek
Hey! Just wondering, if 4coder gives us access to some tick/update function? It would be very us…
»
Jeremiah Goerdt
Inspired by mindspyke's post from the other day, I decided to share my 4coder-implementation of t…
»