Search found 72 matches

by DaveUnit
Fri Mar 10, 2006 6:43 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Making a console for my program
Replies: 3
Views: 5968

That was my original idea actually, Zamaster. I have stuff in some subs already that just prints to the screen the error until I thought of how to really store them and display them.

Thanks for your help yet again Zamaster.

Dave
by DaveUnit
Thu Mar 09, 2006 3:33 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Making a console for my program
Replies: 3
Views: 5968

Making a console for my program

First off, sorry for creating so many topics. :oops: Anyway, I'm trying to make a console for my program to help with debugging and whatnot. I have two ideas for holding the data being displayed: 1) I make an array that holds the last only a certain number of messages I send to the console. 2) Make ...
by DaveUnit
Wed Mar 08, 2006 8:10 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Making a map loading sub
Replies: 5
Views: 12765

I know you stored your map in ram, but I was just wondering about any little optimizations that could be done. I just don't want a slow drawing routine, but I really doubt I hafta worry about that since I'm not coming even remotely close to pushing any boundaries. :P I was talking about the actual m...
by DaveUnit
Wed Mar 08, 2006 4:13 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Making a map loading sub
Replies: 5
Views: 12765

Thanks for some code, Zamaster. I appreciate the help. I forgot to mention that I'm using Freebasic, btw. Also, I need my drawmap routine to be as fast as I can get it. When I load the map I want that data to be put in an array because of the fact that reading from ram is a hell of a lot faster than...
by DaveUnit
Tue Mar 07, 2006 5:51 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Making a map loading sub
Replies: 5
Views: 12765

Making a map loading sub

I'm trying to make an efficient sub that loads multi-layered maps that can use multiple tilesets. I've had no luck finding any tutorials that really focus on loading maps like that. Here's my map format so far... map name LAYER (number) width height tileset used 0,1,4,2,3 (map data and whatnot) LAYE...
by DaveUnit
Fri Mar 03, 2006 7:50 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Making a Centering function for True Type Fonts
Replies: 16
Views: 27291

I don't see the relevance either...
Anyway, I got the newest version of Yagl, it has getTextDimensions so I should be good now.

Thanks again, Z!re.

Dave
by DaveUnit
Wed Mar 01, 2006 4:58 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Making a Centering function for True Type Fonts
Replies: 16
Views: 27291

Okay... um... FBIDE is giving me some crap so I took a look at yaglwrapper.bi for reference and I see no yaglgfxfont_gettextdimensions...
I'm gonna check to see if there's a newer version of YAGL out.
by DaveUnit
Wed Mar 01, 2006 4:36 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Making a Centering function for True Type Fonts
Replies: 16
Views: 27291

Thanks a lot Z!re, I'm still trying to memorize YAGL's routines so I don't know a lot of the functions. I reference the sample programs and online documentation but I guess I missed that routine. Anyway, thanks again Z!re. You sure know YAGL very well. When I heard that you and Nekrophidius were usi...
by DaveUnit
Tue Feb 28, 2006 9:55 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Making a Centering function for True Type Fonts
Replies: 16
Views: 27291

Making a Centering function for True Type Fonts

I'm using Freebasic and the Yagl library(not really necessary for you to know bu whatever. =P), and I want to know how to figure out how to center the text no matter the size of text. With Old QB and using 8x8 fonts only it's easy to make a centering routine, but it gets complicated when using True ...
by DaveUnit
Wed Jan 18, 2006 7:46 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Getting QB 4.5 to run on my new 'puter.
Replies: 21
Views: 46580

I got YAGL a few days ago.
by DaveUnit
Fri Jan 13, 2006 2:50 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Getting QB 4.5 to run on my new 'puter.
Replies: 21
Views: 46580

I don't need something as extensive as GIMP, just a better paint program basically. I'm using Game Maker's image editor instead of paint currently.
by DaveUnit
Fri Jan 13, 2006 9:02 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Getting QB 4.5 to run on my new 'puter.
Replies: 21
Views: 46580

What do you guys recommend for image editing? 'Cuz paint sucks, ya know? :P

Thanks again.

~Dave
by DaveUnit
Thu Jan 12, 2006 3:27 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Getting QB 4.5 to run on my new 'puter.
Replies: 21
Views: 46580

Alright, thanks a lot. :D
Time to start making the program thats now gone forever over again in FB.

~Dave~
by DaveUnit
Wed Jan 11, 2006 8:27 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Getting QB 4.5 to run on my new 'puter.
Replies: 21
Views: 46580

I just didn't know if there was anything else that was particularly useful. So i guess what I got is good, now I gotta learn about all the changes from QB to FB.

~Dave~
by DaveUnit
Wed Jan 11, 2006 5:00 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Getting QB 4.5 to run on my new 'puter.
Replies: 21
Views: 46580

Thanks for the help, but I've made the decision to switch to FreeBasic and make better programs with that.
Thanks anyway though, I aprreciate it.

~Dave~
by DaveUnit
Wed Jan 11, 2006 4:15 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Getting QB 4.5 to run on my new 'puter.
Replies: 21
Views: 46580

What do you guys recommend I download for extras, I've got FBIDE downloading and I wanna know what else would be useful to have.

Thanks a lot.

~Dave~
by DaveUnit
Wed Jan 11, 2006 9:01 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Getting QB 4.5 to run on my new 'puter.
Replies: 21
Views: 46580

I suppose I'll use Freebasic... seeing as how it is way better and everything. :P
I've just been too lazy to switch to FB and my old computer was so crappy that FB wasn't running properly when I tried it.

~Dave~
by DaveUnit
Tue Jan 10, 2006 9:24 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Getting QB 4.5 to run on my new 'puter.
Replies: 21
Views: 46580

Getting QB 4.5 to run on my new 'puter.

Hokay, my old pc is toast, I've got my new one now running windows 2000. I download qb 4.5 and I had problems getting that to run, so I opened up the command prompt and made a batch file with the qb library, it runs, but not very well. Also, whenever I exit it, it says invalid COMMAND.COM and i haft...
by DaveUnit
Sat Jan 07, 2006 2:40 pm
Forum: General Discussion
Topic: YES! I got my new computer parts!!!
Replies: 13
Views: 23849

Well I had an extremely strict budget and could only afford so much. I plan on upgrading as I get the cash, but there are some things I really need for my drumset before I think about upgrading the computer, like a new head for one of my toms. I put a hole in it last night at practice and I have a s...
by DaveUnit
Sat Jan 07, 2006 12:03 am
Forum: General Discussion
Topic: YES! I got my new computer parts!!!
Replies: 13
Views: 23849

Was that question to me of Nathan? If me, no. I know NOTHING about over clocking at all so that's out of the question.

~Dave~