Search found 239 matches

by SebMcClouth
Tue Jul 26, 2005 3:27 pm
Forum: News and Announcements
Topic: CHALLENGE: Timezone calculator.
Replies: 50
Views: 76960

Hope this helps a bit... there was only a slight problem... the date adjusting... '(C) 2005, by Sebastian McClouth DECLARE FUNCTION GA$ (Value AS STRING) DECLARE FUNCTION Milit$ (Value AS STRING) DECLARE FUNCTION CC$ (Value AS INTEGER) CLS LOCATE , 20: PRINT "Universal TimeZone Calculator"...
by SebMcClouth
Tue Jul 26, 2005 12:49 am
Forum: News and Announcements
Topic: CHALLENGE: Timezone calculator.
Replies: 50
Views: 76960

? ?? Q??$ ??Sj ? ] ? V ? ? ? ? ? ? 2 { ? ? PR FTz? LocalTimeu NMALLOC? TT? TTz NLocalTime NTTime ELSENTTime TTime TTDateAdjustA ToTime CC Value z Milit< GA TRIM NTTAdjust TTAdjust FT$ DateAdjustT DateAdjust FTTime F NDateAdjust ; H IF NLocalTime% + FTz% < 0 OR NLocalTime% + FTz% > 24 THE ? ? ! (C) 2...
by SebMcClouth
Mon Jul 18, 2005 2:31 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: qbinux - several questions
Replies: 16
Views: 15493

So I noticed... but how can I put this in my code... I actually need for the following:

If I give the command: shutdown -h +15

I need Quickbasic to exit the program in e.g. 15 mins or secs (not sure yet)

For some splainy: -h means halt...

grtz
Seb
by SebMcClouth
Mon Jul 18, 2005 7:22 am
Forum: News and Announcements
Topic: CHALLENGE: Timezone calculator.
Replies: 50
Views: 76960

If someone has build this... may I then use in my program? qbinux?

grtz

Seb
by SebMcClouth
Mon Jul 18, 2005 6:50 am
Forum: News and Announcements
Topic: qbinux
Replies: 140
Views: 309014

Yes... I have started a new rewrite... I want to make it look more like linux... so I tried the directories... looks fine... but doesn't work the way I want it... So I'm trying to get it to work somehow...
by SebMcClouth
Fri Jul 15, 2005 4:03 pm
Forum: News and Announcements
Topic: JacobPalm.dk completely redesigned
Replies: 6
Views: 13105

Yes extreemly good, I even found a gui I had written last year or so...
MacOS... hehehe
by SebMcClouth
Fri Jul 15, 2005 11:01 am
Forum: QBASIC and QB64 Questions & Answers
Topic: qbinux - several questions
Replies: 16
Views: 15493

okay, could you give some code examples?? That would make things a bit easier...

grtz
by SebMcClouth
Fri May 06, 2005 2:52 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: qbinux, need help on this feature
Replies: 23
Views: 34982

After getting my hands on some new thingies, I've changed the core a bit. When I have a stable version, I'll post it here.

In the mean time, if you want to help... post your code of which you think might be usefull...

grtz
by SebMcClouth
Fri May 06, 2005 2:58 am
Forum: QBASIC and QB64 Questions & Answers
Topic: ASM, interrupt Call, call absolute
Replies: 12
Views: 17182

@ first sight it seems to work. I'll keep U all posted on this.

grtz
by SebMcClouth
Wed May 04, 2005 2:10 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: ASM, interrupt Call, call absolute
Replies: 12
Views: 17182

So by removing Absolute from qb.bi it should work.
Right??

grtz
by SebMcClouth
Wed May 04, 2005 11:38 am
Forum: QBASIC and QB64 Questions & Answers
Topic: ASM, interrupt Call, call absolute
Replies: 12
Views: 17182

Wouldn't I then have to define in my program:
DECLARE SUB ABSOLUTE()

Grtz
by SebMcClouth
Wed May 04, 2005 12:11 am
Forum: QBASIC and QB64 Questions & Answers
Topic: BOOLEAN
Replies: 2
Views: 6971

Thanks, that's BOOLEAN enough to me.

grtz
by SebMcClouth
Wed May 04, 2005 12:10 am
Forum: QBASIC and QB64 Questions & Answers
Topic: ASM, interrupt Call, call absolute
Replies: 12
Views: 17182

So... one question: how can I use CALL ABSOLUTE if I remove it from QB.BI...

grtz
by SebMcClouth
Tue May 03, 2005 11:31 am
Forum: QBASIC and QB64 Questions & Answers
Topic: BOOLEAN
Replies: 2
Views: 6971

BOOLEAN

How can you assign this in QuickBasic, I've seen it before.
I need to state e.g.

Code: Select all

IF SHUTDOWN = TRUE THEN
   SHUTDOWN
ELSE
    GOTO BEGIN
END IF
grtz
by SebMcClouth
Tue May 03, 2005 11:02 am
Forum: QBASIC and QB64 Questions & Answers
Topic: ASM, interrupt Call, call absolute
Replies: 12
Views: 17182

Yes I always load QB with /L switch.

grtz
by SebMcClouth
Tue May 03, 2005 3:40 am
Forum: QBASIC and QB64 Questions & Answers
Topic: ASM, interrupt Call, call absolute
Replies: 12
Views: 17182

If I combine

Code: Select all

CALL ABSOLUTE 
and

Code: Select all

CALL INTERRUPT  or CALL INTERRUPTX
together in a program e.g. using CALL ABSOLUTE to get info on the CPU and CALL INTERRUPT to get info on the videocard, QB 4.5 says it can't find the

Code: Select all

SUB ABSOLUTE
, eventhough I have

Code: Select all

'$include:'qb.bi'
included.

grtz
by SebMcClouth
Mon May 02, 2005 2:34 am
Forum: QBASIC and QB64 Questions & Answers
Topic: ASM, interrupt Call, call absolute
Replies: 12
Views: 17182

ASM, interrupt Call, call absolute

I have noticed they combining these ASM (ASM and call absolute are together, I now) and interrupt call, go straight in not being able to run the program at all. Is there a way to get around this?

grtz
by SebMcClouth
Sun May 01, 2005 12:21 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: qbinux, need help on this feature
Replies: 23
Views: 34982

I need to access the Real Time Clock for some thingies, I need to get all sorts of info about the hd's and also the CPU.

grtz
by SebMcClouth
Sat Apr 30, 2005 1:59 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: qbinux, need help on this feature
Replies: 23
Views: 34982

I believe this code was written by John Woodgates, or did you write the tutorial? But still need help on getting info from the CMOS, such as the Real Time Clock, HD's, etc.

grtz