I have COM server written in VC++ 6
And I'm migrating this aplication to VS2005, i've reach a good level in my project but now I have this famous erros LNK2005.
I know the cause :( #include) calls the same file 2 times
but I should let the code without changes cuz it's not mine
so if you can give me an idea to resolve this problem just by modifying project properties or by adding some macros in header files
And I'm migrating this aplication to VS2005, i've reach a good level in my project but now I have this famous erros LNK2005.
I know the cause :( #include) calls the same file 2 times
but I should let the code without changes cuz it's not mine
so if you can give me an idea to resolve this problem just by modifying project properties or by adding some macros in header files
Comment