Re: [Plib-devel] ssg Borland
Brought to you by:
sjbaker
From: Wolfram K. <w_...@rz...> - 2004-05-04 12:58:21
|
I commited all your changes apart from two (see below). Also with some changes like >#ifdef UL_BB > >ssgListOfLists ( int init =3D 3 ) : ssgSimpleList ( = sizeof(ssgSimpleList*), >init ) {} > >#else > >ssgListOfLists ( int init =3D 3 ) : ssgSimpleList ( sizeof(class >ssgSimpleList*), init ) {} > >#endif I think that all compilers will be able to work with the Macintosh friendly code. I checked and MSVC works with it. So, I changed the code to the one without "class" and did not add any "#ifdef" here. The two changes I did not commit are: >Ul.h > >After the system if defs I added: > > >#if defined(BORLANDBUILDER) > >#define UL_BB 1 > >#endif Unfortunately, for unknown reasons my ul.h is different to the one in CVS and I don't have the time now to investigate.=20 >ssgVtxTable.cxx > >Within void ssgVtxTable::transform ( const sgMat4 m ) there is a line = that >says: > >=20 > >m =3D w; Maybe this is a stupid question, but why do other compilers not even warn? I checked and MSVC has no problems with that line. Bye bye, Wolfram. |