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.
David Madrigal-Hernandez
Yeah, I have the last one installed. Should I wrap that line in quotes?
»
Allen Webster
Yeah, that's the script that's suppose to find your vcvarsall file and run it. Do you have one of…
»
David Madrigal-Hernandez
Not sure if this has anything to do with it.
»
Allen Webster
Actually it looks like two problems... cl isn't in your PATH for some reason, the script is suppos…
»
Jim R. Didriksen
That output makes it look like you are missing some " around a path probably the path to cl.exe , …
»
David Madrigal-Hernandez
I'm clicking on the superbuild.bat, but I keep getting the "Leaving Bindings Unaltered" message in…
»
Allen Webster
The custom dll can't be rebuilt from 4coder. (Saying that out loud is immediately embarrassing an…
»
Allen Webster
Hmmm the point where it freezes the cursor isn't in view, which suggests to me that it's not a key…
»
David Madrigal-Hernandez
Ill do a recursive search for that key combo, thanks! Also, how would I go about rebuilding the dl…
»
Randy Gaul
Hey good idea! Only downside will be useability. The steps to iterate on a font, or get a new font…
»
Jim R. Didriksen
If you have the super/paid version check the remapping file, there was for a version (might be the…
»
Pengo
I'm working on this project, and I needed an scalable method for including bitmap fonts in the fut…
»
Randy Gaul
Realized I didn't have any threadpool or synchronization primitives ready to go. Implemented a thr…
»
Taylor Robbins
Awesome, thanks for the suggestions. I know I had tried to look at making the Windows console appe…
»
Mārtiņš Možeiko
There's probably nothing ready like you want. You'll need to implement yourself. You could easily …
»
George Liontos
Here is a short video: You will see the small freezes that I talk about. Sometimes it freezes com…
»
Taylor Robbins
Ahh, that makes a lot of sense. Alright so then a follow up question. Is there any good alternativ…
»
Mārtiņš Možeiko
Afaik if you select text in console, it stops receiving any output that is printed to it. It is ef…
»
David Madrigal-Hernandez
I'm not sure if anyone else is experiencing this, but whenever I try to toggle fullscreen mode (
»
Allen Webster
Hmmm that's definitely odd behavior. Could you take a quick video clip of it? It may be a graphi…
»
Taylor Robbins
Hey everyone, So I was working on ConstPort recently and starting running into a weird error. It s…
»
George Liontos
Hello there! I just bought 4coder and by the way congrats for the good job Allen. I started using …
»
Joel Davis
Python is an OOP language, so you can't really avoid it. I write a lot of python, and my approach …
»
BlahBlah
Hi, I think it would be useful to be able to resize the window without blocking. One way to this w…
»
Oliver Marsh
What I found most valuable from Handmade Hero was Casey's coding style, his way of thinking about …
»
Todd
roughcoat, I think you hit the nail on that head with that one. Bozemoto and Sintex, I'm not sure …
»
Lucian Radu Teodorescu
I just merged to master the feature branch that implements the dot operator. This feature was plan…
»
mapper
Nope, just random bits of random videos here and there.
»
x13pixels
Currently: fixing a bug in step-in whenever the /INCREMENTAL switch is specified. According to the…
»
roughcoat
I use Python quite a lot and I write procedural code exclusively. It's never been a significant pr…
»