Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > character problem on turbo pascal 7.0 running on windows vista

Reply
Thread Tools Display Modes

character problem on turbo pascal 7.0 running on windows vista

 
 
gilevgi@gmail.com
Guest
Posts: n/a

 
      11-01-2007
hi.
I am using windows vista as operating sytem in my computer. I also
want to use Turbo Pascal 7.0. But in pascal characters are not written
properly. for example i am preesing "," bu it write ":".
When I was using windows 98, I have solved this problem by changing
line
>Country=090,857,C:\WINDOWS\COMMAND\country.sys

in config.sys (tab) in sytem configuration utility.

but I don't how I can do this in vista. Can you help me on this
issue?
Note: to change keyboard language is not usefull.
thanks in advance.

 
Reply With Quote
 
 
 
 
Andre Da Costa[ActiveWin]
Guest
Posts: n/a

 
      11-01-2007
My recommendation would be install this in a Virtual Machine machine with a
Compatible OS such as Windows 98 as you mentioned or 95.
--
Andre
Blog: http://adacosta.spaces.live.com
My Vista Quickstart Guide:
http://adacosta.spaces.live.com/blog...3DB!9709.entry
<> wrote in message
news: oups.com...
> hi.
> I am using windows vista as operating sytem in my computer. I also
> want to use Turbo Pascal 7.0. But in pascal characters are not written
> properly. for example i am preesing "," bu it write ":".
> When I was using windows 98, I have solved this problem by changing
> line
>>Country=090,857,C:\WINDOWS\COMMAND\country.sys

> in config.sys (tab) in sytem configuration utility.
>
> but I don't how I can do this in vista. Can you help me on this
> issue?
> Note: to change keyboard language is not usefull.
> thanks in advance.
>



 
Reply With Quote
 
Andrew McLaren
Guest
Posts: n/a

 
      11-01-2007
<> wrote...
> I am using windows vista as operating sytem in my computer. I also
> want to use Turbo Pascal 7.0. But in pascal characters are not written
> properly. for example i am preesing "," bu it write ":".
> When I was using windows 98, I have solved this problem by changing
> line
>>Country=090,857,C:\WINDOWS\COMMAND\country.sys

> in config.sys (tab) in sytem configuration utility.
> but I don't how I can do this in vista. Can you help me on this
> issue?
> Note: to change keyboard language is not usefull.


I guess you are running the DOS version of Turbo Pascal 7.0? For DOS
applications running on Vista, you can still configure COUNTRY.SYS, as in
previous versions.

Vista itself has far better multilingual abilities than earlier versions of
Windows. But for compatibility, the NTVDM ("NT Virtual DOS Machine") in
Vista behaves just like the MS-DOS of old. You configure Vista's NTVDM to
run a Turkish codepage just like you did on a "real" MS-DOS machine long
ago.

On Windows NT (including 2000, XP and Vista) a DOS application takes its
startup environment from the files C:\Windows\System32\Config.NT and
C:\Windows\System32\Autoexec.NT. To activate a Turkish codepage for a DOS
application, add the Turkish code page commands to
C:\Windows\System32\CONFIG.NT:

In CONFIG.NT add to the end of the file:

COUNTRY=090,857,C:\Windows\System32\COUNTRY.SYS

Now to test, open a Command Prompt.

Then run the command "command.com".

This will start an instance of the MS-DOS Command processor.

Run the command "edit", to start the DOS editor.

Try typing in a few words in Edit, to see if the "," and ";" are in effect
("Edit" is a DOS application)

If it works okay in Edit but not in Turbo Pascal, then the problem is
specific to Turbo Pascal. If Edit has the same problem as Turbo Pascal, you
know the problem is in the settings configured for your NTVDM.

Hope it helps. Selamlar

--
Andrew McLaren
amclar (at) optusnet dot com dot au


 
Reply With Quote
 
gilevgi@gmail.com
Guest
Posts: n/a

 
      11-02-2007
Andrew Mclaren wrote: I guess .......Selamlar .

your reply is exactly what i want. I will try it. many many Thanks.

Also thanks for your greetings in Turkish :-)

Gültekin T naztepe

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Intel Turbo Memory Driver problem -?? jandarfish Windows Vista Hardware 10 09-17-2008 01:17 PM
Problems with Turbo Tax running Windows Vista SD DeWitt Windows Vista Installation 1 02-04-2008 10:43 PM
Re: Problem running .NET user control hosted on Windows Vista / IE 7 Mr. Arnold Windows Vista Security 6 09-02-2007 01:46 AM
Turbo Pascal Steved Windows Vista General Discussion 2 11-02-2006 05:11 PM
Problem running windows xp after vista installation Flash Windows Vista Installation 1 06-21-2006 03:23 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59