• 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

Banned User
Joined
Jan 27, 2008
Messages
361
Solutions
13
Reaction score
106
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:
Had the same issue heres what worked for me:
1. Right click project -> Properties → Linker → General → Additional Library Directories

2. Enter path for the .lib file

3.Done, now rebuild
 
Back
Top