[Plib-devel] R: Converting unsupported texture image file formatson the fly
Brought to you by:
sjbaker
From: Paolo L. <p.l...@ci...> - 2007-10-02 09:39:21
|
> -----Messaggio originale----- > Da: pli...@li...=20 > [mailto:pli...@li...] Per conto=20 > di Melchior FRANZ > Inviato: marted=EC 2 ottobre 2007 8.57 > A: pli...@li... > Oggetto: Re: [Plib-devel] Converting unsupported texture=20 > image file formatson the fly >=20 > * John F. Fay -- Tuesday 02 October 2007: > > Done ... see change set 2127. >=20 > ssgLoadTexture.cxx: In function 'int fileMTimeCmp(const=20 > char*, const char*)': > ssgLoadTexture.cxx:243: error: aggregate '_stat buffer_in'=20 > has incomplete type and cannot be defined > ssgLoadTexture.cxx:243: error: aggregate '_stat buffer_out'=20 > has incomplete type and cannot be defined >=20 > What's _stat?! Probably it's the stat structure if it exists under 'NIX - try to move = the #ifdef UL_WIN32 block before the variable declaration so that both the = _stat variable declaration and the _stat function name get converted. > m. Many thanks for the check. Greetings, Paolo > -------------------------------------------------------------- > ----------- > This SF.net email is sponsored by: Microsoft Defy all=20 > challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > plib-devel mailing list > pli...@li... > https://lists.sourceforge.net/lists/listinfo/plib-devel >=20 |