Re: [Plib-users] Cant get ssg to work
Brought to you by:
sjbaker
From: Wolfram K. <w_...@rz...> - 2003-12-23 21:08:12
|
Hi, > I keep receiving this error:=20 > >ssgLoaderWriterStuff.h : declaration terminated incorrectly=20 > >and it points to this line near the top of the ssgListOfLists class: > >ssgListOfLists( int init =3D 3 ) : ssgSimpleList(sizeof(class = ssgSimpleList*), >init ) {} > >I don't understand why it isn't working. I've tried all my tricks that = I >used to get pui working and nothing seems to work. I'm using >ssgLoaderWriterStuff.h v 1.22. 1.22 is the newest. I suggest you remove one thing from that line after the other to see where the problem is. Once that is known, we can think of a workaround.=20 =46or example, replace the sizeof with a hardcoded number, remove the "=3D 3", replace ther "init" with something simpler etc. Bye bye, Wolfram. |