[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Re: Lynx .IDE file for Borland C ++
From: |
Klaus Weide |
Subject: |
Re: lynx-dev Re: Lynx .IDE file for Borland C ++ |
Date: |
Wed, 5 Jan 2000 08:02:44 -0600 (CST) |
On Sat, 8 Jan 2000, Vlad Harchev wrote:
> The 'current_codepage' is referenced in the following code fragement in
> LYCurses.c:
>
> #if defined(WIN_EX) && defined(CJK_EX) /* 1999/08/26 (Thu) 17:53:38 */
> {
> extern int current_codepage; /* PDCurses lib. */
>
> if (current_codepage == 932)
> LYcols = COLS - 1;
> }
> #endif
So he is compiling with CJK_EX. Why? I don't know, but let's assume
he wants and needs it.
> Just hide this fragment from compiler - eg change 1st line to
> #if 0 && defined(WIN_EX) && defined(CJK_EX) /* 1999/08/26 (Thu) 17:53:38 */
> You don't need this fragment.
How do you know that he doesn't need it?
Do you understand what the code is for? (I don't.) If he wants to compile
the CJK Extension, and that code is part of the CJK Extension, then the
normal assumption should be that he *does* need that code. If the code
didn't do anything, presumably it wouldn't be there.
Klaus
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++, T.E.Dickey, 2000/01/04
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++, Hiroyuki Senshu, 2000/01/04
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++, Mike Bledig, 2000/01/04
- lynx-dev Re: Lynx .IDE file for Borland C ++, Webmaster Jim, 2000/01/04
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++, Mike Bledig, 2000/01/05
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++, Hiroyuki Senshu, 2000/01/05
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++, Mike Bledig, 2000/01/05
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++, Hiroyuki Senshu, 2000/01/05
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++, Vlad Harchev, 2000/01/05
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++,
Klaus Weide <=
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++, Hiroyuki Senshu, 2000/01/05
- lynx-dev current_codepage in WIN_EX&&CJK_EX (was: Lynx .IDE file for Borland C ++), Klaus Weide, 2000/01/05
- lynx-dev current_codepage in WIN_EX&&CJK_EX (was: Lynx .IDE file for Borland C ++), Klaus Weide, 2000/01/06
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++, Vlad Harchev, 2000/01/05
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++, Mike Bledig, 2000/01/06
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++, Vlad Harchev, 2000/01/06
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++, Mike Bledig, 2000/01/07
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++, Vlad Harchev, 2000/01/08
- lynx-dev Re: Lynx .IDE file for Borland C ++, Webmaster Jim, 2000/01/06
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++, Philip Webb, 2000/01/06