Link to home
Start Free TrialLog in
Avatar of williammexico2003
williammexico2003

asked on

error LNK2020: unresolved token (0A00000B) ??_7type_info@@6B@

Hello there

When i try to build my project i get the following 4 errors

error LNK2020: unresolved token (0A00000B) ??_7type_info@@6B@
error LNK2020: unresolved token (0A00000C) cin
error LNK2020: unresolved token (0A00000D) cout
fatal error LNK1120: 3 unresolved externals

What are they and how can they be resolved.

Thanks you very much



Avatar of jkr
jkr
Flag of Germany image

It seems that the C++ runtime library is missing.
ASKER CERTIFIED SOLUTION
Avatar of guitaristx
guitaristx

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Um, if

/GR

is missing from the compiler options, it would explain that error.