Hi,
has anyone maybe encountered the problem that the linker is complaining about multiply defined symbols ?
An example is logic_error. It is defined in my implementation file's object and also in msvcp60.lib according to the linker.
The results differ somewhat between the debug and the release build (in the debug build more symbols are found twice).
Can anybody help ? I am stuck !
Thankx in advance, Erich
I get that kind of error too, along with a few others I don't understand. I have no idea what's going on. Help us, someone. :-(
Log in to post a comment.
Hi,
has anyone maybe encountered the problem that the linker is complaining about multiply defined symbols ?
An example is logic_error. It is defined in my implementation file's object and also in msvcp60.lib according to the linker.
The results differ somewhat between the debug and the release build (in the debug build more symbols are found twice).
Can anybody help ? I am stuck !
Thankx in advance,
Erich
I get that kind of error too, along with a few others I don't understand. I have no idea what's going on. Help us, someone. :-(