I reformatted and decided to put Windows 7 on this PC(dumb idea). Was not aware of all the issues involved with DBPro and Windows 7. I've tried the steps listed to get DarkBASIC Pro to work properly and still having an issue.
When I use the line command, it limits me to 2 lines appearing on the screen. The dot, circle, box and ellipse all work properly.
I did not have an issue with this on Windows Vista, so I believe it is an issue with me using Windows 7. I couldn't find any answer for this particular problem, so I'm going to post this here.
Edit: **More Info**
OS: Windows 7 Ultimate Edition 32 Bit
Processor: Intel Pentium 2.40 GHz Dual Core
Ram: 4 GB(3.12 usable)
Video Card: GeForce 7100 / nForce 630i
Second Edit: **Code Example**
line 50,50,50,60
line 100,100,100,110
line 150,150,150,160
line 200,200,200,210
wait key
end
It will act on the first and last line commands and display the two lines. The other lines are never drawn to the screen.
Third Edit: **This Is Odd**
I added a wait key command between line commands 2 and 3 and it allowed for all 4 lines to show on the screen after hitting a key.
Also works with the wait <thousandths of a second> command.