Search found 217 matches

by Rattrapmax6
Sep 07, 2007 19:03
Forum: Archive
Topic: MP3 ReNamer
Replies: 2
Views: 4602

Hey, thanks.

Okay, here is the linux bundle:
Download MP3_ReNamer_Linux.zip
by Rattrapmax6
Sep 07, 2007 16:13
Forum: General
Topic: Using -target linux
Replies: 10
Views: 5391

@ D.J.Peters: Hey, thanks. The one to boot the CD with an empty linux hard drive image was what I was trying to figure out how to do. I managed to load and install ubuntu to it as a test. A little slow in places, but that should help me compile linux stuff when I need to now (granted I use a smaller...
by Rattrapmax6
Sep 05, 2007 17:05
Forum: Archive
Topic: MP3 ReNamer
Replies: 2
Views: 4602

MP3 ReNamer

Gonna release what I have on this. Name: MP3_ReNamer Bot Code: FreeBASIC 0.17b Type: Automated Directory Bot This is meant to be a linux application, but I haven't been able to compile it in linux yet. So Windows only for now unless you happen to have freebasic and compile it to linux yourself until...
by Rattrapmax6
Sep 05, 2007 13:38
Forum: General
Topic: Using -target linux
Replies: 10
Views: 5391

in the past i compiled C/C++ linux programs under windows but got fbc -target linux never working on windows :-( Ouch, if you can't get it to work, no way I could most likely.. XD As for the Qemu help, that would be nice. One of my biggest issues if I'm understanding it right is getting the OS into...
by Rattrapmax6
Sep 05, 2007 1:08
Forum: General
Topic: Using -target linux
Replies: 10
Views: 5391

Why exactly is -target so hard to use? Why is it even a command if no one can use it? Seriously.. o.O Anyway, about virtual boxes.. That might work, but I've spent the last few hours messing with QEMU (one I have already) and got absolutely nowhere. Will probably just have to get someone else to com...
by Rattrapmax6
Sep 04, 2007 17:12
Forum: General
Topic: Using -target linux
Replies: 10
Views: 5391

Using -target linux

I didn't know if this question went into windows or linux so I'm sticking the question in here. I'm currently making a directory program that opens mp3 files, reads the trailer tags, then renames the files accordingly to the artist/title/album. Its meant to work in linux, but all my linux distros ar...
by Rattrapmax6
May 20, 2007 23:21
Forum: Archive
Topic: Power ASCII Lib v0.8.9b (Remade for FB 0.17b)
Replies: 1
Views: 2249

Power ASCII Lib v0.8.9b (Remade for FB 0.17b)

Here is what I have so far of the remake of Power ASCII lib Version1. This is a recoded version with better routines, and has had a version downgrade to 0.8.9b in case of any bugs I over looked and possible updates to it for more functions in the future. More info in the PASCIIv0.8.9b.pdf readme. ht...
by Rattrapmax6
May 18, 2007 13:59
Forum: Archive
Topic: Power ASCII Lib...
Replies: 6
Views: 3769

Alexa wrote:is There New version compatible with FB 0.17 ?!
No, but I might could rewrite it in FB 0.17. Would give me something to get back into the hang with FB, it's been ages since I've coded anything in it. =)
by Rattrapmax6
Dec 21, 2006 3:09
Forum: Archive
Topic: Desktop Stars..
Replies: 14
Views: 5994

Desktop Stars..

Man, it's been awhile....

Well, after DrD showed me the new graphic tricks/options with FreeBasic, I got to playing around with them.... Anyway, here is something I came up with:

http://www.random-seed.net/xtrgraphics/ ... pStars.zip

Enjoy! :)
by Rattrapmax6
Oct 18, 2006 13:05
Forum: General
Topic: Can you guys test this please?
Replies: 23
Views: 6270

Looks good here: Nvidia GeForce 6600GT
by Rattrapmax6
Oct 17, 2006 21:41
Forum: Sources, Examples, Tips and Tricks
Topic: Morphing....
Replies: 2
Views: 2432

Morphing....

I got the insperation a few days ago to mess with morphing stuff, anyway, here is the example code I came up with, enjoy! =) OPTION EXPLICIT WINDOWTITLE "Morphing:" SCREENRES 400, 400, 32, 2 DIM AS BYTE P1, P2 = 1 DIM AS INTEGER CENTX = 200, CENTY = 200, MAXPOINTS = 360, InterPol = 70, MOR...
by Rattrapmax6
Oct 17, 2006 21:33
Forum: Projects
Topic: DBF + GRAVITY Invitation!
Replies: 6
Views: 3517

Demo looks sweet, comp sounds tempting.. prolly can't come up with anything.... bad coders block in more ways than one.. :P
by Rattrapmax6
Sep 27, 2006 20:01
Forum: Sources, Examples, Tips and Tricks
Topic: The Beginning of MyGUI
Replies: 41
Views: 12569

Hey, looks good.... Windows are really slow though.. You might be interested in these: Mouse/Object movement (pixel perfect).. Right click to grab, left to swap from box to circle: SCREENRES 800, 600, 32, 2 DIM SHARED AS INTEGER P1, P2 = 1 DIM SHARED AS INTEGER XLOC, YLOC, MX, MY, MW, MB, INIT, CNTX...
by Rattrapmax6
Sep 24, 2006 23:13
Forum: Linux
Topic: cannot find -lc
Replies: 5
Views: 3013

Doesn't really matter, lol.. Just thought I'd post if it could be something I missed.... Being on dailup I don't feel like going ages for 600-800mb files to download.. Where can I get these needed files? And where do I stick them? Using live-cd's is slow, unreliable and certainly the hardest possibl...
by Rattrapmax6
Sep 23, 2006 16:02
Forum: Linux
Topic: cannot find -lc
Replies: 5
Views: 3013

cannot find -lc

Being on dail up, I've never had a chance to play with linux (since most are like 600-800mb O.O ), and after seeing the 70mb puppy linux live CD, I downloaded it.... I put FB lin on windows, and acessed it off the live cd, and instaled it.... all I can get it to do is return the option list by typin...