[osg-users] unresolved externals

2007-12-14 Thread Emre Koc
I downloaded and compiled FreeType library but it did not solve my problem, it still gives this error both in Release and Debug compile Error2error LNK2019: unresolved external symbol _FT_Outline_Get_BBox referenced in function "protected: void __thiscall FreeTypeFont3D::init(void)" ([EMAI

Re: [osg-users] unresolved externals

2007-12-14 Thread Jean-Sébastien Guay
Hello Emre, > I downloaded and compiled FreeType library but it did not solve my problem, > it still gives this error both in Release and Debug compile You did not need to download and compile it, just download the new 3rd party bundle from Mike Weiblen's SVN: https://osgtoy.svn.sourceforge.ne

Re: [osg-users] unresolved externals

2007-12-16 Thread Emre Koc
Thanks a lot Jean-Sébastien. Now I'm able to compile my osg project. Did anyone try to compile osgDotNet with the latest OSG version ? It gives an error osgIntrospectiond.lib cannot be found. I checked the SVN for osgIntrospection project but it doesn't exist in SVN. Does anyone have an idea on th

Re: [osg-users] unresolved externals

2007-12-16 Thread Emre Koc
I solved the problem. I just needed to set compile wrappers to ON in Cmake. osgIntrospection added to vs solution. /emre On Dec 16, 2007 3:16 PM, Emre Koc <[EMAIL PROTECTED]> wrote: > Thanks a lot Jean-Sébastien. Now I'm able to compile my osg project. > > Did anyone try to compile osgDotNet wit

[osg-users] Unresolved externals while building Plugins gif/jpeg/png/etc

2010-08-04 Thread Kris Dale
Afternoon all! I'm having a bit of an issue I've never run into before trying to build OSG. Hoping someone can point me in the right direction. I always build OSG from source and thus far never really had a problem with it... this time though I can't seem to get the image library plugins to b

Re: [osg-users] Unresolved externals while building Plugins gif/jpeg/png/etc

2010-08-05 Thread Frederic Bouvier
- "Kris Dale" a écrit : > > ReaderWriterPNG.obj : error LNK2019: unresolved external symbol > png_get_io_ptr referenced in function "void __cdecl > png_read_istream(struct png_struct_def *,unsigned char *,unsigned > __int64)" (?png_read_istream@@YAXPEAUpng_struct_def@@pea...@z) I fixed that

Re: [osg-users] Unresolved externals while building Plugins gif/jpeg/png/etc

2010-08-05 Thread Kris Dale
Frederic Bouvier wrote: > - "Kris Dale" a écrit : > > > Kris Dale wrote: > > > > Afternoon all! > > > > I'm having a bit of an issue I've never run into before trying to build > > OSG. Hoping someone can point me in the right direction. > > > > I have all of the image library .libs and

Re: [osg-users] Unresolved externals while building Plugins gif/jpeg/png/etc

2010-08-05 Thread Kris Dale
omdown wrote: > > Frederic Bouvier wrote: > > - "Kris Dale" a écrit : > > > > > > Kris Dale wrote: > > > > > > Afternoon all! > > > > > > I'm having a bit of an issue I've never run into before trying to build > > > OSG. Hoping someone can point me in the right direction. > > > > > >

Re: [osg-users] Unresolved externals while building Plugins gif/jpeg/png/etc

2010-08-09 Thread Kris Dale
omdown wrote: > > omdown wrote: > > > > Frederic Bouvier wrote: > > > - "Kris Dale" a écrit : > > > > > > > > > Kris Dale wrote: > > > > > > > > Afternoon all! > > > > > > > > I'm having a bit of an issue I've never run into before trying to build > > > > OSG. Hoping someone can point