[Opensg-users] [Fwd: Re: glXGetProcAddress]

2006-07-06 Thread Dirk Reiners
Just to keep everybody in the loop... Forwarded Message From: Patrick Hartling <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [Opensg-users] glXGetProcAddress Date: Thu, 06 Jul 2006 07:51:24 -0500 Dirk, This message did not make it to the mailing list. When I replied t

Re: [Opensg-users] Cluster with windows client and linux servers

2006-07-06 Thread Dirk Reiners
Hi Karina, On Wed, 2006-07-05 at 16:54 +, Karina Rodriguez wrote: > Hi, > > I am having some problems in setting up a cluster with: a windows 32 bit PC > as client and 8 linux 64 bit PCs as servers. > > At the moment I am just trying with one linux server. > ./13ClusterClient -m me

Re: [Opensg-users] Compilation warnings with VC7 compiler on windows

2006-07-06 Thread Marcus Lindblom
Hi Divick, I have very little experience with gcc/g++ so I can't comment on that. As for Microsoft, since their own headers require their extensions, I'm a bit wary as to how ISO compliant their compiler really is. I haven't tried it with extensions turned off. /Marcus Divick Kishore wrote: >

Re: [Opensg-users] Compilation warnings with VC7 compiler on windows

2006-07-06 Thread Divick Kishore
Hi Marcus, Your explanation seems logical to me to if I understand it correctly. But I thought Microsoft's compiler are more strict about C++ standards although they don't comply too much with it. What it really means is that most of the times they will implement a super set

Re: [Opensg-users] Compilation warnings with VC7 compiler on windows

2006-07-06 Thread Marcus Lindblom
Divick Kishore wrote: > Hi Marcus, > thanks for the reply. > >>>Yes, the warning is totally ignorable. We've been running with it >>>disabled for over a year now. :) > > Still that does not answer why VC7 gives those errors ? From a language > semantics perspective what really i

Re: [Opensg-users] R: write other than osb

2006-07-06 Thread Andreas Zieringer
Hi Antonio, looks like you wrote a compressed vrml, just disable the compression ... Andreas > Actually > > the SceneFileHandler writes vrml, but > the header is binary. Removing that > and inserting a valid ascii header like > "#VRML V2.0 utf8" works... Strange. > > Regards, > > Toni >

[Opensg-users] R: write other than osb

2006-07-06 Thread Antonio Bleile
Actually the SceneFileHandler writes vrml, but the header is binary. Removing that and inserting a valid ascii header like "#VRML V2.0 utf8" works... Strange. Regards, Toni > -Messaggio originale- > Da: [EMAIL PROTECTED] [mailto:opensg-users- > [EMAIL PROTECTED] Per conto di Anton

[Opensg-users] write other than osb

2006-07-06 Thread Antonio Bleile
Hi, I'd like to export a wrl from my scene, possibly with the SceneFileHandler. I can write osb but it seems I can't write anything else (probably because of potential loss of scene information). I just need to write some geometry to a wrl file. Any suggestions on how to do that (converter?)?

Re: [Opensg-users] Compilation warnings with VC7 compiler on windows

2006-07-06 Thread Divick Kishore
Hi Marcus,                 thanks for the reply. >>Yes, the warning is totally ignorable. We've been running with it >>disabled for over a year now. :) Still that does not answer why VC7 gives those errors ? From a language semantics perspective what really is wrong with that line? >>You ne