< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
Has anyone been able to link and run the basicRegister
project under Windows? I’m using VisualStudio 2003
and the linker is upset about a number of multiply defined symbols that already
appear in dum.lib. The redundant symbols are
typically std methods like std::ios_base::width(int)". There is just some default lib getting suck in
twice, but I’ve not had time to track it down. If anyone has already figured out the fix, please let me
know. |