Search found 6 matches

by LightBulb
Sun Apr 20, 2008 5:07 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: 71 v 45
Replies: 2
Views: 6457

71 v 45

I think that I won't bother to even try to find it on ebay then or anything if not a whole lot is new.
by LightBulb
Sat Apr 19, 2008 11:33 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Differences between 4.5 and 7.1
Replies: 6
Views: 15937

Differences between 4.5 and 7.1

I have QBasic 4.5. I was wondering whats different between version 4.5 and 7.1. I've seen it for download online, but I doesn't exactly seem legally ok.
by LightBulb
Thu Apr 10, 2008 6:37 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help... screen 13 virtual memory and a few library questions
Replies: 6
Views: 16436

I played with this virtual screen some, but I have a few questions. I've been able to "PSET" to the virtual page by using poke, while playing with it, but now, do you happen to know a way to "PUT", and "GET" from the virtual screen? or is POKEing and PEEKing to it fast ...
by LightBulb
Mon Apr 07, 2008 7:58 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: 3D Rotation Question
Replies: 4
Views: 13942

3D Rotation Question

I've been reading through several of the 3D tutorials. I understand the basics, but I'm having issues with incorperating rotation formulas into my programs. Keeping it simple, How do I rotate around a point rather than the axies. what type of transformation do I need to apply to the basic formula? (...
by LightBulb
Sun Apr 06, 2008 8:41 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help... screen 13 virtual memory and a few library questions
Replies: 6
Views: 16436

Thanks!

Thanks Codemss. I think I understand it. I'll play with it some and find out exactly how it works. I figured out my library question to. you just have to define the functions and subs again...
by LightBulb
Wed Apr 02, 2008 8:15 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help... screen 13 virtual memory and a few library questions
Replies: 6
Views: 16436

Help... screen 13 virtual memory and a few library questions

I have just a few questions involving these two topics. Thanks in advance for answering my questions. I understand the basics of making a screen 13 virtual memory page, such as PSETing to it and POINTing to it. put when the "virtual flip" happens, I don't understand how it works. Also, is ...