Jason —
There seems to be a lot of new programming projects underway to help fulfill some major wants/nee…
y2kiah —
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 …
It's more likely that std::string needs to cater to too many types of applications where it needs…
itzjac —
Hi Guntha,
And I wouldn't disagree with your statement. Further than asking for a generic librar…
Guntha —
Hello itzjac,
I'm not sure there can be a generic string library that has "better performance" f…
itzjac —
Hi!
In Episode 154 Casey mentioned the poor performance when using the standard string library.
…
Recently purchased 4Coder, and was a little overwhelmed due to lack of official getting started d…
Unfortunately keyboard input handling is not sophisticated enough for what you're trying to do ri…
mrmixerA month ago I tried to use fpl and the simple opengl example in the header file contains e…
4coder uses virtual key codes for setting up hotkeys, so it will not be able to have a hotkey wit…
I've not yet encountered this bug.
I've gotta say, after one more week of heavy usage whit this …
By "main keyboard layout is Cyrillic" I mean that in my system, Cyrillic is a primary layout and …
You can have a look there to customize your keys: Customization layer - getting started.
And sin…
Title speaks for itself.
Bought 4coder yesterday and this is what I immediatly ran into, since m…
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 …
A month ago I tried to use fpl and the simple opengl example in the header file contains errors. …
It's not working for me.
When I choose a file, the ui shows up but no sound is playing, the gree…
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 …
x13pixelsTried using Github's issue tracker and didn't like it much. I've been using a desktop ap…
x13pixelsI'll think about it a bit more but I think you're right and that RemedyBG shouldn't save…
direbroom
Before getting to that though:
would you consider making a github project for bug/feat…
RecyrillicSome stuff I noticed:
- There is a breakpoint bug. To repro:
1) set a breakpoint …
Hi,
Great effort, keep it up!
I've been playing around with 0.1.7.0 a bit and here's a list of …
Yes, that's exactly how opengl32.lib and other system dll import libraries work.
If SDL is not g…