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. Bo…
»
Tyler
Sorry i feel like this is a stupid question, but i cant get my project to build in 4coder no matte…
»
C_Worm
Yes compiling the exe is failing during runtime but compiling the dll works which contains the gam…
»
V
Hi Developer of V here. Can you please explain how V is a scam or which claims are untrue or misle…
»
Simon Anciaux
I doubt that was the cause of the problem. Compiling the exe should fail when you're running the e…
»
C_Worm
Oh gosh! The problem all along was that I compiled the dll and exe in the wrong order(exe first, t…
»
Ryan Fleury
Hey Bok! Sorry for the late response, just saw this. I also had issues with this. I solved this is…
»
Simon Anciaux
Either you're copying the source dll while MSVC is writing to it, or you are overwriting "temp_gam…
»
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 i…
»
Mārtiņš Možeiko
If you are using VS2019 then most likely you are seeing same big as in this thread: Check my answ…
»
ratchetfreak
If need be an OS can still put itself in between hardware and software, but it can reuse the same…
»
Simon Anciaux
Those functions where probably removed when the scope functions where introduced. If you use the c…
»
Benjamin Pedersen
If need be an OS can still put itself in between hardware and software, but it can reuse the same…
»
Axel Daguerre
Hi, i started my first day of Handmade Project, i watched the first 5 days of C with windows Video…
»
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 "" talk online. Here he makes the case that hardwa…
»
Ben
Hey Ryan, I'm wondering how you deal with edges of objects using this algorithm. I'm currently usi…
»
Allen Webster
4coder is designed to treat the mark as always existing wherever you left it. I believe this is a…
»
nephewtom
Guess having a key is a very simple thing to achieve but I am really confused how to do it... I c…
»
Benny Mildh
Thank you. I'm not sure what to do. I'll ponder over it. Best thing is probably to get better at m…
»
Patrik
Do you want to set the mark to it’s previous position? If so, no, there isn’t a command for th…
»
Benny Mildh
Greetings! Sometimes, due to having a new custom built keyboard and trying to customizing 4coder a…
»
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 happen…
»
Simon Anciaux
Is it really necessary to refactor ? If so why ? The "why" is probably part of the answer you're …
»
Simon Anciaux
Without the full source it's hard to help you. And the code you posted isn't nested properly. Are …
»
Jason
Ya, this is what I generally like to do as well, which is maybe why this particular situation mad…
»
Simon Anciaux
I don't think the issue is about pointer. If you want the API to make it clear that it's modifying…
»
C_Worm
When I change some attributes in the gameCode.cpp it does seem to succesfully reload the DLL durin…
»