Hi Peppe, I fixed the missing D in the debug lib names. I compiled all tutorials and they work fine for me. Did you really rename the debug libs? Renaming the opt build libs would create such a error message.
Andreas > Hi Andreas, > I compiled all...the release version works well, but the dbg version of > the libs has some problems. First of all the compilation creates the > nomefile.lib and nomefile.dll and not the nomefileD.lib and > nomefileD.dll, so I had link errors because the nomefileD.lib are not > present in my lib/dbg directory. Further if I rename the lib and dll > adding 'D' to the nomefile, at run-time I have the following error: > > FATAL: The program is linked against the debug runtime lib, but the > library is > linked against the non-debug one! This will lead to memory corruption, > please li > nk the non-debug lib (use /MD instead of /MD)! > Premere un tasto per continuare . . . > > Do you have any ideas? > > Thank you very much in advance... > > Best regards > peppe > > Andreas Zieringer wrote: > > >>Hi Peppe, >> >>next try ;-) ok you compiled the debug version the oldnames.lib was >>missing in the debug section. I fixed it. The release build should >>already work. >> >>Andreas >> >> >> >> >>>Hi, >>>I recompiled the new solution, now the include directory contains all >>>the .h files, but the compilation of the OSGSystem.lib fails with the >>>following link errors: >>> >>>1>Linking... >>>1>OSGManipulator.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due >>>to '/INCREMENTAL:NO' specification >>>1> Creating library .\..\lib\dbg/OSGSystem.lib and object >>>.\..\lib\dbg/OSGSystem.exp >>>1>tif32.lib(tif_unix.obj) : error LNK2019: unresolved external symbol >>>__imp__read referenced in function __tiffReadProc >>>1>tif32.lib(tif_unix.obj) : error LNK2019: unresolved external symbol >>>__imp__write referenced in function __tiffWriteProc >>>1>tif32.lib(tif_unix.obj) : error LNK2019: unresolved external symbol >>>__imp__lseek referenced in function __tiffSeekProc >>>1>tif32.lib(tif_unix.obj) : error LNK2019: unresolved external symbol >>>__imp__close referenced in function __tiffCloseProc >>>1>tif32.lib(tif_unix.obj) : error LNK2019: unresolved external symbol >>>__imp__fstat referenced in function __tiffSizeProc >>>1>tif32.lib(tif_unix.obj) : error LNK2019: unresolved external symbol >>>__imp__open referenced in function _TIFFOpen >>>1>..\lib\dbg\OSGSystem.dll : fatal error LNK1120: 6 unresolved externals >>>1>Build log was saved at >>>"file://i:\OpenSGCVS\OpenSGVS\OpenSG\VSBuild\VS8\SystemLib\Debug\BuildLog.htm" >>>1>SystemLib - 7 error(s), 36 warning(s) >>>========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ========== >>> >>>With the previous opensg.sln the compilation of this lib gave me no >>>errors... >>> >>>thanks >>>peppe >>> >>> >>> >>>Andreas Zieringer wrote: >>> >>> >>> >>> >>> >>>>Hi Peppe, >>>> >>>>thanks for the hint there was a custom installer missing for the release >>>>build. I fixed it in the current cvs version. Don't forget to add a >>>>search path for sed in the IDE in Tools->Options->Projects and >>>>Solutions->VC++ Directories, we need it to create the include files. I >>>>added the tools sed, bison, flex as windows executables to >>>>.../OpenSG/dist/win/bin so adding this path is enough. >>>> >>>>Andreas >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>>>Hi Andreas, >>>>>now the compilation using VS 2005 runs well. So I created the OSGBase, >>>>>OSGSystem, OSGWindowWin32 and OSGWindowGLUT lib and dll (the compilation >>>>>created these file in the OpenSG\VSBuild\VS8\lib\opt directory). >>>>>In which directory can I find the .h files that I have to include in my >>>>>project? >>>>> >>>>>thanks a lot for your help >>>>>peppe >>>>> >>>>>Andreas Zieringer wrote: >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>>Hi Peppe, >>>>>> >>>>>>I updated the VS 8 project files should work now. >>>>>> >>>>>>Andreas >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>>Dear Andreas, >>>>>>>thanks for you reply... >>>>>>>I downloaded the cvs release of OpenSG, and I tried to compile the >>>>>>>project ..\OpenSG\VSBuild\VS8\OpenSG.sln. >>>>>>>The compilation of BaseLib is ok. >>>>>>>The compilation of the SystemLib gives to me the following error: >>>>>>> >>>>>>>/1>------ Build started: Project: SystemLib, Configuration: Release >>>>>>>Win32 ------ >>>>>>>1>Compiling... >>>>>>>1>OSGGraphicStatisticsFont.cpp >>>>>>>1>c1xx : fatal error C1083: Cannot open source file: >>>>>>>'..\..\..\Source\System\Statistics\OSGGraphicStatisticsFont.cpp': No >>>>>>>such file or directory >>>>>>>1>Build log was saved at >>>>>>>"file://i:\OpenSGCVS\OpenSG\VSBuild\VS8\SystemLib\Release\BuildLog.htm" >>>>>>>1>SystemLib - 1 error(s), 0 warning(s)/ >>>>>>> >>>>>>>I made a search on all the OpenSG directory downloaded with the cvs, but >>>>>>>the OSGGraphicStatisticsFont.cpp seems does not exist anymore. >>>>>>> >>>>>>>If I remove the OSGGraphicStatisticsFont.cpp from the project, I have >>>>>>>the following link errors (unresolved external): >>>>>>> >>>>>>>/1>------ Build started: Project: SystemLib, Configuration: Release >>>>>>>Win32 ------ >>>>>>>1>Linking... >>>>>>>1> Creating library .\..\lib\opt/OSGSystem.lib and object >>>>>>>.\..\lib\opt/OSGSystem.exp >>>>>>>1>OSGShadowViewport.obj : error LNK2019: unresolved external symbol >>>>>>>"public: virtual __thiscall >>>>>>>osg::VarianceShadowMap::~VarianceShadowMap(void)" >>>>>>>([EMAIL PROTECTED]@@[EMAIL PROTECTED]) referenced in function "public: >>>>>>>virtual void * __thiscall osg::VarianceShadowMap::`scalar deleting >>>>>>>destructor'(unsigned int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) >>>>>>>1>OSGShadowViewport.obj : error LNK2001: unresolved external symbol >>>>>>>"public: virtual void __thiscall osg::VarianceShadowMap::render(class >>>>>>>osg::RenderActionBase *)" >>>>>>>([EMAIL PROTECTED]@osg@@[EMAIL PROTECTED]@@Z) >>>>>>>1>OSGShadowViewport.obj : error LNK2019: unresolved external symbol >>>>>>>"public: __thiscall osg::VarianceShadowMap::VarianceShadowMap(class >>>>>>>osg::ShadowViewport *)" >>>>>>>([EMAIL PROTECTED]@@[EMAIL PROTECTED]@1@@Z) referenced in >>>>>>>function "public: virtual void __thiscall >>>>>>>osg::ShadowViewport::render(class osg::RenderActionBase *)" >>>>>>>([EMAIL PROTECTED]@osg@@[EMAIL PROTECTED]@@Z) >>>>>>>1>tif32.lib(tif_unix.obj) : error LNK2019: unresolved external symbol >>>>>>>__imp__read referenced in function __tiffReadProc >>>>>>>1>tif32.lib(tif_unix.obj) : error LNK2019: unresolved external symbol >>>>>>>__imp__write referenced in function __tiffWriteProc >>>>>>>1>tif32.lib(tif_unix.obj) : error LNK2019: unresolved external symbol >>>>>>>__imp__lseek referenced in function __tiffSeekProc >>>>>>>1>tif32.lib(tif_unix.obj) : error LNK2019: unresolved external symbol >>>>>>>__imp__close referenced in function __tiffCloseProc >>>>>>>1>tif32.lib(tif_unix.obj) : error LNK2019: unresolved external symbol >>>>>>>__imp__fstat referenced in function __tiffSizeProc >>>>>>>1>tif32.lib(tif_unix.obj) : error LNK2019: unresolved external symbol >>>>>>>__imp__open referenced in function _TIFFOpen >>>>>>>1>..\lib\opt\OSGSystem.dll : fatal error LNK1120: 9 unresolved externals >>>>>>>1>Build log was saved at >>>>>>>"file://i:\OpenSGCVS\OpenSG\VSBuild\VS8\SystemLib\Release\BuildLog.htm" >>>>>>>1>SystemLib - 10 error(s), 0 warning(s)/ >>>>>>> >>>>>>>Do you have any suggestion? >>>>>>> >>>>>>>Compiling the WindowQTLib I have a lot of errors...do you know if the >>>>>>>OpenSG works fine with the Qt 4.1.3 (that is the version of Qt that I'm >>>>>>>using)? >>>>>>> >>>>>>>Best Regards >>>>>>>peppe >>>>>>> >>>>>>> >>>>>>>Andreas Zieringer wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>>>Hi, >>>>>>>> >>>>>>>>can you try it with a current cvs release there were several VS 2005 >>>>>>>>STL >>>>>>>>related bugfixes. For me the clustering works fine with a current cvs >>>>>>>>version and the VS 2005 compiler. >>>>>>>> >>>>>>>>Andreas >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>>Hi, >>>>>>>>>we are using the official release 1.6... >>>>>>>>> >>>>>>>>>peppe >>>>>>>>> >>>>>>>>>Gerrit Voss wrote: >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>>>Hi, >>>>>>>>>> >>>>>>>>>>On Mon, 2006-08-21 at 10:10 +0200, peppe megali wrote: >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>>>Dear all, >>>>>>>>>>>I'm a new user of OpenSG. I have to develope a stereo application, >>>>>>>>>>>so >>>>>>>>>>>I'm trying to start from the clustering tutorial (the >>>>>>>>>>>12ClusterServer >>>>>>>>>>>and the 13ClientServer tutorial). I compiled the two examples using >>>>>>>>>>>VisualStudio 2005 on Windows XP machine (and tested them on ATI and >>>>>>>>>>>NVidia graphic cards). The programs are compiled well, but when I >>>>>>>>>>>run >>>>>>>>>>>them (in debug mode) following the instruction given in the examples >>>>>>>>>>>(i.e. in multicast connection type), the Server application crashes >>>>>>>>>>>in >>>>>>>>>>>the start method of the cluster server. This crash happens just if >>>>>>>>>>>the >>>>>>>>>>>client application is running (and is waiting on the init method), >>>>>>>>>>>else >>>>>>>>>>>the server application wait on the start method. >>>>>>>>>>>I tried to compile and run also the official clustering tutorial >>>>>>>>>>>(http://www.opensg.org/doc-1.6.0/Clustering.html), but I have the >>>>>>>>>>>same >>>>>>>>>>>problem described belove. >>>>>>>>>>> >>>>>>>>>>>Can someone give me some help concerning this problem? or a correct >>>>>>>>>>>code >>>>>>>>>>>example running on Windows Xp? >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>>which version of OpenSG are you using, the official 1.6 release or >>>>>>>>>>some >>>>>>>>>>later dailybuilds ? >>>>>>>>>> >>>>>>>>>>kind regards, >>>>>>>>>>gerrit >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>>------------------------------------------------------------------------- >>>>>>>>>>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 >>>>>>>>>>_______________________________________________ >>>>>>>>>>Opensg-users mailing list >>>>>>>>>>Opensg-users@lists.sourceforge.net >>>>>>>>>>https://lists.sourceforge.net/lists/listinfo/opensg-users >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>>------------------------------------------------------------------------- >>>>>>>>>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 >>>>>>>>>_______________________________________________ >>>>>>>>>Opensg-users mailing list >>>>>>>>>Opensg-users@lists.sourceforge.net >>>>>>>>>https://lists.sourceforge.net/lists/listinfo/opensg-users >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>>------------------------------------------------------------------------- >>>>>>>>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 >>>>>>>>_______________________________________________ >>>>>>>>Opensg-users mailing list >>>>>>>>Opensg-users@lists.sourceforge.net >>>>>>>>https://lists.sourceforge.net/lists/listinfo/opensg-users >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>>------------------------------------------------------------------------- >>>>>>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 >>>>>>_______________________________________________ >>>>>>Opensg-users mailing list >>>>>>Opensg-users@lists.sourceforge.net >>>>>>https://lists.sourceforge.net/lists/listinfo/opensg-users >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>> >>>>------------------------------------------------------------------------- >>>>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 >>>>_______________________________________________ >>>>Opensg-users mailing list >>>>Opensg-users@lists.sourceforge.net >>>>https://lists.sourceforge.net/lists/listinfo/opensg-users >>>> >>>> >>>> >>>> >>>> >>> >>> >>> >> >> >>------------------------------------------------------------------------- >>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 >>_______________________________________________ >>Opensg-users mailing list >>Opensg-users@lists.sourceforge.net >>https://lists.sourceforge.net/lists/listinfo/opensg-users >> >> >> > > ------------------------------------------------------------------------- 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 _______________________________________________ Opensg-users mailing list Opensg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensg-users