bigint icon indicating copy to clipboard operation
bigint copied to clipboard

Linker Tools Error LNK2005 Fix

Open HobbyistGuy opened this issue 1 year ago • 0 comments

Fix 1.) Cleared 30 LNK2005 errors with various functions preventing VS2022 from compiling and running program using inline solution found on internet.

Fix 2.) Cleared 1 C4018 warning by changing the shortDivide function's long long temp to unsigned long long temp.

Note: I'm an amateur programmer so these may not be the proper solutions however at the least they can serve as temporary fixes if nothing else.

LNK2005 Solution Source: https://docs.microsoft.com/en-us/cpp/error-messages/tool-errors/linker-tools-error-lnk2005?f1url=%3FappId%3DDev16IDEF1%26l%3DEN-US%26k%3Dk(LNK2005)%26rd%3Dtrue&view=msvc-170

HobbyistGuy avatar Aug 29 '22 21:08 HobbyistGuy