[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Re: Lynx .IDE file for Borland C ++
From: |
Vlad Harchev |
Subject: |
Re: lynx-dev Re: Lynx .IDE file for Borland C ++ |
Date: |
Sun, 9 Jan 2000 06:06:21 +0400 (SAMT) |
On Wed, 5 Jan 2000, Klaus Weide wrote:
> 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.
As I remember, -DCJK_EX is in makefile he is using. So treat this as not
intentional (ie he doesn't want CJK extensions, but he doesn't know that he
will get them by default :)
But don't worry: I don't understand what that code does :-)
>
> Klaus
>
Best regards,
-Vlad
- lynx-dev Re: Lynx .IDE file for Borland C ++, (continued)
- 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, 2000/01/05
- 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 <=
- 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
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++, Mike Bledig, 2000/01/08
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++, Vlad Harchev, 2000/01/08
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++, Hiroyuki Senshu, 2000/01/08
Re: lynx-dev Re: Lynx .IDE file for Borland C ++, Vlad Harchev, 2000/01/04