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