--------------------Configuration: TextEditor - Win32 Debug--------------------
Compiling...
edit.cpp
Linking...
wxscintilla.lib(PlatWX.obj) : error LNK2005: "void __cdecl wxLogDebug(char const *,...)" (?wxLogDebug@@YAXPBDZZ) already defined in wxbase25d.lib(log.obj)
vc_mswd/TextEditor.exe : fatal error LNK1169: one or more multiply defined symbols found
Error executing link.exe.
TextEditor.exe - 2 error(s), 0 warning(s)
¿ Que podría hacer para evitar este error ?
Creo que había algún parámetro para ignorar símbolos redefinidos, pero no estoy seguro.