Search found 825 matches

by Nodtveidt
Tue Jan 18, 2005 2:18 am
Forum: QBASIC and QB64 Questions & Answers
Topic: cannot maintain variables in the subs
Replies: 278
Views: 278348

Read my other response about GOTO. But judging someone's coding technique is not our responsibility, nor is it ever wanted or even called for. Everyone codes differently, it's about as unique as our fingerprints. Judging someone's coding style is immoral enough, but outright insulting it is cause fo...
by Nodtveidt
Tue Jan 18, 2005 2:13 am
Forum: QBASIC and QB64 Questions & Answers
Topic: What is a Common Shared variable% and how do you use it?
Replies: 7
Views: 10509

Perhaps you should learn your terminology. QB itself refers to additional sources as Modules . It refers to Subs and Function as ... well, as Subs and Functions. There should be zero confusion as to this. As for the Sub and Function thing regarding COMMON SHARED, of course you're right, just try put...
by Nodtveidt
Mon Jan 17, 2005 4:26 am
Forum: QBASIC and QB64 Questions & Answers
Topic: bmp loader
Replies: 3
Views: 7630

BMP loaders are more complicated than a couple of lines of code, so expect to see about 20 or so lines of code for a BMP loader. :D You gotta read the header, interpret certain parts of it, load the raster lines one by one, checking for padding bits, etc. But that's nothing...try a JPG loader some d...
by Nodtveidt
Mon Jan 17, 2005 4:24 am
Forum: QBASIC and QB64 Questions & Answers
Topic: help with graphics
Replies: 12
Views: 16655

Nah, I'm a pacifist these days. :D That's why I have a young virile and incredibly tough woman to do the dirty work now. :D Hell hath no fury like a pissed off Latina. :D
by Nodtveidt
Mon Jan 17, 2005 4:20 am
Forum: QBASIC and QB64 Questions & Answers
Topic: WINDOWS 2000
Replies: 14
Views: 20032

It's quite obvious that the program you're looking for is not installed. Ever considered installing it? :D
by Nodtveidt
Sun Jan 16, 2005 7:12 am
Forum: QBASIC and QB64 Questions & Answers
Topic: BSAVE-BLOAD?
Replies: 24
Views: 30326

SADD is for String ADDress and isn't the solution here. The real problem here is that you're overwriting memory. First of all, you're BSAVEing 10000 bytes, and trying to load those 10000 bytes into a 202 byte array...that is assuming you're using Integer arrays (whicih you should be). You need to sa...
by Nodtveidt
Sun Jan 16, 2005 6:58 am
Forum: General Discussion
Topic: FIDO screenshots (WARNING: large, numerous images)
Replies: 10
Views: 13474

Indeed, VB6 all the way. :D For now anyways...

A FB port of FIDO will follow. :D
by Nodtveidt
Sat Jan 15, 2005 7:54 am
Forum: General Discussion
Topic: Need QB Express Submissions
Replies: 17
Views: 21575

Pete, I sent you an article. :D
by Nodtveidt
Sat Jan 15, 2005 1:31 am
Forum: QBASIC and QB64 Questions & Answers
Topic: WINDOWS 2000
Replies: 14
Views: 20032

Umm what part of WINDOWS 2000 did you not understand?

URSULE, is it possible that you forgot to bring your programs with you into Win2k, or that some paths are incorrect? :D
by Nodtveidt
Sat Jan 15, 2005 1:30 am
Forum: General Discussion
Topic: FIDO screenshots (WARNING: large, numerous images)
Replies: 10
Views: 13474

Open source once released.
by Nodtveidt
Thu Jan 13, 2005 7:09 pm
Forum: General Discussion
Topic: FIDO screenshots (WARNING: large, numerous images)
Replies: 10
Views: 13474

Yeah, you can start a new project with the GUI template preloaded. Making a GUI-based program with FIDO is not easy, but it's easier than doing it by hand. My GUI Compiler, which is basically an FB version of VB, is specifically designed to be a visual GUI editor. And Nathan1993, it's for FB, hence ...
by Nodtveidt
Wed Jan 12, 2005 9:57 pm
Forum: General Discussion
Topic: FIDO screenshots (WARNING: large, numerous images)
Replies: 10
Views: 13474

FIDO screenshots (WARNING: large, numerous images)

I wasn't going to show screenshots to the general public of this just yet, but a few people insisted that I do...so here ya go. :D Main view with the GUI template loaded: http://www.nodtveidt.net/fb/fido/fido-mainview.png New Project dialog: http://www.nodtveidt.net/fb/fido/fido-newprojectdialog.png...
by Nodtveidt
Sat Jan 08, 2005 5:51 pm
Forum: General Discussion
Topic: Gaming gold awards?
Replies: 16
Views: 22137

FB will never be 100% QB compatible. It's not possible. Your only hope is to make some kind of translation utility.

Besides...when FIDO is released, most people will drop the old QB IDE anyways. :lol:
by Nodtveidt
Sat Jan 08, 2005 4:24 pm
Forum: General Discussion
Topic: Gaming gold awards?
Replies: 16
Views: 22137

Most of what you do in QB you can also do in FB. Exceptions exist of course, but a great deal of vanilla QB code will compile unmodified in FB.
by Nodtveidt
Sat Jan 08, 2005 10:07 am
Forum: General Discussion
Topic: I made a game
Replies: 3
Views: 11602

The GGA compo needs to be rebuilt. Besides, the nominations for Game Of The Year have ended already...the newer form should be up later today
by Nodtveidt
Sat Jan 08, 2005 7:32 am
Forum: General Discussion
Topic: Gaming gold awards?
Replies: 16
Views: 22137

QB itself presents more and more problems with each release of a Windows major version or patch. The reference to Nintendo is cute, but a more accurate correlation would be if they still coded games for the NES. :D Sure, they rehash old game designs, but they do it on their current hardware, not the...
by Nodtveidt
Tue Jan 04, 2005 7:14 pm
Forum: General Discussion
Topic: Y I use QB
Replies: 4
Views: 9245

FreeBASIC is a compiler, it has no IDE. So that means you need to have a sourcecode to compile and then run FB with the sourcecode to make the executable. It's not gonna be the same as QB, where you just run it and a nice pretty IDE comes up, ready for you to break stuff with. :D You can check out V...
by Nodtveidt
Mon Jan 03, 2005 11:22 am
Forum: General Discussion
Topic: Gaming gold awards?
Replies: 16
Views: 22137

Unfortunately, the server V Planet is hosted on had a RAID controller failure and went down for quite awhile. We ended up losing a bunch of data from other accounts as well, including my entire FreeBASIC page. Fortunately, everything is stored locally, so when everything's fixed on the server, I'll ...
by Nodtveidt
Sun Jan 02, 2005 12:31 am
Forum: General Discussion
Topic: Gaming gold awards?
Replies: 16
Views: 22137

Yeah, it's a little late, but it seems like most everyone forgot about it anyways. Let's face it...interest in QB has declined over the past few years...but with FB emerging now, there's going to be a whole new generation of coding fanatics about. Starting now in January, V Planet will be migrated t...
by Nodtveidt
Fri Dec 31, 2004 9:10 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Breaking the barrier
Replies: 29
Views: 39997

When you use TinyPTC, you're using DirectX :D and it's not trivial, but DX can be programmed proceduraly. All OOP code translates to procedural code anyways. :)