• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Error LNK1104

Fifflaren

Art of Conquest
Joined
Dec 11, 2018
Messages
154
Solutions
1
Reaction score
50
I saw a POST about this but I wasnt able to solve my error using that post.

Im trying to compile thisboosterror.PNG

Any ideas?
 
Bash:
set VCPKG_DEFAULT_TRIPLET=x64-windows
set VCPKG_TARGET_ARCHITECTURE=x64
set VCPKG_LIBRARY_LINKAGE=dynamic
set VCPKG_CRT_LINKAGE=static

try running these commands the same place you ran vcpkg to install the libraries
then do
vcpkg upgrade
if that doesn't show really strange out put, actually do it
vcpkg upgrade --no-dry-run

Then try compiling again.
 
Bash:
set VCPKG_DEFAULT_TRIPLET=x64-windows
set VCPKG_TARGET_ARCHITECTURE=x64
set VCPKG_LIBRARY_LINKAGE=dynamic
set VCPKG_CRT_LINKAGE=static

try running these commands the same place you ran vcpkg to install the libraries
then do
vcpkg upgrade
if that doesn't show really strange out put, actually do it
vcpkg upgrade --no-dry-run

Then try compiling again.
Ty bruv, I will give it a try and let you know
 
Bash:
set VCPKG_DEFAULT_TRIPLET=x64-windows
set VCPKG_TARGET_ARCHITECTURE=x64
set VCPKG_LIBRARY_LINKAGE=dynamic
set VCPKG_CRT_LINKAGE=static

try running these commands the same place you ran vcpkg to install the libraries
then do
vcpkg upgrade
if that doesn't show really strange out put, actually do it
vcpkg upgrade --no-dry-run

Then try compiling again.
Im not 100% sure I did everything correctly but I got this in cmd :
Idonknowtobehonest.PNG

And I still got the same error in v.studio
 

Attachments

Back
Top