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.
plb
Does it work any better if you run it from a plain old command prompt? That's what I did and it w…
»
Allen Webster
Huhhh... I don't know why it would make a difference. It's obviously failing to setup cl for you…
»
David Madrigal-Hernandez
This is the result... pretty cryptic, if you ask me... (o_O) EDIT: Tried in VS Code with some …
»
Allen Webster
MEXdave1997 I'm closer to figuring this out. Here is my current output: The error in the Compi…
»
Allen Webster
plb That and a rebuild did the trick for me, I can now press ctrl+F11 to toggle fullscreen mode.…
»
David Madrigal-Hernandez
I'm closer to figuring this out. Here is my current output: The error in the Compilation buffe…
»
plb
I'm not sure about your compilation errors, but once you get those sorted out (and for the benefi…
»
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 o…
»
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 supp…
»
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 i…
»
Allen Webster
The custom dll can't be rebuilt from 4coder. (Saying that out loud is immediately embarrassing a…
»
Allen Webster
Hmmm the point where it freezes the cursor isn't in view, which suggests to me that it's not a ke…
»
David Madrigal-Hernandez
Ill do a recursive search for that key combo, thanks! Also, how would I go about rebuilding the …
»
Randy Gaul
Hey good idea! Only downside will be useability. The steps to iterate on a font, or get a new fon…
»
Jim R. Didriksen
If you have the super/paid version check the remapping file, there was for a version (might be th…
»
Pengo
I'm working on this project, and I needed an scalable method for including bitmap fonts in the fu…
»
Randy Gaul
Realized I didn't have any threadpool or synchronization primitives ready to go. Implemented a th…
»
Taylor Robbins
Awesome, thanks for the suggestions. I know I had tried to look at making the Windows console ap…
»
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: https://www.youtube.com/watch?v=KYdy2si9aLU You will see the small freeze…
»
Taylor Robbins
Ahh, that makes a lot of sense. Alright so then a follow up question. Is there any good alternat…
»
Mārtiņš Možeiko
Afaik if you select text in console, it stops receiving any output that is printed to it. It is e…
»
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 graph…
»
Taylor Robbins
Hey everyone, So I was working on ConstPort recently and starting running into a weird error. It…
»
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…
»