Search found 239 matches

by SebMcClouth
Wed Sep 28, 2005 2:35 am
Forum: General Discussion
Topic: Join the Linux Revolution!
Replies: 217
Views: 2134173

What's wrong with a boot DVD? Nothing... but that it contains microsoft software... that's the problem... Go screw youself... Half the things I had my Linux system was absolute crap! Also Nathan1993, do you have $40, you can get DVD drives for $40 at CompUSA, and PQBC, I understand what your saying...
by SebMcClouth
Tue Sep 27, 2005 2:31 pm
Forum: News and Announcements
Topic: qbinux
Replies: 140
Views: 311993

Yet again problems with some code. I'm working on it... don't expect tech-release before the end of this week...

grtz Seb
by SebMcClouth
Tue Sep 27, 2005 2:27 pm
Forum: General Discussion
Topic: Join the Linux Revolution!
Replies: 217
Views: 2134173

What's wrong with a boot DVD? Nothing... but that it contains microsoft software... that's the problem...
by SebMcClouth
Mon Sep 26, 2005 4:34 pm
Forum: General Discussion
Topic: Challenge!
Replies: 11
Views: 16919

how about this one:

Code: Select all

cls

a$="numbers"

color 7,2
for a= 5 to len(a$) step 3
b=val(mid$(a$,a,3))
do until b<=255
b=b-255
loop
print chr$(b);
next
I get Patz enu?
by SebMcClouth
Mon Sep 26, 2005 4:28 pm
Forum: General Discussion
Topic: Challenge!
Replies: 11
Views: 16919

I can't see the code box... damn
by SebMcClouth
Mon Sep 26, 2005 4:26 pm
Forum: General Discussion
Topic: Challenge!
Replies: 11
Views: 16919

Not complently. Try running this: cls a$ = "numbers" f=5 for b= 0 to 255 do while f < len(a$)/3 g=val(mid$(a$,f,3)) if g > 255 then do until g<=255 g=g-255 loop end if h=b+g if h>255 then do until h <=255 h=h-255 loop end if filename$="sumfin."+rtrim$(ltrim$(str$(b))) open filena...
by SebMcClouth
Mon Sep 26, 2005 4:05 pm
Forum: General Discussion
Topic: Challenge!
Replies: 11
Views: 16919

There's sumfin with the text "PDS" in it...
by SebMcClouth
Mon Sep 26, 2005 3:46 pm
Forum: General Discussion
Topic: A 2d Game
Replies: 92
Views: 114296

I have a second computer (no, I'm not rich) which is installed as a complete DOS-pc... MSDOS 6.2 and PDS on it... if you want to program Basic in Windows XP I'd suggest FreeBasic...

Btw dude, just for the record... if you're new... you don't go namecalling on the regulars... that's kinda out...
by SebMcClouth
Mon Sep 26, 2005 3:41 pm
Forum: General Discussion
Topic: A 2d Game
Replies: 92
Views: 114296

You need a disk to challenge? A real programmer does it from the head...
by SebMcClouth
Mon Sep 26, 2005 2:20 pm
Forum: General Discussion
Topic: Join the Linux Revolution!
Replies: 217
Views: 2134173

bootdvd's... what's next? Windows pre-installed on a 1 TeraByte harddrive?
by SebMcClouth
Fri Sep 23, 2005 12:31 am
Forum: News and Announcements
Topic: qbinux
Replies: 140
Views: 311993

Hey all

As you might have noticed, no tech-release yet... Due to some problems the release is delayed...

As they say Rome wasn't build in one night either... Will have a tech-release midth next week...

Until furture notice,

Seb
by SebMcClouth
Fri Sep 23, 2005 12:24 am
Forum: QBASIC and QB64 Questions & Answers
Topic: MULTIPLICATON OF A FIELD IN A FILE WITH A CONSTANT
Replies: 58
Views: 65620

Well here in Holland we also use factor * factor = product...

:? Let's make an international quickbasic/freebasic English... based upon Svenska...

grtz
by SebMcClouth
Fri Sep 23, 2005 12:20 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Overflow
Replies: 7
Views: 12287

There are some here and there of those DEFine INTegers. Z!re ones again you were right. pt did it... I just changed it to pt! and it didn't have the overflow anymore. Now I have a: Path/File access error in line 0 of module SETUP at address 11A5:14B6 Which I'm figuring out now... I can find it... It...
by SebMcClouth
Wed Sep 21, 2005 6:18 am
Forum: QBASIC and QB64 Questions & Answers
Topic: MULTIPLICATON OF A FIELD IN A FILE WITH A CONSTANT
Replies: 58
Views: 65620

I'm Dutch and in Dutch we know Product also as product but indeed aslo as quotient.

grtz
by SebMcClouth
Wed Sep 21, 2005 3:09 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Overflow
Replies: 7
Views: 12287

Overflow

When I tried to rewrite my code (in a new dir) I got this message. When I returned to my original code (which worked fine before) I got the same Overflow. The overflow message: Overflow in line 0 of module WAIT at adress 155D:0256 Module WAIT, know to my system as LIB/WAIT.QS0 contains the following...
by SebMcClouth
Wed Sep 21, 2005 1:11 am
Forum: Pete's QB Site News
Topic: QB Express #14 Now Available
Replies: 57
Views: 127398

I don't care that much either but I agree with ya Pete tho. It's easier to read without mistakes then with them. I actually have that at work, when someone's busy in English. I always feel the need to correct them. For e.g. he meant 'sweet' but wrote 'sweat' --> big diffrence: tasty and sweaty.... g...
by SebMcClouth
Tue Sep 20, 2005 3:04 pm
Forum: General Discussion
Topic: Join the Linux Revolution!
Replies: 217
Views: 2134173

Due to the fact that WINE isn't completly stable... actually it makes your Linux quite unstable due to the Windows libraries (Microsoft really knows how to unstable things, huh?)... Be safe and always keep windows at hand... for e.g. a bootcd or dual boot system.

grtz
by SebMcClouth
Tue Sep 20, 2005 4:16 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Malfucntion in CPU routines after inplentation
Replies: 9
Views: 10769

Yes it does. When the CPU-program runs stand-alone it detects my FPU...

oh btw SX and DX have nothing to do with an FPU... I had a 386DX which didn't have a FPU... I'll still have that processor sumwhere...

grtz
Seb
by SebMcClouth
Mon Sep 19, 2005 4:51 pm
Forum: News and Announcements
Topic: qbinux
Replies: 140
Views: 311993

I might have a tech-release available by Wednesday night. Thing are going well... there are sum bugs here and there... but hey... Linux had his share too...

grtz
by SebMcClouth
Mon Sep 19, 2005 4:30 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Malfucntion in CPU routines after inplentation
Replies: 9
Views: 10769

As soon as I have the rest of the core along with it... you are free to try!!

grtz
Seb