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.
Ryan Fleury
Hello, In my eyes, it does not appear that the continuation of this thread would be productive. …
»
Tyler
Sorry i feel like this is a stupid question, but i cant get my project to build in 4coder no matt…
»
C_Worm
Yes compiling the exe is failing during runtime but compiling the dll works which contains the ga…
»
V
Hi Developer of V here. Can you please explain how V is a scam or which claims are untrue or mi…
»
Simon Anciaux
I doubt that was the cause of the problem. Compiling the exe should fail when you're running the …
»
C_Worm
Oh gosh! The problem all along was that I compiled the dll and exe in the wrong order(exe first,…
»
Ryan Fleury
Hey Bok! Sorry for the late response, just saw this. I also had issues with this. I solved this …
»
Simon Anciaux
Either you're copying the source dll while MSVC is writing to it, or you are overwriting "temp_ga…
»
Axel Daguerre
It happens to me either, i am reinstalling Visual Studi, i will try your solution when it is done…
»
C_Worm
The CopyFile fails with error code 32 (ERROR_ACCESS_VIOLATION). The first time it calls CopyFile…
»
Mārtiņš Možeiko
If you are using VS2019 then most likely you are seeing same big as in this thread: https://hero.…
»
ratchetfreak
BenjipederatchetfreakThe problem is that "complete control over the hardware for programs" is in …
»
Simon Anciaux
Those functions where probably removed when the scope functions where introduced. If you use the…
»
Benjamin Pedersen
ratchetfreakThe problem is that "complete control over the hardware for programs" is in direct op…
»
Axel Daguerre
Hi, i started my first day of Handmade Project, i watched the first 5 days of C with windows Vide…
»
ratchetfreak
The problem is that "complete control over the hardware for programs" is in direct opposition to …
»
Benjamin Pedersen
It has been fifteen months since Casey gave his "The Thirty Million Line Problem" talk online. He…
»
Ben
Hey Ryan, I'm wondering how you deal with edges of objects using this algorithm. I'm currently u…
»
Allen Webster
4coder is designed to treat the mark as always existing wherever you left it. I believe this is …
»
nephewtom
Guess having a match brace key is a very simple thing to achieve but I am really confused how to …
»
Benny Mildh
Thank you. I'm not sure what to do. I'll ponder over it. Best thing is probably to get better a…
»
Patrik
Do you want to set the mark to it’s previous position? If so, no, there isn’t a command for that,…
»
Benny Mildh
Greetings! Sometimes, due to having a new custom built keyboard and trying to customizing 4code…
»
Ludovic
I am having the same issue with an RTX 2070.
»
Mārtiņš Možeiko
Are you sure call to cl.exe to compile gameCode.dll succeeds? Because it could fail if that happe…
»
Simon Anciaux
boagz57...but when I'm trying to refactor something into a more usable state... Is it really nece…
»
Simon Anciaux
Without the full source it's hard to help you. And the code you posted isn't nested properly. Ar…
»
Jason
I personally prefer to be explicit about the data a function will use by passing the data as argu…
»
Simon Anciaux
I don't think the issue is about pointer. If you want the API to make it clear that it's modifyi…
»
C_Worm
When I change some attributes in the gameCode.cpp it does seem to succesfully reload the DLL duri…
»