Anyway, I'm having problem with running QuickBasic 7.1 on my Windows XP SP2 machine. I never had problems with it until i buyed new keyboard and now I get this error and when I try to type in code, letters are all strange (for example : I press letter "U" and it writes down letter : "B" or some nubmer or weird sign).
This is error message :
"One or more CON code pages invalid for given keyboard code".
You can type your code in notepad, save it with a .bas extension, then open it up in QB.
It might give you the same problems, but in command prompt, type edit and you'll get an editor similar to QB's. Blue and ascii and all. But it isn't a compiler, so you'll still have to save with .bas .
For any grievances posted above, I blame whoever is in charge . . .
ReiKo.cry wrote:Can't I just fix problem with QuickBasic IDE, don't tell me that noone had this problem before?
Thanks.
If you want to rewrite it...
It sounds much harder than it looks. I think QB will open up a file if you put it's name next to run QB as a parameter, then run it.
For any grievances posted above, I blame whoever is in charge . . .
Run edit from the command line and see if the problem still exist there. if it does it means your DOS-keyboard setting aren't okay and you'll need to set them manually or you could just install dosbox.
grtz
QBinux is a Linux distribution with the aim of integrating the work of the vast community of free software developers at Pete's QBASIC Site in order to create a modern, performant, safe and easy to use system for system administrators and desktop users.
Let me guess. You already threw the old keyboard away! If not, try it and see what happens. Otherwise FORGET ABOUT IT! You are apparently too stubborn to try another one!
Last edited by burger2227 on Thu Jul 10, 2008 1:04 pm, edited 1 time in total.
There could be another problem. I sometimes have the same. Make sure you a US keyboard and not UK keyboard. And also check which kind of driver is installed, a US or UK. Because my laptop is UK-based, as it came from there, but when I use DOSBOX, I have to change the keyboard layout to UK because it standard uses US-layout.
Btw what country are you in? Because there's lot of countries which use QWERTY-keyboards but where the numeric stuff and other signs are diffrent.
Grtz
QBinux is a Linux distribution with the aim of integrating the work of the vast community of free software developers at Pete's QBASIC Site in order to create a modern, performant, safe and easy to use system for system administrators and desktop users.
Try to find out if your keyboard is Croatian or Brithish because SHIFT + 2 making " is the same on my keyboard.
I'm checking some stuff out. There is a possiblity that you need to set your keyboard in DOS to Croatian... the commandline I mean by that... not DosBOX... Lemme see... apparently there's no way to do that in the command line...
For DOSBOX you could try KEYB yu.
Grtz
QBinux is a Linux distribution with the aim of integrating the work of the vast community of free software developers at Pete's QBASIC Site in order to create a modern, performant, safe and easy to use system for system administrators and desktop users.
Seb McClouth wrote:Try to find out if your keyboard is Croatian or Brithish because SHIFT + 2 making " is the same on my keyboard.
I'm checking some stuff out. There is a possiblity that you need to set your keyboard in DOS to Croatian... the commandline I mean by that... not DosBOX... Lemme see... apparently there's no way to do that in the command line...
For DOSBOX you could try KEYB yu.
Grtz
Well shift + 2 works for " sign everywhere except in QBASIC IDE.