Search found 4187 matches

by cha0s
Sep 13, 2022 9:23
Forum: Community Discussion
Topic: #freebasic IRC channel at freenode
Replies: 9
Views: 1597

Re: #freebasic IRC channel at freenode

If no one was watching, it means the channels were abandoned already, so why bothering? I know I'm only in a position to make a request, so that's all I did. Why bother to make a request? I mean... I could explain why it should be the default expectation for a programming help channel to be civil a...
by cha0s
Sep 04, 2022 19:31
Forum: Community Discussion
Topic: #freebasic IRC channel at freenode
Replies: 9
Views: 1597

Re: #freebasic IRC channel at freenode

Gee, I so love seeing people driven away because a squatter took over the IRC channels when no one was watching.

I request that MySoft transfers ownership to an actual project admin (and no, I don't mean me. I mean someone actually still maintaining the project).
by cha0s
Feb 15, 2016 18:06
Forum: Beginners
Topic: fbc.exe not compiling
Replies: 9
Views: 5207

Re: fbc.exe not compiling

You're right, I should have just split the topic which I did now. Sorry about the noise!
by cha0s
Feb 15, 2016 15:34
Forum: Beginners
Topic: fbc.exe not compiling
Replies: 9
Views: 5207

Re: fbc.exe not compiling

fxm wrote:His operating system is Windows 7!
Well, they said
Hi installed Freebasic on my linux mint 17.2 but when I'm compiling i get this error. .
;)
by cha0s
Feb 15, 2016 14:14
Forum: Beginners
Topic: ncurses error on linux mint 17.2
Replies: 1
Views: 1273

Re: fbc.exe not compiling

I think you need to install the ncurses library. Try running this command:

Code: Select all

sudo apt-get install libncurses5-dev libncursesw5-dev
by cha0s
Feb 15, 2016 7:16
Forum: Projects
Topic: Welcome to my newest 2D Truecolor Game Lib in FB: AFlib III.
Replies: 49
Views: 20574

Re: Welcome to my newest 2D Truecolor Game Lib in FB: AFlib III.

Man, after all this time... still hustling. I am truly impressed by your work and your dedication.
by cha0s
Feb 15, 2016 6:53
Forum: Community Discussion
Topic: WHO managed to take the WEB-Site down?
Replies: 79
Views: 15096

Re: WHO managed to take the WEB-Site down?

Hey guys, long time no see eh? I was thinking about FB so I stopped by and saw this. Not good :( It was most likely this: https://www.drupal.org/SA-CORE-2014-005 exploited automatically by a crawler of some kind. Updating Drupal (and any 3rd party modules) to the latest on 7 branch would be the way ...
by cha0s
Feb 14, 2014 16:58
Forum: Beginners
Topic: Simple Smooth mouse drawing.
Replies: 14
Views: 4792

Re: Simple Smooth mouse drawing.

Don't worry, that second example is WinAPI, an elaborate trap set out by Microsoft to ensnare unwitting developers who are unfortunate enough to walk over it.

Seriously though, you'll be able to go pretty far by keeping it much simpler than that. :)
by cha0s
Feb 09, 2014 0:56
Forum: Community Discussion
Topic: relsoft...
Replies: 28
Views: 10385

Re: relsoft...

Just wanted to say, I love you guys. I'm glad you are safe and sound, rel. <3
by cha0s
Jul 25, 2011 3:22
Forum: General
Topic: simple parser bug?
Replies: 15
Views: 4719

Well, I gave it a shot! but I still couldn't come up with anything good enough. I tried two separate approaches. The first one I tried was to try checking the ID while still in cSymbolType, but I couldn't make it work. Perhaps someone could fill in the missing pieces, but I tried for a while and cou...
by cha0s
Jul 16, 2011 14:13
Forum: Windows
Topic: How to survive / prevent a memory access violation crash ?
Replies: 5
Views: 2867

Hey K128, check out GDB which is a debugger. Perhaps you'll be able to gain some insight by crashing the program inside the debugger.

http://www.freebasic.net/wiki/wikka.php ... gerRunning
by cha0s
Jul 16, 2011 0:58
Forum: Linux
Topic: brainf*ck compiler for 32 bit linux.
Replies: 5
Views: 3421

rugxulo wrote:Nice job! Awesome stuff.

BTW, I hope this doesn't rain on your parade (and no, I didn't write it). ;-)
... Now that truly lives up to the name.
by cha0s
Jul 16, 2011 0:46
Forum: General
Topic: simple parser bug?
Replies: 15
Views: 4719

Hmm, looks fun. ^^ I'll give it a shot and see if I can come up with anything.
by cha0s
Jul 16, 2011 0:41
Forum: General
Topic: Mac OS X?
Replies: 20
Views: 11600

A patch? Wow! Anyone with a Mac tried it?
by cha0s
Jul 08, 2011 23:18
Forum: Linux
Topic: Call function in another executables address space
Replies: 7
Views: 3336

Might give you another possibility: http://www.cyberciti.biz/tips/what-is-d ... usage.html