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.
Shazan
After 4 hours of struggling web dev finally made a working login page. Not the nicest thing but g…
»
septarion
well yeah I expected that what bugs me is, in Casey's case the gradient is smooth when he isn't r…
»
Mārtiņš Možeiko
It's expected. When StetchDIBits resizes bitmap it uses very simple algorithm, so the image you g…
»
Todd
Aha, thank you! Wow what a stupid mistake in the loop; I can't even believe the program still ran…
»
septarion
Ok first of all, this project is awesome, I learned about it couple weeks back and am trying to f…
»
Mārtiņš Možeiko
Print out (or look in debugger) at workChunk array. For second program, assuming userEntry is 36…
»
Jesse
I've spoken to someone with experience on this exact issue, and Clang has a patch under review th…
»
Todd
I've watched a couple of the Multithreading HH episodes, but this is my first time actually imple…
»
Lost Astronaut Studios
This is some beautiful work!
»
Jesse
Jesse mmozeiko Are you able to run clang-cl.exe successfully (including linker) from .bat file th…
»
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'…
»
andrea
Croepha Beej's is probably the way to go for application programming... but before you try to lea…
»
Jesse
mmozeiko Then 4coder is not a problem here. The logic for how everything goes together is now t…
»
Shazan
I am using flask framework and python as the programming language. I am using this as a hobby pro…
»
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 gam…
»
Todd
msmshazan I just want a simple way to create dynamic websites. Is this really true though? Let…
»
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 h…
»
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: http://clan…
»
Jesse
mmozeiko Are you able to run clang-cl.exe successfully (including linker) from .bat file that cal…
»
Mārtiņš Možeiko
Are you able to run clang-cl.exe successfully (including linker) from .bat file that calls VsDevC…
»
erpeo93
Finally I've finished doing the most low level stuff of the network architecture for the engine. …
»
Jesse
ratchetfreak can you check that the %path% is properly propagated down to the build.bat? Yup, it…
»
ratchetfreak
can you check that the %path% is properly propagated down to the build.bat?
»
Jesse
ratchetfreak does that directory end up in %path% after the call to VsDevCmd.bat? Yes. I confirm…
»
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?
»