LNK1140 errors when bulding
I have started to relearn C++ 6.0. i have reloaded my MS 6.0 in my newer Vista PC. I have "Beginning Visual C++" Ivor Horton 1998. The Trial Run program gets LNK1140 errors when building. I downloaded the available code from WROX and it builds fine with no errors from the download site. i notice that there is not "void" and there is an additional "using namespace std" . I changed my code to reflect the differences and I still get the same error messages.
What's up? Thanks
|