Thread: Turbo C with japanese version

  1. #1
    Registered User
    Join Date
    Nov 2008
    Location
    Japan
    Posts
    2

    Turbo C with japanese version

    Hi, I install turbo c in c:\tc ... but windows XP is japanese, so when i run c:\tc\bin\tc, cmd show me following text:
    Microsoft ® KKCFUNC バージョン1.10
    Copyright © Microsoft Corp. 1991,1993. All rights reserved.
    KKCFUNC が組み込まれました。
    マイクロンフトかな漢字変バージョン2.51
    ©Copyright Microsoft Corp. 1992-1993

    Anybody who know about this problem, please guide to me to run...
    thanks in advance, my mail is <<snipped>>
    Last edited by Salem; 11-25-2008 at 10:28 AM. Reason: Snipped email address

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Why not use a slightly more recent compiler? Like one that is between 1 and 5 years old, rather than 15?

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  3. #3
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    It has nothing to do with Turbo C, that's your registration blurb from your OS. Note that it says "Microsoft...", and not "Borland ..."

    I get that same blurb in English when I shell to "DOS" (a console window), from Turbo C, in Windows.

    I don't know if there is a Japanese version of Turbo C still around. You could check Borland's legacy depot site and see.

    Clearly, updating to the free version of Visual Studio C++ express, in your preferred language, would be a much better idea.

  4. #4
    Registered User
    Join Date
    Nov 2008
    Location
    Japan
    Posts
    2

    Red face Graphics.h problem in Borland Turbo C++

    i am now using borland turbo C++ 2006, i installed it together prerequisters. when i run a sample graphic program, there is graphics.h error, header not found. So help me how can i solve this problem. thanks....

  5. #5
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Graphics.h is an old non-standard header... there is nothing wrong.
    In fact, the problem is that you relied on an ancient header, which has since been removed.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem building Quake source
    By Silvercord in forum Game Programming
    Replies: 16
    Last Post: 07-11-2010, 09:13 AM
  2. No Version info tab in file properties?
    By cpjust in forum Windows Programming
    Replies: 2
    Last Post: 06-03-2008, 03:42 PM
  3. How to set File Version of VC++ 6 dll
    By mercury529 in forum Windows Programming
    Replies: 3
    Last Post: 12-08-2006, 02:49 PM
  4. Remember Turbo? It is comming back
    By Mario F. in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 08-14-2006, 01:26 PM
  5. So you want to learn Japanese...
    By Perspective in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 07-07-2003, 09:23 PM

Tags for this Thread