Hello anyone,
I am a new visual studio C++ user. and i had the same problem that " error LNK2019: unresolved external symbol ". Now i solved it through your tellings ( menu Project --> Properties (bottom item of the popup menu) -->expand the Configuration Properties tab --> Linker --> Input. The first line on the right side is "Additional Dependencies". Add the name of the library there. "
and then i deleted the compile generated files and rebuild. the error is shown :
1>Generating Code...
1>Linking...
1>release\appio.lib : fatal error LNK1136: invalid or corrupt file
Do you have any idea to solve it?
Thanks alot in advance....