The "I think your question is answered here:" thread no longer exists. Anyone having this problem,…
Make sure you tell objdump that the file is binary format using the switch --target=binary. From t…
It's more likely that std::string needs to cater to too many types of applications where it needs …
Hi Guntha, And I wouldn't disagree with your statement. Further than asking for a generic library,…
Hello itzjac, I'm not sure there can be a generic string library that has "better performance" for…
Hi! In Episode 154 Casey mentioned the poor performance when using the standard string library. Th…
Recently purchased 4Coder, and was a little overwhelmed due to lack of official getting started do…
Unfortunately keyboard input handling is not sophisticated enough for what you're trying to do rig…
Thanks for pointing that out, it seems that this example i never touched since a very long time. …
4coder uses virtual key codes for setting up hotkeys, so it will not be able to have a hotkey with…
I've not yet encountered this bug. I've gotta say, after one more week of heavy usage whit this ne…
By "main keyboard layout is Cyrillic" I mean that in my system, Cyrillic is a primary layout and d…
You can have a look there to customize your keys: . And since I didn't add it to the thread, there…
Title speaks for itself. Bought 4coder yesterday and this is what I immediatly ran into, since my…
Great! Thank you very much! I'll update the build file I'm linking to in the initial post!
The new build is working.
Jason —
Just wondering if there was already a built in way to jump to the previously viewed buffer? So if …
All right, does this work for you? I tested it on a Windows 7 VM, but I can't be sure. Here's the …
Does the song file, by any chance contain non-ASCII characters? I know that for now, the program c…
A month ago I tried to use fpl and the simple opengl example in the header file contains errors. I…
It's not working for me. When I choose a file, the ui shows up but no sound is playing, the green …
Hello again! I took some time to start working on the audio part of the program, as well as using …
Hi everyone, finally its here -> The new release of FPL! So what has changed since the last releas…
Certainly whatever you prefer. I just figured if we the users can't easily see/search the list we…
I like the breakpoints being saved. In a more general way I like the state being restored when I …
Before getting to that though: would you consider making a github project for bug/feature trackin…
There is a breakpoint bug. To repro: 1) set a breakpoint on a block that is currently #if 0'ed 2) …
Hi, Great effort, keep it up! I've been playing around with 0.1.7.0 a bit and here's a list of thi…
Yes, that's exactly how opengl32.lib and other system dll import libraries work. If SDL is not giv…
Some stuff I noticed:There is a breakpoint bug. To repro: 1) set a breakpoint on a block that is c…