I'll see if I can dig up the transition notes I wrote earlier in the year and send them out. It shouldn't be too complicated, especially if sound loading was wrapped into a single function or class.
Andrew Martin Henne wrote: > Hi all, > > after moving from last pseudostable (january '06) to > current 1.0 pre1, my application refuses to compile. > Most error messages are sound related, but there > are more. I could not find a note in the release > notes. Can someone help me with that? > > Adv[thanx]ance. > > > > Martin > > // error messages: > g++ -c `cs-config --includes` -fno-strict-aliasing -I/opt/include > -DHAVE_BOOST -O4 -s -ansi -Wall -DOS_SYSV=1 -Wno-non-virtual-dtor > n2commandor.cpp -o n2commandor.o > In file included from n2application.h:14, > from n2commandor.cpp:8: > n2soundfile.h:11:28: error: isound/wrapper.h: No such file or directory > n2soundfile.h:20: error: 'iSoundWrapper' was not declared in this scope > n2soundfile.h:20: error: template argument 1 is invalid > n2soundfile.h:21: error: 'iSoundSource' was not declared in this scope > n2soundfile.h:21: error: template argument 1 is invalid > n2application.h:50: error: ISO C++ forbids declaration of > 'iAwsComponent' with no type > n2application.h:50: error: expected ';' before '*' token > n2application.h:51: error: ISO C++ forbids declaration of > 'iAwsComponent' with no type > n2application.h:51: error: expected ';' before '*' token > n2application.h:52: error: ISO C++ forbids declaration of > 'iAwsComponent' with no type > n2application.h:52: error: expected ';' before '*' token > n2application.h:53: error: ISO C++ forbids declaration of 'iAwsCanvas' > with no type > n2application.h:53: error: expected ';' before '*' token > n2application.h:69: error: 'iAws' was not declared in this scope > n2application.h:69: error: template argument 1 is invalid > n2application.h:101: error: 'iSoundRender' was not declared in this scope > n2application.h:101: error: template argument 1 is invalid > n2application.h:102: error: 'iSoundLoader' was not declared in this scope > n2application.h:102: error: template argument 1 is invalid > n2application.h:103: error: 'iSoundListener' was not declared in this scope > n2application.h:103: error: template argument 1 is invalid > staticsound.h:40: error: 'iSoundWrapper' was not declared in this scope > staticsound.h:40: error: template argument 1 is invalid > staticsound.h:41: error: 'iSoundWrapper' was not declared in this scope > staticsound.h:41: error: template argument 1 is invalid > staticsound.h:42: error: 'iSoundSource' was not declared in this scope > staticsound.h:42: error: template argument 1 is invalid > staticsound.h:43: error: 'iSoundWrapper' was not declared in this scope > staticsound.h:43: error: template argument 1 is invalid > staticsound.h:44: error: 'iSoundWrapper' was not declared in this scope > staticsound.h:44: error: template argument 1 is invalid > n2commandor.cpp: In member function 'void N2::Commandor::proccess(const > std::string&)': > n2commandor.cpp:403: error: cannot convert 'const csFog' to 'csFog*' in > initialization > n2commandor.cpp:409: error: 'struct csFog' has no member named 'enabled' > n2commandor.cpp:409: error: 'struct csFog' has no member named 'enabled' > n2commandor.cpp:423: error: 'struct csFog' has no member named 'enabled' > n2commandor.cpp:432: error: 'struct csFog' has no member named 'enabled' > n2commandor.cpp:458: error: 'struct csFog' has no member named 'red' > n2commandor.cpp:459: error: 'struct csFog' has no member named 'green' > n2commandor.cpp:460: error: 'struct csFog' has no member named 'blue' > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Crystal-main mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/crystal-main > Unsubscribe: mailto:[EMAIL PROTECTED] ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
