Search found 191 matches

by joseywales72
Dec 10, 2015 14:00
Forum: Community Discussion
Topic: Cross compiling Freebasic program for Mac OS X?
Replies: 9
Views: 3314

Re: Cross compiling Freebasic program for Mac OS X?

As far as I know, modern Macs have Python readily installed. So you would not need to distribute or install anything to run your script there.
by joseywales72
Mar 27, 2012 16:27
Forum: Community Discussion
Topic: Anti Virus Opinions Please
Replies: 13
Views: 3441

Re: Anti Virus Opinions Please

I agree with Gonzo. If you don't use Internet Explorer, you already are protected from%95 of all malware. And if you don't open suspicious attachments in the mails (like ~100kb zip files trying to hide themselves as mp3s or videos) you are all right. Windows' firewall is more than enough, but if you...
by joseywales72
Mar 06, 2012 7:50
Forum: Archive
Topic: Epic Lander - FreeBASIC Game (Spidermonkey, GL, FMOD, etc)
Replies: 15
Views: 4044

Re: Epic Lander - FreeBASIC Game (Spidermonkey, GL, FMOD, et

Wow...Just wow... Congratulations... By seeing achievements like this, I feel...small. :-) Anyway, it works on 32Bit Linux with Wine (there are some errors Wine throwing, but no glitches with gameplay or graphics.. I wonder if your engine (relativity) can be compiled on Linux and will you make a hea...
by joseywales72
Feb 09, 2012 17:26
Forum: Libraries & Headers
Topic: MiniB3d for FreeBasic
Replies: 1083
Views: 307266

Re: MiniB3d for FreeBasic

@Westbeam: Do you use some kind of desktop effects on Linux? I mean like Compiz or KWin effects, like wobbly windows, desktop cube or grid.. These kind of effects play tricks with OpenGL subsystem and many things (including OpenB3D) go nuts. Try running your programs with disabled desktop effects if...
by joseywales72
Jan 22, 2012 22:18
Forum: Projects
Topic: Morphius Screen-Savers
Replies: 14
Views: 3301

Re: Morphius Screen-Savers

Here is a working messagebox for linux. It uses GTK widgetset. #include "gtk/gtk.bi" sub messagebox_gtk(message as string) gtk_init( NULL, NULL ) Dim dialog As GtkWidget Ptr = gtk_message_dialog_new(NULL,GTK_DIALOG_DESTROY_WITH_PARENT,GTK_MESSAGE_INFO,GTK_BUTTONS_OK,StrPtr( message )) gtk_...
by joseywales72
Jan 20, 2012 11:22
Forum: Projects
Topic: Morphius Screen-Savers
Replies: 14
Views: 3301

Re: Morphius Screen-Savers

Very nice. I removed the windows.bi dependancy by remarking it out and changing the MessageBox with a simple Print statement. It now works on Linux flawlessly.
by joseywales72
Jan 18, 2012 17:02
Forum: Community Discussion
Topic: MAC OS
Replies: 11
Views: 2640

Re: MAC OS

While looking for something else I ran into this.
http://lists.motherhamster.org/pipermai ... 12337.html
It is a long message thread. But they managed to build a FB for Mac it seems.
Sorry for the possible mistakes. I'm not a native speaker.
by joseywales72
Dec 19, 2011 14:46
Forum: General
Topic: Cross-compilation support --??
Replies: 38
Views: 5203

Just FYI, Agamemnus, do not try to install a 64bit Linux if you do not want to struggle with library incompatibilities with Freebasic.
Anil
by joseywales72
Dec 18, 2011 17:59
Forum: General
Topic: Cross-compilation support --??
Replies: 38
Views: 5203

Virtualbox is a great VM program. It's opensource, very fast and flexible. You can easily install Ubuntu (or any other Linux, BSD even MacOSX) on Windows 7 with it. I use it on an exactly opposite way. All my PCs are on ArchLinux, but I have Windows XP VMs running on Virtualbox. Hope this helps. Anil
by joseywales72
Nov 13, 2011 1:07
Forum: Libraries Questions
Topic: Updated OpenGL headers
Replies: 33
Views: 11469

Hi Pestery, I updated the headers but no use. The fact that they were already working flawlessly (at least for me) on 32 bit Linux and Windows makes the 64 bit environment the suspect number 1. I use Fb 0.23 (not standalone) from the Archlinux user repository. In fact, to make FB work on a 64 bit di...
by joseywales72
Nov 10, 2011 21:18
Forum: Libraries & Headers
Topic: MiniB3d for FreeBasic
Replies: 1083
Views: 307266

joseywales72 wrote:
Hi TioBit,

Your code is very useful. These are just the examples I need to get started. Thank you. A very big thanks to angros47 for making this a reality.

Anil


The examples are from oog, not mine :)
Oops... I'm very sorry. Thanks all, and thanks for the examples Oog.
by joseywales72
Nov 10, 2011 7:32
Forum: Libraries & Headers
Topic: MiniB3d for FreeBasic
Replies: 1083
Views: 307266

Hi TioBit,

Your code is very useful. These are just the examples I need to get started. Thank you. A very big thanks to angros47 for making this a reality.

Anil
by joseywales72
Nov 08, 2011 11:05
Forum: Libraries Questions
Topic: Updated OpenGL headers
Replies: 33
Views: 11469

Hi, I'm asking just to be sure. All OpenGL examples give a segmentation fault on my home PC which is running Archlinux 64. Almost same configuration is at my work, but with an 32 bit Archlinux and everything works fine. It's apparently something 64bit breaks something in OpenGL subsystem. (Sorry for...
by joseywales72
Oct 21, 2011 7:34
Forum: General
Topic: A Little Doodle
Replies: 2
Views: 1056

I guess vector2.bi is from the FB-Extended Library.
by joseywales72
Oct 21, 2011 7:26
Forum: Community Discussion
Topic: Steve Jobs R.I.P. @ 56
Replies: 30
Views: 5330

If I had been offensive about the subject, please be aware that, that was not my intention. I just share relsoft's opinion and my personal experience on social networks especially Facebook. With all do respect to his successes as a businessman and manager, I fail to comprehend why so many people con...