Search found 21 matches

by MythGuyDK
May 08, 2007 17:09
Forum: Sources, Examples, Tips and Tricks
Topic: Lightning and Fire Works (Explosions / Particle Trails)
Replies: 14
Views: 5755

It doesn't work for me... >_>
by MythGuyDK
May 08, 2007 17:06
Forum: Sources, Examples, Tips and Tricks
Topic: Fireworks (particle-test-demo)
Replies: 14
Views: 6154

Very nice. I modified it to act as a screensaver. ' Fireworks ' by stef ' Modified by MythGuy Option Static goodds = val(command$(1)) if goodds = 0 then goodds = 150 Const MAXPARTICLES=3600 '300;600;900;1500;3000; 6000; 12000;24000;48000 Const SCREENW=800 Const SCREENH=600 Declare Sub initparticles(...
by MythGuyDK
Mar 07, 2007 17:25
Forum: Linux
Topic: How do I install FreeBASIC in Linux?
Replies: 1
Views: 2026

How do I install FreeBASIC in Linux?

I new to Linux and I can´t figure out how to use FreeBASIC.
My Linux distubution is Xubuntu version Edgy Eft.
Thank you in advance.
by MythGuyDK
Mar 01, 2007 4:30
Forum: General
Topic: Prime Number detecter bug
Replies: 7
Views: 2965

Yeah... I just figured the 'sp's out. Thanks.
by MythGuyDK
Mar 01, 2007 3:38
Forum: General
Topic: Prime Number detecter bug
Replies: 7
Views: 2965

Prime Number detecter bug

I have a program that is messing with me alot. It's a program that detects whether n is a prime number or not. But it has one major bug already: it says that 8 is not prime and that 4 is prime. Here is the code. input "Number: ",n cls Print "Processing... This may take a while..."...
by MythGuyDK
Feb 23, 2007 2:51
Forum: Windows
Topic: How do I call the Windows API? Just for reference.
Replies: 7
Views: 3354

OK. This is very helpful.
Thanks,
~Myth
by MythGuyDK
Feb 21, 2007 21:02
Forum: Windows
Topic: How do I call the Windows API? Just for reference.
Replies: 7
Views: 3354

That... leads to a useless site... >_>
it has links to similar pages but nothing else...
by MythGuyDK
Feb 21, 2007 19:15
Forum: Windows
Topic: How do I call the Windows API? Just for reference.
Replies: 7
Views: 3354

How do I call the Windows API? Just for reference.

I tried this on the General board. I got a different anwer to my problem. However... I still want to know how to call it.
by MythGuyDK
Feb 21, 2007 19:00
Forum: General
Topic: Windows API: How do I call it?
Replies: 13
Views: 4295

Really? *tests* OK... so it works.
by MythGuyDK
Feb 21, 2007 18:41
Forum: General
Topic: Windows API: How do I call it?
Replies: 13
Views: 4295

They can hold down the space button... >_>
by MythGuyDK
Feb 21, 2007 18:33
Forum: General
Topic: Windows API: How do I call it?
Replies: 13
Views: 4295

But that lets the user bypass the delay by hitting any key. I need something that delays and doesn't let the user bypass.

Plus knowing how to call the API would be good knowledge for the future...
by MythGuyDK
Feb 21, 2007 18:19
Forum: General
Topic: Windows API: How do I call it?
Replies: 13
Views: 4295

Windows API: How do I call it?

I'm trying to figure out how to call the Windows API so can make a useful delay function. I'd use:

Code: Select all

t = timer: Do: Loop while t > timer
but it's very... glitchy.

Any help is appreciated.
by MythGuyDK
Feb 21, 2007 18:16
Forum: General
Topic: ScreenRes help
Replies: 5
Views: 1641

Thank you. This has been very helpful.
by MythGuyDK
Feb 21, 2007 17:03
Forum: General
Topic: ScreenRes help
Replies: 5
Views: 1641

ScreenRes help

It's not so much help with ScreenRes as it is with this:
FreeBASIC Manual wrote:SCREENRES width, height[, depth[, num_pages[, flags[, refresh_rate]]]]
I don't understand what 'depth' and 'flags' do.

help please
by MythGuyDK
Dec 15, 2006 16:17
Forum: Beginners
Topic: Libraries, how do I use them?
Replies: 5
Views: 1900

Libraries, how do I use them?

I'm asking what I do to use libraries. Most specificly .a libraries. Any help is much appreciated.