On Saturday 20 March 2004 18:21, Desiree Görrissen wrote: > But..... It still crashes in OSG::init. Seems to be a bit different than > before. Very strange... > It seems as if there will removed or destroyed some objects, where I would > expect construction or initialization of some objects (have compared the > logfile entries to the excerpt of log messages sent by Dirk Reiners).... > > Our logfile looks this way now: > INFO: OSGTM : got table lock 01F163B0 > INFO: OSGTM : create -OSGThread- app thread > INFO: OSGTM : got application thread 01E1A360 > INFO: Point connection type StreamSock removed > INFO: Point connection type Multicast removed > INFO: Group connection type StreamSock removed > INFO: Group connection type Multicast removed > INFO: INFO: Destroy Singleton FieldFactory > > Dont know whats different to your try.... (Grrrrr :-() , but there must be > a reason, why something is always going wrong. Maybe missing DLLs for Qt, > OSG or something else? Or a mismatch between header files used for building > the DLL and libraries or DLLs which will be found at runtime? > I will try to write a test application which calls the Netscape Plugin DLL > just to see, if this is also a problem or if the crash has to do with > something corresponding to our netscape installation. > > If you have any idea or any hint, this would be helpful anyway. > > These are our preprocessor settings - do you think they are alright? > /nologo /MD /W3 /GR /GX /O1 /I "$(QTDIR)\include" /I > "C:\cygwin\usr\local\include\OpenSG" /I "C:\cygwin\usr\local\include" /D > "_CONSOLE" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D > "OSGPLUGIN_EXPORTS" /D "_OSG_HAVE_CONFIGURED_H_" /D "OSG_WITH_QT" /D > __INTEL_COMPILER_VERSION=700 /D WINVER=0x0400 /D _WIN32_WINDOWS=0x0410 /D > _WIN32_WINNT=0x0400 /D "OSG_BUILD_DLL" /D "OS_WIN32" /D INDEX=INDEX_LINEAR > /Fo"Release/" /Fd"Release/" /FD /c >
Just another two cents: I compared your compiler flags to mine and i have an additional: /D OSG_SUPPORT_NO_GEO_INTERFACE=1 I only remember that it was necessary for me to get my ActiveX to work some time ago. I don't know what it does exactly and if it is still necessary. Maybe Gerrit or Andreas could comment on this before you try it out. Regards, Peter -- | "Without music, life would _O_/ \_O_/ | Fraunhofer IGD, Darmstadt | | be a mistake - I would / )) [] | Peter Eschler | | only believe in a god who \\ // | Tel.: ++49-6151-155-279 | | knew how to dance." (Nietzsche) // \\ | Email: [EMAIL PROTECTED] | ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&opÿick _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
