• 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 LIB ERROR iostreams

Svira

Active Member
Joined
Jan 27, 2008
Messages
268
Solutions
11
Reaction score
36
I have libraries installed in "c:/local", but I still encounter the error:
Code:
LNK1104: cannot open file "libboost_iostreams-vc143-mt-x64-1_84.lib".
The paths seem to be set correctly. This pertains to the OTX 3.2 server; I've never had this issue before, always using the same resources. I've reinstalled everything multiple times. Any ideas?

#edit windows + visual studio 2022
 
Last edited:
so c:/local/libboost_iostreams-vc143-mt-x64-1_84.lib exists?

if so, you're lib paths haven't been configured correctly.
 
Back
Top