% 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.
|