[osg-users] plugin ttf

2008-08-18 Thread Adonai Canêz
Hi,
 
I am compile openscenegraph version 2.6.0 with VS 2008 and not compiler plugin 
freetype for open fonts ttt. 
Has anyone else had a similar problem?

 
_
Receba GRÁTIS as mensagens do Messenger no seu celular quando você estiver 
offline. Conheça  o MSN Mobile!
http://mobile.live.com/signup/signup2.aspx?lc=pt-br___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] plugin ttf

2008-08-18 Thread Tomlinson, Gordon
Did you compile the free type library ?
 
You will have compile all 3rd party libraries in VS 2008, as the pre-built 
3rdparty libs are built with VS2005
 

Gordon

__
Gordon Tomlinson
Email  : gtomlinson @ overwatch.textron.com

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adonai Canêz
Sent: Monday, August 18, 2008 10:47 AM
To: osg-users@lists.openscenegraph.org
Subject: [osg-users] plugin ttf


Hi,
 
I am compile openscenegraph version 2.6.0 with VS 2008 and not compiler plugin 
freetype for open fonts ttt. 
Has anyone else had a similar problem?


 




Receba GRÁTIS as mensagens do Messenger no seu celular quando você estiver 
offline. Conheça o MSN Mobile! Crie já o seu! 
http://mobile.live.com/signup/signup2.aspx?lc=pt-br  
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] plugin ttf

2008-08-18 Thread Adonai Canêz
I'm using pre-built 3rdParty_Win32binaries_vs80sp1_2008-04-28.zip . I'm not 
recompile all plugins with VS2008. How I can compile all plugins with VS2008? 
Adonai

Date: Mon, 18 Aug 2008 10:50:51 -0400From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: Re: [osg-users] plugin ttf



Did you compile the free type library ?
 
You will have compile all 3rd party libraries in VS 2008, as the pre-built 
3rdparty libs are built with VS2005
 

Gordon
__Gordon TomlinsonEmail 
 : gtomlinson @ overwatch.textron.com
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adonai 
CanêzSent: Monday, August 18, 2008 10:47 AMTo: [EMAIL PROTECTED]: [osg-users] 
plugin ttf
Hi, I am compile openscenegraph version 2.6.0 with VS 2008 and not compiler 
plugin freetype for open fonts ttt. Has anyone else had a similar problem?

 

Receba GRÁTIS as mensagens do Messenger no seu celular quando você estiver 
offline. Conheça o MSN Mobile! Crie já o seu! 
_
Receba GRÁTIS as mensagens do Messenger no seu celular quando você estiver 
offline. Conheça  o MSN Mobile!
http://mobile.live.com/signup/signup2.aspx?lc=pt-br___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] plugin ttf

2008-08-18 Thread Tomlinson, Gordon
Note vs80 refers to VS2005 
 
One way to get the 3rd party plug-ins, is look at the dependency list on  
www.openscenegraph.org grab the sources from were they live and build.
 
You might also try searching the OSG list archives or visit mew.cx to find Mike 
Wieblens details/files on building the 3rdparty stuff for vs80 and use them
as start for VS2008(VS90) build
 
I'm not sure if any one has made a build of the 3rdparty libs for VS2008(VS90) 
available, 
 
I know were a good 2 years aware from even thinking about using VS2008(VS90), 
but we build all our 3rdparty libs ourselves any way, that way I know for sure 
what I'm getting
 

Gordon

__
Gordon Tomlinson
Email  : gtomlinson @ overwatch.textron.com

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adonai Canêz
Sent: Monday, August 18, 2008 11:05 AM
To: OpenSceneGraph Users
Subject: Re: [osg-users] plugin ttf


I'm using pre-built 3rdParty_Win32binaries_vs80sp1_2008-04-28.zip . I'm not 
recompile all plugins with VS2008. How I can compile all plugins with VS2008? 

Adonai




Date: Mon, 18 Aug 2008 10:50:51 -0400
From: [EMAIL PROTECTED]
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] plugin ttf


Did you compile the free type library ?
 
You will have compile all 3rd party libraries in VS 2008, as the pre-built 
3rdparty libs are built with VS2005
 

Gordon

__
Gordon Tomlinson
Email  : gtomlinson @ overwatch.textron.com

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adonai Canêz
Sent: Monday, August 18, 2008 10:47 AM
To: osg-users@lists.openscenegraph.org
Subject: [osg-users] plugin ttf


Hi,
 
I am compile openscenegraph version 2.6.0 with VS 2008 and not compiler plugin 
freetype for open fonts ttt. 
Has anyone else had a similar problem?


 




Receba GRÁTIS as mensagens do Messenger no seu celular quando você estiver 
offline. Conheça o MSN Mobile! Crie já o seu! 
http://mobile.live.com/signup/signup2.aspx?lc=pt-br  



Receba GRÁTIS as mensagens do Messenger no seu celular quando você estiver 
offline. Conheça o MSN Mobile! Crie já o seu! 
http://mobile.live.com/signup/signup2.aspx?lc=pt-br  
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] plugin ttf

2008-08-18 Thread Adonai Canêz
thank you
 
Adonai



Date: Mon, 18 Aug 2008 11:14:49 -0400From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: Re: [osg-users] plugin ttf



Note vs80 refers to VS2005 
 
One way to get the 3rd party plug-ins, is look at the dependency list on  
www.openscenegraph.org grab the sources from were they live and build.
 
You might also try searching the OSG list archives or visit mew.cx to find Mike 
Wieblens details/files on building the 3rdparty stuff for vs80 and use them
as start for VS2008(VS90) build
 
I'm not sure if any one has made a build of the 3rdparty libs for VS2008(VS90) 
available, 
 
I know were a good 2 years aware from even thinking about using VS2008(VS90), 
but we build all our 3rdparty libs ourselves any way, that way I know for sure 
what I'm getting
 

Gordon
__Gordon TomlinsonEmail 
 : gtomlinson @ overwatch.textron.com
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adonai 
CanêzSent: Monday, August 18, 2008 11:05 AMTo: OpenSceneGraph UsersSubject: Re: 
[osg-users] plugin ttf
I'm using pre-built 3rdParty_Win32binaries_vs80sp1_2008-04-28.zip . I'm not 
recompile all plugins with VS2008. How I can compile all plugins with VS2008? 
Adonai

Date: Mon, 18 Aug 2008 10:50:51 -0400From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: Re: [osg-users] plugin ttf


Did you compile the free type library ?
 
You will have compile all 3rd party libraries in VS 2008, as the pre-built 
3rdparty libs are built with VS2005
 

Gordon
__Gordon TomlinsonEmail 
 : gtomlinson @ overwatch.textron.com
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adonai 
CanêzSent: Monday, August 18, 2008 10:47 AMTo: [EMAIL PROTECTED]: [osg-users] 
plugin ttf
Hi, I am compile openscenegraph version 2.6.0 with VS 2008 and not compiler 
plugin freetype for open fonts ttt. Has anyone else had a similar problem?

 

Receba GRÁTIS as mensagens do Messenger no seu celular quando você estiver 
offline. Conheça o MSN Mobile! Crie já o seu! 

Receba GRÁTIS as mensagens do Messenger no seu celular quando você estiver 
offline. Conheça o MSN Mobile! Crie já o seu! 
_
Confira vídeos com notícias do NY Times, gols direto do Lance, videocassetadas 
e muito mais no MSN Video!
http://video.msn.com/?mkt=pt-br___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] plugin ttf

2008-08-18 Thread Mattias Helsing
Hi all,
Enough of these posts already :) I compiled the bulk of the dependencies
with msvc90 Express this weekend using Mike Weiblen's build scripts. Could I
zip those and put them on the web site? I've asked Mike off list to put them
on his site(or even a branch in his svn) but I guess he's out-of-office. The
demand for these won't  go down until msvc10 I think so we might try to take
this load off the list.

Suggestions?
Mattias


On Mon, Aug 18, 2008 at 5:14 PM, Tomlinson, Gordon 
[EMAIL PROTECTED] wrote:

  Note vs80 refers to VS2005

 One way to get the 3rd party plug-ins, is look at the dependency list on
 www.openscenegraph.org grab the sources from were they live and build.

 You might also try searching the OSG list archives or visit mew.cx to find
 Mike Wieblens details/files on building the 3rdparty stuff for vs80 and use
 them
 as start for VS2008(VS90) build

 I'm not sure if any one has made a build of the 3rdparty libs for
 VS2008(VS90) available,

 I know were a good 2 years aware from even thinking about using
 VS2008(VS90), but we build all our 3rdparty libs ourselves any way, that way
 I know for sure what I'm getting


 *Gordon*

 __
 *Gordon Tomlinson
 **Email * : gtomlinson @ overwatch.textron.com


  --
 *From:* [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] *On Behalf Of *Adonai Canêz
 *Sent:* Monday, August 18, 2008 11:05 AM
 *To:* OpenSceneGraph Users
 *Subject:* Re: [osg-users] plugin ttf

 I'm using pre-built 3rdParty_Win32binaries_vs80sp1_2008-04-28.zip . I'm not
 recompile all plugins with VS2008. How I can compile all plugins with
 VS2008?

 Adonai

 --
 Date: Mon, 18 Aug 2008 10:50:51 -0400
 From: [EMAIL PROTECTED]
 To: osg-users@lists.openscenegraph.org
 Subject: Re: [osg-users] plugin ttf

 Did you compile the free type library ?

 You will have compile all 3rd party libraries in VS 2008, as the pre-built
 3rdparty libs are built with VS2005


 *Gordon*

 __
 *Gordon Tomlinson
 **Email * : gtomlinson @ overwatch.textron.com


  --
 *From:* [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] *On Behalf Of *Adonai Canêz
 *Sent:* Monday, August 18, 2008 10:47 AM
 *To:* osg-users@lists.openscenegraph.org
 *Subject:* [osg-users] plugin ttf

 Hi,

 I am compile openscenegraph version 2.6.0 with VS 2008 and not compiler
 plugin freetype for open fonts ttt.
 Has anyone else had a similar problem?



 --
 Receba GRÁTIS as mensagens do Messenger no seu celular quando você estiver
 offline. Conheça o MSN Mobile! Crie já o 
 seu!http://mobile.live.com/signup/signup2.aspx?lc=pt-br
 --
 Receba GRÁTIS as mensagens do Messenger no seu celular quando você estiver
 offline. Conheça o MSN Mobile! Crie já o 
 seu!http://mobile.live.com/signup/signup2.aspx?lc=pt-br

 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org