Thank you! The sdl and sdlmain projects were both set to the dll without debug in debug config. That solved that 5th warning and in the list in dependency walker there's now not any mixed debug and release files.
The other 4 warnings, well it's more like 2 because they're repeated, seem to not want to go away. It sounds like there's a macro with the same name in different files. Is that correct? If so, should I just ignore it? Is it serious? 1>------ Build started: Project: engine, Configuration: Debug Win32 ------ 1>Compiling... 1>*.cpp 1>Generating Code... 1>Creating library... 1>osgd.lib(osg55-osgd.dll) : warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined in sdld.lib(SDL.dll); second definition ignored 1>osgd.lib(osg55-osgd.dll) : warning LNK4221: no public symbols found; archive member will be inaccessible 1>osgviewerd.lib(osg55-osgViewerd.dll) : warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined in sdld.lib(SDL.dll); second definition ignored 1>osgviewerd.lib(osg55-osgViewerd.dll) : warning LNK4221: no public symbols found; archive member will be inaccessible 1>Build log was saved at "file://c:\game_project\engine\Debug\BuildLog.htm" 1>engine - 0 error(s), 4 warning(s) 2>------ Build started: Project: game, Configuration: Debug Win32 ------ 2>Compiling... 2>*.cpp 2>Generating Code... 2>Compiling manifest to resources... 2>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 2>Copyright (C) Microsoft Corporation. All rights reserved. 2>Linking... 2>LINK : C:\game_project\Debug\game.exe not found or not built by the last incremental link; performing full link 2>Embedding manifest... 2>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 2>Copyright (C) Microsoft Corporation. All rights reserved. 2>Build log was saved at "file://c:\game_project\game\Debug\BuildLog.htm" 2>game - 0 error(s), 0 warning(s) ========== Build: 2 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=14582#14582 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

