Thanks for the feedback Dav

by (no login)

RE: "screen issues when going full screen"
LIBSDL, the multi-platform library used to display QB64's graphics surface has a few problems. The biggest is LIBSDL's attempts to "cleverly" display resolutions of a different ratio to your screen at 1:1, this causes some strange side effects. I've already implemented a partial workaround for these problems, but I'm guessing your monitor is not of the standard ratio. It also explains why some modes cannot be displayed at all. I'll be following up this problem later.

RE: "The SOUND statement is behaving a little odd at the beginning, like sometime not sounding"
I'll check it out.

"1) Give user way to set title bar info, or use the name of the EXE (Anything's better than Untitled)."
Of course, but it's just not a priority atm.

"2) Put in a full screen statement, so programs can start in full screen."
Again, yes I will, but it's not a priority atm.

"3) Incorporate the \data\ folder stuff into the EXE."
Can I use the same answer three times in a row?

The above will of course be important to include at a later stage.

PS. QB64 Demo V0.7 compiles QBASIC code into C++ code much faster than V0.6, but at the same speed as V0.63

Posted on Apr 13, 2008, 4:26 AM
from IP address 58.106.166.186

Respond to this message   

Return to Index


Response TitleAuthor and Date
You're very welcome. A little more info...Dav on Apr 15