Search found 4 matches

by kc0nfs
Sat Aug 14, 2021 8:25 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Parallelport communication.
Replies: 6
Views: 39321

Re: Parallelport communication.

I am looking for help using Qbasic with Windows I have a program that I want to access the printer port, not to print but to provide binary outputs. It works sometimes and sometimes won't. I know Windows redirects the printer port or something. This would be the standard 25 pin printer port. Thanks ...
by kc0nfs
Sat Aug 14, 2021 8:24 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Parallelport communication.
Replies: 6
Views: 39321

Re: Parallelport communication.

I am looking for help using Qbasic with any Windows Operating system. I have a program that I want to access the printer port, not to print but to provide binary outputs. It works sometimes and sometimes won't. I know Windows redirects the printer port or something. This would be the standard 25 pin...
by kc0nfs
Tue Oct 06, 2009 8:10 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Severe Error when making EXE file
Replies: 2
Views: 6749

Reply to burger2227 on Severe Error when making EXE file

Thanks for the information. I will try out what you suggested. Just FYI, the program runs correctly when in QBasic, but just wouldn't compile.
(and thanks for such a quick response!)
Mark....kc0nfs
by kc0nfs
Mon Oct 05, 2009 10:46 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Severe Error when making EXE file
Replies: 2
Views: 6749

Severe Error when making EXE file

I have 5 arrays that I have dimensioned. When I run the EXE compilier I get A Severe Error. Data Memory Over flow on the 4th DIM statement (DIM SHARED xbox) It doesn't ever make it to the 5th DIM statement. (see below) DIM ft$(21) (A string array 21 strings 28 characters length) DIM deg(21) (A numer...