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.
Mārtiņš Možeiko
Print out (or look in debugger) at workChunk array. For second program, assuming userEntry is 36 a…
»
Jesse
I've spoken to someone with experience on this exact issue, and Clang has a patch under review tha…
»
Todd
I've watched a couple of the Multithreading HH episodes, but this is my first time actually implem…
»
Lost Astronaut Studios
This is some beautiful work!
»
Jesse
Hmm, there seems to be progress here. But I don't know how to address these errors, because I do…
»
Jesse
Thank you for the explanation. I'll report back once I get it working with the solution.
»
Mārtiņš Možeiko
If build.bat sets up environment (vsdevcmd.bat) and in same file calls clang-cl, then it shouldn't…
»
andrea
I'll add this playlist on youtube I've watched few days ago, it's a fun and interesting intro to…
»
Jesse
The logic for how everything goes together is now twisty enough that I don't have a clear idea ho…
»
Shazan
I am using flask framework and python as the programming language. I am using this as a hobby proj…
»
Mārtiņš Možeiko
Then 4coder is not a problem here. You need to figure how to use clang-cl, before putting it into …
»
Kevin Yudi Utama
Hi my name is Kevin Yudi Utama. I'm from Indonesia. Around one year ago I found my passion on game…
»
Todd
Is this really true though? Let me ask you: What are your goals? Are you trying to get a job doin…
»
Jesse
Interestingly that doesn't work. Same errors as before.
»
Mārtiņš Možeiko
No idea. I don't use 4coder and have no idea how it works when calling external commands. What hap…
»
Jesse
Yes, I am aware of those. The plan is to eventually shift over, but I need to get it working with …
»
Mārtiņš Možeiko
clang-cl.exe doesn't support exactly same arguments as cl.exe. There are differences: You probabl…
»
Jesse
Hmm, there seems to be progress here. But I don't know how to address these errors, because I do…
»
Mārtiņš Možeiko
Are you able to run clang-cl.exe successfully (including linker) from .bat file that calls VsDevCm…
»
erpeo93
Finally I've finished doing the most low level stuff of the network architecture for the engine. (…
»
Jesse
Yup, it does.
»
ratchetfreak
can you check that the %path% is properly propagated down to the build.bat?
»
Jesse
Yes. I confirmed this by printing the %PATH% variable at the end of the startup script. My build…
»
Mārtiņš Možeiko
Who, from where and how calls clang-cl.exe ?
»
ratchetfreak
does that directory end up in %path% after the call to VsDevCmd.bat?
»
Jesse
When I build through 4coder, Clang-cl cannot seem to find link.exe. The directory the linker is in…
»
erpeo93
Congrats man! very glad to hear you got the job.
»
Mārtiņš Možeiko
You can use almost any language for that. Be it python, php, perl, go, javascript, pascal, C, or e…
»
Shazan
I have been learning web programming for this week, and i am confused about the server side stuff …
»
pikachuster
The issue is getting somewhat better after adding the code. The rapid changing between black and w…
»