Is there anyway to debug a link error?
After looking up LNK 2005 in MSDN where do I go next??
Thanks
David
Not really.
If you are using a header with a static library you should try getting the latest version of the static library.
Otherwise if you have link errors is you own programs it maybe because you declared a funtion and forgot to define it.Check for these and fix them.
Link error occur when the linker cant find the modules(funtions,externs) the compiler reffers.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.