Missmouse7606
October 14th, 2004, 03:25 PM
I am getting the following Link errors. LNK2001 and LNK2019. Can anyone help/explain these to me?
Thanks!
Thanks!
|
Click to See Complete Forum and Search --> : Upgrading App. from 4.0 to .NET Missmouse7606 October 14th, 2004, 03:25 PM I am getting the following Link errors. LNK2001 and LNK2019. Can anyone help/explain these to me? Thanks! MrViggy October 14th, 2004, 05:25 PM Given the information you've provided: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/LNK2001.asp and http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/vcerrLinkerToolsErrorLNK2019.asp You have some unresolved external symbols. Symbols that are "declared", but are never actually "created." One example would be to declare a variable in a header file, using the keywork "extern", but never actually creating the variable in one of your source files. Viggy codeguru.com
Copyright WebMediaBrands Inc., All Rights Reserved. |