Compiling QB Programs

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators:Administrator, Global Moderator

Post Reply
Tommy_Tyler
Newbie
Posts:1
Joined:Fri Jun 21, 2002 2:17 am
Compiling QB Programs

Post by Tommy_Tyler » Fri Jun 21, 2002 2:37 am

I use a QB4.5 program to run a device plugged into my parallel port that captures infrared signal data in real time.  It stores 200 sets of data in three arrays (each set consists of three numeric values) then manipulates and displays the data.  Works great as an interpreted program, but whenever I try to compile I get the dreaded "Expression too complex" error.   I've tried QB7.1 and every trick I can think of.  For example, I tried PUTing the data in a file as it is received, rather than storing it in arrays, and GETing one record at a time for the display.  The compiler still complained that my DO loops were "too complex", so I eliminated them.  Then it complained that my SUB routine was "to complex", so I eliminated that.  Then it complained that a FUNCTION was "too complex", so I eliminated that.  After all those changes, it just said "too complex" without pointing to anything specific.  What has a guy got to do to compile a QB program?

Guest

Re: Compiling QB Programs

Post by Guest » Fri Feb 14, 2003 1:24 pm

??? I have the same problem, but I'm simply addressing a com1 to communicate with another computer and get information from that computer to process???
Jim

Guest

Re: Compiling QB Programs

Post by Guest » Sun Mar 09, 2003 2:34 am

Dr_Davenstein
Let's see the program...  ;)

Post Reply