Search found 342 matches

by Seb McClouth
Tue Jan 22, 2008 3:37 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: LINK: warning L4501: bcl71efp.lib : cannot find lib (DONE)
Replies: 7
Views: 11015

Now it's asking for OS2.lib... but I'm using DOS... I can get my hands on the lib but still... OS2?

Grtz
by Seb McClouth
Tue Jan 22, 2008 2:33 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Using Basic/4g and CWSDPMI DOS Extender to access PCI card
Replies: 1
Views: 3771

I suggest you download PDS 7.1 a.k.a. QB 7.1 It handles at lot of things better. I was using QB4.5 first for QBinux but have past on to QB7.1.

Give it a try and let us know if it works!

Grtz
by Seb McClouth
Tue Jan 22, 2008 2:31 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: LINK: warning L4501: bcl71efp.lib : cannot find lib (DONE)
Replies: 7
Views: 11015

Thx Plasma your the best!!

I suppose I can add you to the credits of QBinux?
by Seb McClouth
Tue Jan 22, 2008 12:27 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: LINK: warning L4501: bcl71efp.lib : cannot find lib (DONE)
Replies: 7
Views: 11015

I have reinstalled the whole bunch and still end up with the missing lib's. Any idea how to fix this?
by Seb McClouth
Mon Jan 21, 2008 4:42 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: LINK: warning L4501: bcl71efp.lib : cannot find lib (DONE)
Replies: 7
Views: 11015

LINK: warning L4501: bcl71efp.lib : cannot find lib (DONE)

Never seen this warning before and I can't compile my program... After pressing enter for new specs, I get several L2029 errors and then link comes up with: LINK : warning L4038: program has no starting address. I use a batch-file to compile the program: @echo ff del *.obj del testrun.exe bc /o /Ot ...
by Seb McClouth
Sat Jan 19, 2008 3:32 pm
Forum: General Discussion
Topic: For those of you who follow the Gregorian calendar...
Replies: 5
Views: 10569

I prefere the code I use in QBinux, ofcourse from Linux:

Code: Select all

kyear = tmx.tmYear - 70
res = year * kyear + day * ((kyear + 1) / 4)
res = res + month(tmx.tmMon)
IF tmx.tmMon > 1 and ((kyear + 2) \ 4 ) THEN
res = res - day
END IF
by Seb McClouth
Fri Jan 11, 2008 4:05 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Um, credit card genorator problem...
Replies: 23
Views: 62564

Don't delete it. I'm working on something, it'll take a couple of days but since I have some knowledge of algebra, I was gonna give it a try.

Grtz
by Seb McClouth
Wed Jan 09, 2008 4:38 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IMAGE - TEXT?
Replies: 18
Views: 22252

Lee wrote:The only one who got ht equestion was Mclouth
This the part where I once again have to say it's McClouth, but I'll forgive you. It's not your everyday name.

I was just trying to help, just like my fellow coders here in the 'Matrix.'
by Seb McClouth
Tue Jan 08, 2008 5:09 pm
Forum: Freebasic Questions & Answers
Topic: Is FB QB in disguise?
Replies: 54
Views: 133668

Maybe FreeBasic should be split up in FreeBasic and FreeFutureBasic or something. Basic was created to provide access for non-science students to computers. At the time, nearly all use of computers required writing custom software, which was something only scientists and mathematicians tended to do....
by Seb McClouth
Tue Jan 08, 2008 5:06 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Um, credit card genorator problem...
Replies: 23
Views: 62564

Re: illogical

JIM: SPOCK Put us in warp drive until the warp is over 9. Then split digits in half, multiply each by 2 and add them together. SCOTTY: Damn captin we cannot handle that kind of mathematics! JIM: SULU Beam Lee up! There is no intellegent life left down there anymore. McCoy: I hope Lee is wearing tho...
by Seb McClouth
Tue Jan 08, 2008 5:04 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IMAGE - TEXT?
Replies: 18
Views: 22252

Lee wrote:kk thanks clouth 8)
It's McClouth 8) thx.
by Seb McClouth
Mon Jan 07, 2008 5:51 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IMAGE - TEXT?
Replies: 18
Views: 22252

You could do a search on Google, I've tried some online ones.
What you need to do then is, figure out how their stuff works and make one yourself...
by Seb McClouth
Mon Jan 07, 2008 5:48 pm
Forum: General Discussion
Topic: Code exchange subforum?
Replies: 13
Views: 22601

Yeah I know, I thought it be nicer to award you (via Roy) the king Award of Arsenal...
by Seb McClouth
Mon Jan 07, 2008 5:06 pm
Forum: General Discussion
Topic: Code exchange subforum?
Replies: 13
Views: 22601

A special post of Pain in the Arse is awarded to E.K. Virtanen. Thats all? C'moon i know you can do better. Must be wrong what he wrote: [quote="roy]A special post for the King of Arsenal http://www.arsenal.com/ is awarded to E.K. Virtanen.[/quote] I'm negotiating for a special page just for y...
by Seb McClouth
Mon Jan 07, 2008 4:53 am
Forum: Freebasic Questions & Answers
Topic: FreeBASIC Games Directory updates (22.03.2008)!
Replies: 28
Views: 117993

Lachie Dazdarian wrote:YouTube?!?! Yikes. I'm on limited bandwidth.
Your the maker of stuff....

...make more bandwidth...
by Seb McClouth
Sat Jan 05, 2008 3:48 pm
Forum: Freebasic Questions & Answers
Topic: FreeBASIC Games Directory updates (22.03.2008)!
Replies: 28
Views: 117993

It really cool... Good one Nodtveidt!
by Seb McClouth
Sat Jan 05, 2008 3:05 am
Forum: News and Announcements
Topic: QBinux pre-alpha-release
Replies: 9
Views: 22811

How would we test it? Is it a compiler? No, it's a fake linux. True, and not completly. There's a lot of code used in QBinux which is the same as in Linux. Okay when it comes to booting and run standalone as an OS, it's (for now still) a fake OS, or as I prefere to call it, a Shell. On how to test ...
by Seb McClouth
Fri Jan 04, 2008 4:48 pm
Forum: News and Announcements
Topic: QBinux pre-alpha-release
Replies: 9
Views: 22811

It can be used in XP, i've tried it. The code which runs is now doesn't affect anything important yet. If does, i'll have to advice every to move back to DOS and help me creating a full system...

Just kidding.

Grtz
by Seb McClouth
Fri Jan 04, 2008 1:39 am
Forum: News and Announcements
Topic: QBinux pre-alpha-release
Replies: 9
Views: 22811

I've started to work on the beta-version, but I'm also waiting on the reviews from the pre-alpha and alpha-testers. If you would like to become a betatester, send me an e-mail, and I'll add ya to the list.

grtz
by Seb McClouth
Fri Jan 04, 2008 1:33 am
Forum: Freebasic Questions & Answers
Topic: FreeBASIC Games Directory updates (22.03.2008)!
Replies: 28
Views: 117993

why not instead then call the forums Basic forums?
Since every basic-clone (if I may say so) derive from the same program by John George Kemeny and Thomas Eugene Kurtz?

grtz