Cant Figure this out

Need help running MacroQuest2? Ask your questions about how to get things to work on your computer.

Moderator: MacroQuest Developers

bryce024
decaying skeleton
decaying skeleton
Posts: 3
Joined: Wed Oct 13, 2004 4:55 am

Cant Figure this out

Post by bryce024 » Wed Oct 13, 2004 4:58 am

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

mercdev
a lesser mummy
a lesser mummy
Posts: 52
Joined: Thu Jul 29, 2004 7:22 pm

Post by mercdev » Wed Oct 13, 2004 5:04 am

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.
1. [url=http://macroquest2.com/includes/manual.php]RTFM[/url]
2. [url=http://macroquest2.com/phpBB2/search.php]Search is your friend[/url]
3. [url=http://www.macroquest2.com/main.php?p=download]Download MQ2[/url]

bryce024
decaying skeleton
decaying skeleton
Posts: 3
Joined: Wed Oct 13, 2004 4:55 am

nope

Post by bryce024 » Wed Oct 13, 2004 5:13 am

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?
Last edited by bryce024 on Wed Oct 13, 2004 5:28 am, edited 1 time in total.

User avatar
Cr4zyb4rd
Plugins Czar
Posts: 1449
Joined: Tue Jul 20, 2004 11:46 am

Post by Cr4zyb4rd » Wed Oct 13, 2004 5:25 am

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.

bryce024
decaying skeleton
decaying skeleton
Posts: 3
Joined: Wed Oct 13, 2004 4:55 am

Heh

Post by bryce024 » Wed Oct 13, 2004 5:32 am

Um sorry musta smoked myself stupid.. had the check off create directories in winzip.. heh blush