I managed to fix this by removing some of the dependencies between static libraries. Even though you may want some libraries built in a specific order, just including the necessary header file is often enough. Go to Project->Dependencies and uncheck some of the tick boxes. Recompile and you'll see the number of warnings of type LNK4006 have reduced. Keep unchecking the boxes that cause these warnings and you can get them down to zero quite easily HTH.
-- View this message in context: http://www.nabble.com/Fwd%3A-Linker-warning-LNK4006-problem...-tf7282.html#a12795625 Sent from the Xerces - C - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
