info-inventor-dev
[Top] [All Lists]

Re: SoText2 not working on Linux

To: beason@xxxxxxxxxx (Kevin Beason)
Subject: Re: SoText2 not working on Linux
From: jlim@xxxxxxxxxxxxxxxxxxxx (Jonathan Lim)
Date: Wed, 27 Jun 2001 11:28:37 -0700 (PDT)
Cc: info-inventor-dev@xxxxxxxxxxx
In-reply-to: <Pine.LNX.4.30.0106271112270.15469-100000@quake.cs.fsu.edu> from "Kevin Beason" at Jun 27, 2001 11:14:17 AM
Sender: owner-info-inventor-dev@xxxxxxxxxxx
% diff SoText2.c++_1.5 SoText2.c++
83a84
> #include <machine.h>
796a798,803
> 
>         int j;
>         for (j = 0; j < getNumUCSChars(i); j++) {
>             char* c = (char *)UCSStrings[i]+j*2;
>             DGL_HTON_SHORT(SHORT(c), SHORT(c));
>         }

% diff SoText3.c++_1.8 SoText3.c++
90a91
> #include <machine.h>
2310a2312,2316
>         int j;
>         for (j = 0; j < getNumUCSChars(i); j++) {
>             char* c = (char *)UCSStrings[i]+j*2;
>             DGL_HTON_SHORT(SHORT(c), SHORT(c));
>         }


              Jonathan Lim  _  Silicon Graphics  _  Mountain View
              GPS Graphics     Computer Systems        CA, USA


On Tue Jun 26 22:44:16 2001, beason@xxxxxxxxxx wrote:
>
> I have a new Dell Inspiron 8000 laptop running a Geforce2 Go (mobile)
> running the 1251 drivers (newest). I've tried Inventor 2.1.5-6 and 2.1.5-7
> on both XFree86 4.0.3 and 4.1.0, using both Mandrake 8.0 and RedHat 7.1
> (just XFree86 4.0.3 and Inventor 2.1.5-7 on RedHat).
>
> I can run ivview and compile inventor programs fine, but I can't see any
> SoText2! The program runs but gives this error:
>
> The specified character bitmap does not exist in the current context.
>
> I don't understand since I run Inventor 2.1.5-6 on Mandrake 7.2 on my
> desktop PC with a Voodoo3 and see the text just fine.

<Prev in Thread] Current Thread [Next in Thread>