Page 1 of 1

Cant Figure this out

Posted: Wed Oct 13, 2004 4:58 am
by bryce024
Okay I have microsoft visual 6.0++ sp6. After running the auth file.. when i go to f7 (batch build) i get the following errors:

Deleting intermediate files and output files for project 'MQ2Main - Win32 Release'.
--------------------Configuration: MQ2Main - Win32 Release--------------------
Compiling...
EQClasses.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2Auth.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2Benchmarks.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2ChatHook.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2CleanUI.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2CommandAPI.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2Commands.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2Data.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2DataAPI.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2DataTypes.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2DataVars.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2DetourAPI.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2DInput.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2Globals.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2KeyBinds.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2MacroCommands.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2Main.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2Mouse.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2ParseAPI.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2PluginHandler.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2Pulse.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2Spawns.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2Utilities.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
MQ2Windows.cpp
C:\mq\MQ2Main.h(34) : fatal error C1083: Cannot open include file: '..\Dxsdk81\include\dinput.h': No such file or directory
Error executing cl.exe.

MQ2Main.dll - 24 error(s), 0 warning(s)


I have read and reread the instructions a million times.. any clues or help? I have scoured the boards cannot find any reference to this error

Posted: Wed Oct 13, 2004 5:04 am
by mercdev
dinput.h was taken from the The Microsoft DirectX 8.1b Software Development Kit

The full SDK is available from www.microsoft.com
You can either go the long route and install the SDK, which wouldn't solve your problem :twisted: , or just fix the include reference

Code: Select all

#include "..\Dxsdk81\include\dinput.h"
make sure the dXsdk81 folder was created when you unzipped the source too.

nope

Posted: Wed Oct 13, 2004 5:13 am
by bryce024
Thanks for the help.. .wihen i download the source no dXsdk81 directory is created.. what path do i create this folder in? c:\mq?

oh and where do i insert that line of code? ::blush::

And lastly does it matter that I have directx9.0c?

Posted: Wed Oct 13, 2004 5:25 am
by Cr4zyb4rd
Thanks for the help.. .wihen i download the source no dXsdk81 directory is created.. what path do i create this folder in? c:\mq?
It's in the zip. If it's not being created you're using a crappy unzipper or using it incorrectly.

Heh

Posted: Wed Oct 13, 2004 5:32 am
by bryce024
Um sorry musta smoked myself stupid.. had the check off create directories in winzip.. heh blush