-
Compiling Error
I'm not really familiar with VC++
And not at all with including libraries.
I get this error when I try to compile my WorldServer.
Code:
WorldServer fatal error LNK1181: cannot open input file 'd3dx9dt.lib'
I already changed this:
Microsoft Visual C++
>> Tools
>> Options..
>> Projects
>> VC++ Directorys
>> Show directories for: Include files
>> Added this folder: C:\Users\Administrator\Desktop\SRC\OFFI SRC!\Lib
>> Clicked Ok
>> Build it with "Release" setting.
But sadly enough that didn't work:mad:
If you know how to fix this little problem, please post a reply :thumbup1:
-
Re: Compiling Error
Place a ; between the existing ..\_Network\Mcl\Lib\Release and ..\Lib
i.e.
Code:
..\_Network\Mcl\Lib\Release;..\Lib