Hey
Ok recently downloaded MacroQuest 2, and I'm trying to get it to run. I get to the point when I'm about to compile and build the dll's. I'm using Visual C++ 2005. After I select what I want and click build. It fails at compiling all dll's. I get this error:
"fatal error C1083: Cannot open include file: 'windows.h': No such file or directory"-I get that on every attempt for building the dll's. Now, the strange part is, is that I have the file "windows.h", I did the MS Platform SDK updates, Core SDK and MDAC SDK V2.7. The "windows.h" file is in directory "C:\program files\microsoft SDK\include"...should it be somewhere else? I followed the instructions in the manual that is on www.macroquest2.com.
I also tried it another way, I had a friend of mine send me his folder that had all of the dll's, macroquest 2.exe...etc (everything you would have after building the dll's). Everything went fine, except when I went to run MQ2. I got this error:
"This copy of MacroQuest is not authorized to run on your machine. Please use the MQ2Auth system to correct the problem."-Is this expected? However, they are the exact same files my friend uses to run MQ, and it works fine with no problem...Is there a way around this?
If not I need help with what I said earlier. That "windows.h" file is causing a problem, but I do have the file, but it says it's not there. Please help me out, been trying to get it to work for 13-15 hours now. Please help me anyway you can and/or tell me what the problem is.
Here is the log of what happens when I try to compile:
------ Build started: Project: MQ2Main, Configuration: Release Win32 ------
Compiling...
MQ2Windows.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2Utilities.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2Spawns.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2Pulse.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2PluginHandler.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2ParseAPI.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2Mouse.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2Main.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2MacroCommands.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2KeyBinds.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2Globals.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2DInput.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2DetourAPI.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2DataVars.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2DataTypes.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2DataAPI.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2Data.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2Commands.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2CommandAPI.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2CleanUI.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Generating Code...
Compiling...
MQ2ChatHook.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2Benchmarks.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2Auth.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
EQClasses.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Generating Code...
Build log was saved at "file://c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\Intermediate\BuildLog.htm"
MQ2Main - 24 error(s), 0 warning(s)
------ Build started: Project: MQ2Bzsrch, Configuration: Release Win32 ------
Compiling...
MQ2Bzsrch.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Build log was saved at "file://c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Bzsrch\Intermediate\BuildLog.htm"
MQ2Bzsrch - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2EQIM, Configuration: Release Win32 ------
Compiling...
MQ2EQIM.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Build log was saved at "file://c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2EQIM\Intermediate\BuildLog.htm"
MQ2EQIM - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2Irc, Configuration: Release Win32 ------
Compiling...
MQ2Irc.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Build log was saved at "file://c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Irc\Intermediate\BuildLog.htm"
MQ2Irc - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2CustomBinds, Configuration: Release Win32 ------
Compiling...
MQ2CustomBinds.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Build log was saved at "file://c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2CustomBinds\Intermediate\BuildLog.htm"
MQ2CustomBinds - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2HUD, Configuration: Release Win32 ------
Compiling...
MQ2HUD.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Build log was saved at "file://c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2HUD\Intermediate\BuildLog.htm"
MQ2HUD - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2EQBugFix, Configuration: Release Win32 ------
Compiling...
MQ2EQBugFix.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Build log was saved at "file://c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2EQBugFix\Intermediate\BuildLog.htm"
MQ2EQBugFix - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2Telnet, Configuration: Release Win32 ------
Compiling...
WinTelnet.cpp
WinTelnet.cpp(1) : fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory
TelnetServer.cpp
TelnetServer.cpp(3) : fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory
mq2telnet.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Generating Code...
Build log was saved at "file://c:\Documents and Settings\JasonD\Desktop\New Folder\mq2telnet\Intermediate\BuildLog.htm"
MQ2Telnet - 3 error(s), 0 warning(s)
------ Build started: Project: MQ2ChatWnd, Configuration: Release Win32 ------
Compiling...
MQ2ChatWnd.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Build log was saved at "file://c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2ChatWnd\Intermediate\BuildLog.htm"
MQ2ChatWnd - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2ItemDisplay, Configuration: Release Win32 ------
Compiling...
MQ2ItemDisplay.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Build log was saved at "file://c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2ItemDisplay\Intermediate\BuildLog.htm"
MQ2ItemDisplay - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2Map, Configuration: Release Win32 ------
Compiling...
MQ2MapCommands.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2MapAPI.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
MQ2Map.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Generating Code...
Build log was saved at "file://c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Map\Intermediate\BuildLog.htm"
MQ2Map - 3 error(s), 0 warning(s)
------ Build started: Project: MQ2Labels, Configuration: Release Win32 ------
Compiling...
MQ2Labels.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Build log was saved at "file://c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Labels\Intermediate\BuildLog.htm"
MQ2Labels - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2Chat, Configuration: Release Win32 ------
Compiling...
MQ2Chat.cpp
c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Main\MQ2Main.h(31) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Build log was saved at "file://c:\Documents and Settings\JasonD\Desktop\New Folder\MQ2Chat\Intermediate\BuildLog.htm"
MQ2Chat - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 13 failed, 0 up-to-date, 0 skipped ==========




donations for this month's patches.