tags:

views:

49

answers:

1

MSVRTD.lib(crtexe.obj):error LNK2001:unresolved external symbol _main fatal error LNK1120:1resolved externals link.exe

A: 

Most probably you're missing a main() function in one of your translation units.

mbaitoff