I've landed (finally) a change that takes urlmon.lib out of
activex_shim.lib. If you update and build, Visual Studio won't
automatically rebuild activex_shim.lib, which means it will still have
the urlmon.lib symbols in it. This may lead to errors like those
appended below when your build tries to link chrome.dll. You should
be able to return to normal by rebuilding the activex_shim project
(or, if you're feeling draconian, just rebuild everything).
--SK
Linking...
urlmon.lib(urlmon.dll) : error LNK2005: urlmon_NULL_THUNK_DATA_DLB
already defined in activex_shim.lib(urlmon.dll)
urlmon.lib(urlmon.dll) : error LNK2005: urlmon_NULL_THUNK_DATA_DLA
already defined in activex_shim.lib(urlmon.dll)
urlmon.lib(urlmon.dll) : error LNK2005: urlmon_NULL_THUNK_DATA_DLN
already defined in activex_shim.lib(urlmon.dll)
Creating library
C:\b\slave\chromium-dbg-builder\build\src\chrome\Debug\lib\chrome_dll.lib
and object
C:\b\slave\chromium-dbg-builder\build\src\chrome\Debug\lib\chrome_dll.exp
C:\b\slave\chromium-dbg-builder\build\src\chrome\Debug\obj\chrome_dll\chrome.dll
: fatal error LNK1169: one or more multiply defined symbols found
Error executing link.exe (tool returned code: 1169)
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---