OK, so some updates. The build did indeed work. I guess I was just not checking the paths and not …
Pengo —
Started working on a hiragana set: Github issues will be a good way to record progress: Also, I …
Yeah this is a known issue, 4coder just fails to look at a network drive. I need to set up a netw…
Pengo —
Hey Randy! I like that website idea! For now, I reduced the verbosity of the command line: Now, i…
plb —
I have a usb drive attached to my router and mapped to Z: on Windows. If I try to get 4coder to op…
plb —
Does it work any better if you run it from a plain old command prompt? That's what I did and it wo…
Huhhh... I don't know why it would make a difference. It's obviously failing to setup cl for you,…
This is the result... pretty cryptic, if you ask me... (o_O) EDIT: Tried in VS Code with some cha…
The error in the Compilation buffer reads "\Microsoft was unexpected at this time"... Not sure w…
That's correct all correct. It's in the generated folder because it is generated by the 4ed pack…
I'm closer to figuring this out. Here is my current output: The error in the Compilation buffer r…
plb —
I'm not sure about your compilation errors, but once you get those sorted out (and for the benefit…
Yeah, I have the last one installed. Should I wrap that line in quotes?
Yeah, that's the script that's suppose to find your vcvarsall file and run it. Do you have one of…
Not sure if this has anything to do with it.
Actually it looks like two problems... cl isn't in your PATH for some reason, the script is suppos…
That output makes it look like you are missing some " around a path probably the path to cl.exe , …
I'm clicking on the superbuild.bat, but I keep getting the "Leaving Bindings Unaltered" message in…
The custom dll can't be rebuilt from 4coder. (Saying that out loud is immediately embarrassing an…
Hmmm the point where it freezes the cursor isn't in view, which suggests to me that it's not a key…
Ill do a recursive search for that key combo, thanks! Also, how would I go about rebuilding the dl…
Hey good idea! Only downside will be useability. The steps to iterate on a font, or get a new font…
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…
Realized I didn't have any threadpool or synchronization primitives ready to go. Implemented a thr…
Awesome, thanks for the suggestions. I know I had tried to look at making the Windows console appe…
There's probably nothing ready like you want. You'll need to implement yourself. You could easily …
Here is a short video: You will see the small freezes that I talk about. Sometimes it freezes com…
Ahh, that makes a lot of sense. Alright so then a follow up question. Is there any good alternativ…
Afaik if you select text in console, it stops receiving any output that is printed to it. It is ef…