Error when adding Tracker and Twist Plugins
Posted: Sat Jul 17, 2004 7:32 am
Before the patches screwed everything up I had the MQ2Twist and MQ2Tracker working.
This time when I go to add them in everything else compiles correctly.
However, when I try to add these, whether done individually after compiling the basic stuff with no errors, as a group after main compile, or starting totally fresh and adding them before the main compile, I get errors on all three about not being able to access the detour.lib file.
I had Track and twist working fine before.
I'm using Win XP with VS6 with the right updates.
The lib file(s) are there in the detour directory.
Everything else seems to be working fine.
This time when I go to add them in everything else compiles correctly.
However, when I try to add these, whether done individually after compiling the basic stuff with no errors, as a group after main compile, or starting totally fresh and adding them before the main compile, I get errors on all three about not being able to access the detour.lib file.
I had Track and twist working fine before.
I'm using Win XP with VS6 with the right updates.
Code: Select all
--------------------Configuration: MQ2Tracking - Win32 Release--------------------
Compiling...
MQ2Tracking.cpp
EQLIB_IMPORTS
Linking...
LINK : fatal error LNK1104: cannot open file "detours.lib"
Error executing link.exe.
MQ2Tracking.exe - 1 error(s), 0 warning(s)
--------------------Configuration: MQ2Twist - Win32 Release--------------------
Compiling...
MQ2Twist.cpp
EQLIB_IMPORTS
Linking...
LINK : fatal error LNK1104: cannot open file "detours.lib"
Error executing link.exe.
MQ2Twist.exe - 1 error(s), 0 warning(s)
Everything else seems to be working fine.