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…
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…
Hey Bok! Sorry for the late response, just saw this. I also had issues with this. I solved this is…
Either you're copying the source dll while MSVC is writing to it, or you are overwriting "temp_gam…
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…
If you are using VS2019 then most likely you are seeing same big as in this thread: Check my answ…
If need be an OS can still put itself in between hardware and software, but it can reuse the same…
Those functions where probably removed when the scope functions where introduced. If you use the c…
If need be an OS can still put itself in between hardware and software, but it can reuse the same…
Hi, i started my first day of Handmade Project, i watched the first 5 days of C with windows Video…
The problem is that "complete control over the hardware for programs" is in direct opposition to "…
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…
4coder is designed to treat the mark as always existing wherever you left it. I believe this is a…
Guess having a key is a very simple thing to achieve but I am really confused how to do it... I c…
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…
Greetings! Sometimes, due to having a new custom built keyboard and trying to customizing 4coder a…
I am having the same issue with an RTX 2070.
Are you sure call to cl.exe to compile gameCode.dll succeeds? Because it could fail if that happen…
Is it really necessary to refactor ? If so why ? The "why" is probably part of the answer you're …
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…
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…