[cs13001] Question on the lab

Mikhail Nesterenko mikhail at cs.kent.edu
Sun Oct 7 17:29:55 EDT 2012


> I am also getting two errors, and it says it cannot specify the code error. The errors state
> Error LNK 2019: unresolved external symbol _main referenced in function ___tmainCRTstartup

This means that the linker could not find the function main(). Would
it be possible that you misspelled it or forgot to define it?

Thanks,
--
Mikhail


More information about the cs13001 mailing list