I know the thread is old, but I wanted to thank you for CToy. It reminds me of my first days of pr…
It probably has to do with debug information than compiler. I'm guessing RemedyBG supports only co…
I tried to run an executable compiled with gcc with no success. Remedy runs the program but shows …
Whoops, that's exactly it. Compiling with 64bit flag fixed it. Thanks!
Thanks much. I got your email Krzysztof. I'll take a look!
Hey George, I've updated to 19.16.27026.1 and I'm still getting a crash when trying to break on Wi…
Thank you Martins, SDL source is indeed very informative. At times however, I find it a bit diffic…
Hey, I have HTTPS Everywhere setup (installed a few minutes ago as I just learned about it), and n…
According to the : IE. not the "joydev" interface. Code: int main () { auto gamepad = open("/de…
I personally in this kind of situations go to libSDL or glfw source code to check what they do. Bo…
I am interested in reading gamepad input, specifically a gamepad with the layout of a wired xbox 3…
I think the font are rendered differently, it was pixel perfect; looks anti-aliased now:
Awesome, I'll look into that :)
Thanks Simon. Dear ImGui is designed to work along side a game loop. However, I didn't want Remedy…
I see, thanks a lot for clearing it up :)
mapid_default_code_map is used by files with the extensions specified in the config.4coder file. T…
Thanks, that works great :D I'm wondering though I have this and those work fine in the code mode…
mapid_file is for text file, not code. Try with default_code_map instead.
I have a weird bug where only part of a source panel is updated when scrolling. Here is a video, I…
I want to rebind the tab key in code mode, cause I often use languages that are not bracket based.…
Hi, i want to give you a quick info: The release of FPL 0.9.3 will be delayed until end of februar…
I believe this is reported here: Check that you are building 64-bit executable as 32-bit one is n…
Hi there, I tried to run my executable with remedy but I got this error: Am I doing something wro…
Keyboard MacroCode snippets () Just to be sure, those are in the pipeline ? (I also needed to know…
RemedyBG definitely does not support 32-bit targets. I'll make a note to put up a better error mes…
Hey sure, will do it today in the evening if I get a chance. But after a quick test it seems there…
Thanks for the hard work.
Krzysztof, I was unable to reproduce this problem. Use "#include int main() { printf("as…
Fantastic! Thanks a lot George. So now instead of crashing on Windows 7 I'm getting an invalid PE …
Thanks for all the feedback, folks!Dear ImGui's INI file, along with some auxiliary files for stor…