|
From: James W. W. <ja...@fr...> - 2006-03-10 21:46:34
|
"Sean McBride" <se...@ro...> wrote: >Though I have checked out Quesa and compared it to my previous version >and don't see any changes in the example at least not in any text >files. What did you change? > >In any case, I got the old project builder project to mostly compile >after changing the framework search path, but it complains: > >../Background Test.c:348: error: too few arguments to function >'Qut_CreateView' > >Is that what you changed? Maybe sourceforge's cvs servers have a delay? That's what I changed. Possibly there could be a delay. Anyway, the fix is just to change Qut_CreateView(appConfigureView); to Qut_CreateView( NULL, appConfigureView ); -- James W. Walker, Innoventive Software LLC <http://www.frameforge3d.com/> |