"development" <[EMAIL PROTECTED]> writes: > for the past few days I've been trying to get 3ds to work Etch, at > first I thought it was my code, I wrote a dump program, this showed > all vertices as 0, I then found the built in lib3ds dump functions, > even these showed 0. So I presumed it was Etch, turns out it won't > work with newer versions of GCC
Just a guess, but you might try using the gcc "-fno-strict-aliasing" option and see if that makes any difference. -miles -- `To alcohol! The cause of, and solution to, all of life's problems' --Homer J. Simpson ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ lib3ds-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lib3ds-devel
