Page 1 of 5

pointing to header files

Posted: Mon Mar 06, 2006 8:02 pm
by deathlyranja
how do you point the sln to the header files for this compile? using vb.net

Posted: Mon Mar 06, 2006 9:17 pm
by fearless
use isxeq.sln?

Posted: Mon Mar 06, 2006 10:20 pm
by deathlyranja
fearless wrote:use isxeq.sln?
i am using the isxeq.sln and this is my output
------ Build started: Project: MQ2Main, Configuration: Release Win32 ------

MQ2Main - up-to-date.


------ Build started: Project: ISXEQ, Configuration: Release Win32 ------

Compiling...
MQ2Windows.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\isxeq.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
MQ2Utilities.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\isxeq.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
MQ2Spawns.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\isxeq.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
MQ2Mouse.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\isxeq.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
MQ2Main.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\isxeq.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
MQ2KeyBinds.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\isxeq.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
MQ2Globals.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\isxeq.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
MQ2DetourAPI.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\isxeq.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
MQ2DataTypes.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\isxeq.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
MQ2Data.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\ISXEQ.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
MQ2CleanUI.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\ISXEQ.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
MQ2ChatHook.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\ISXEQ.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
MQ2Benchmarks.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\ISXEQ.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
EQClasses.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\ISXEQ.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
ISXEQUtilities.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\ISXEQ.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
ISXEQTopLevelObjects.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\ISXEQ.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
ISXEQServices.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\ISXEQ.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
ISXEQPulse.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\ISXEQ.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
ISXEQDataTypes.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\ISXEQ.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
ISXEQCommands.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\ISXEQ.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
Generating Code...
Compiling...
ISXEQCommandAPI.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\ISXEQ.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
ISXEQ.cpp
c:\ISXEQ COMPILE\MQ2Main\ISXEQ\ISXEQ.h(18) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
Generating Code...

Build log was saved at "file://c:\Isxeq compile\MQ2Main\ISXEQIntermediate\BuildLog.htm"
ISXEQ - 22 error(s), 0 warning(s)


------ Build started: Project: ISXEQTelnet, Configuration: Release Win32 ------

Compiling...
ISXEQTelnet.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(60) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory

Build log was saved at "file://c:\Isxeq compile\mq2telnet\ISXEQTelnetIntermediate\BuildLog.htm"
ISXEQTelnet - 1 error(s), 0 warning(s)


------ Build started: Project: ISXEQLabels, Configuration: Release Win32 ------

Compiling...
ISXEQLabels.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(60) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory

Build log was saved at "file://c:\Isxeq compile\MQ2Labels\ISXEQLabelsIntermediate\BuildLog.htm"
ISXEQLabels - 1 error(s), 0 warning(s)


------ Build started: Project: ISXEQItemDisplay, Configuration: Release Win32 ------

Compiling...
ISXEQItemDisplay.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(60) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory

Build log was saved at "file://c:\Isxeq compile\MQ2ItemDisplay\ISXEQItemDisplayIntermediate\BuildLog.htm"
ISXEQItemDisplay - 1 error(s), 0 warning(s)


------ Build started: Project: ISXEQLegacy, Configuration: Release Win32 ------

Compiling...
MQ2Windows.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(71) : fatal error C1083: Cannot open include file: 'winthreading.h': No such file or directory
MQ2Utilities.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(71) : fatal error C1083: Cannot open include file: 'winthreading.h': No such file or directory
MQ2Spawns.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(71) : fatal error C1083: Cannot open include file: 'winthreading.h': No such file or directory
MQ2Pulse.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(71) : fatal error C1083: Cannot open include file: 'winthreading.h': No such file or directory
MQ2ParseAPI.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(71) : fatal error C1083: Cannot open include file: 'winthreading.h': No such file or directory
MQ2Mouse.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(71) : fatal error C1083: Cannot open include file: 'winthreading.h': No such file or directory
MQ2MacroCommands.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(71) : fatal error C1083: Cannot open include file: 'winthreading.h': No such file or directory
MQ2DataVars.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(71) : fatal error C1083: Cannot open include file: 'winthreading.h': No such file or directory
MQ2DataTypes.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(71) : fatal error C1083: Cannot open include file: 'winthreading.h': No such file or directory
MQ2DataAPI.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(71) : fatal error C1083: Cannot open include file: 'winthreading.h': No such file or directory
MQ2Data.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(71) : fatal error C1083: Cannot open include file: 'winthreading.h': No such file or directory
MQ2Commands.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(71) : fatal error C1083: Cannot open include file: 'winthreading.h': No such file or directory
MQ2CommandAPI.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(71) : fatal error C1083: Cannot open include file: 'winthreading.h': No such file or directory
LegacyGlobals.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(71) : fatal error C1083: Cannot open include file: 'winthreading.h': No such file or directory
ISXEQLegacyEngine.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(71) : fatal error C1083: Cannot open include file: 'winthreading.h': No such file or directory
ISXEQLegacy.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(71) : fatal error C1083: Cannot open include file: 'winthreading.h': No such file or directory
Generating Code...

Build log was saved at "file://c:\Isxeq compile\ISXEQLegacy\ISXEQLegacyIntermediate\BuildLog.htm"
ISXEQLegacy - 16 error(s), 0 warning(s)


------ Build started: Project: ISXEQCustomBinds, Configuration: Release Win32 ------

Compiling...
ISXEQCustomBinds.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(60) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory

Build log was saved at "file://c:\Isxeq compile\MQ2CustomBinds\ISXEQCustomBindsIntermediate\BuildLog.htm"
ISXEQCustomBinds - 1 error(s), 0 warning(s)


------ Build started: Project: ISXEQChatWnd, Configuration: Release Win32 ------

Compiling...
ISXEQChatWnd.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(60) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory

Build log was saved at "file://c:\Isxeq compile\MQ2ChatWnd\ISXEQChatWndIntermediate\BuildLog.htm"
ISXEQChatWnd - 1 error(s), 0 warning(s)


------ Build started: Project: ISXEQChat, Configuration: Release Win32 ------

Compiling...
ISXEQChat.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(60) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory

Build log was saved at "file://c:\Isxeq compile\MQ2Chat\ISXEQChatIntermediate\BuildLog.htm"
ISXEQChat - 1 error(s), 0 warning(s)


------ Build started: Project: ISXEQMap, Configuration: Release Win32 ------

Compiling...
MQ2MapCommands.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(60) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
MQ2MapAPI.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(60) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
MQ2Map.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(60) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
ISXEQMapCommands.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(60) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
ISXEQMap.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(60) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory
Generating Code...

Build log was saved at "file://c:\Isxeq compile\MQ2Map\ISXEQMapIntermediate\BuildLog.htm"
ISXEQMap - 5 error(s), 0 warning(s)


------ Build started: Project: ISXEQEQIM, Configuration: Release Win32 ------

Compiling...
ISXEQEQIM.cpp
c:\ISXEQ COMPILE\MQ2Main\MQ2Main.h(60) : fatal error C1083: Cannot open include file: 'isxdk.h': No such file or directory

Build log was saved at "file://c:\Isxeq compile\Mq2eqim\ISXEQEQIMIntermediate\BuildLog.htm"
ISXEQEQIM - 1 error(s), 0 warning(s)


------ Build started: Project: MQ2HUD, Configuration: Release Win32 ------

MQ2HUD - up-to-date.


------ Build started: Project: MQ2CustomBinds, Configuration: Release Win32 ------

MQ2CustomBinds - up-to-date.


------ Build started: Project: MQ2Bzsrch, Configuration: Release Win32 ------

MQ2Bzsrch - up-to-date.


------ Build started: Project: MQ2EQIM, Configuration: Release Win32 ------

MQ2EQIM - up-to-date.


------ Build started: Project: MQ2Irc, Configuration: Release Win32 ------

MQ2Irc - up-to-date.


------ Build started: Project: MQ2EQBugFix, Configuration: Release Win32 ------

MQ2EQBugFix - up-to-date.


------ Build started: Project: MQ2Telnet, Configuration: Release Win32 ------

MQ2Telnet - up-to-date.


------ Build started: Project: MQ2ChatWnd, Configuration: Release Win32 ------

MQ2ChatWnd - up-to-date.


------ Build started: Project: MQ2ItemDisplay, Configuration: Release Win32 ------

MQ2ItemDisplay - up-to-date.


------ Build started: Project: MQ2Map, Configuration: Release Win32 ------

MQ2Map - up-to-date.


------ Build started: Project: MQ2Labels, Configuration: Release Win32 ------

MQ2Labels - up-to-date.


------ Build started: Project: MQ2Chat, Configuration: Release Win32 ------

MQ2Chat - up-to-date.


---------------------- Done ----------------------

Build: 13 succeeded, 10 failed, 0 skipped


Posted: Mon Mar 06, 2006 10:26 pm
by Lax

Posted: Mon Mar 06, 2006 11:18 pm
by Red-One
fearless go owned :wink:

-Red

Posted: Tue Mar 07, 2006 7:26 am
by fearless
. . . yeah . . . nokay.

Posted: Tue Mar 07, 2006 8:38 pm
by deathlyranja
Thx alot that helped resolve my question lax. I appreciate it.

Re: pointing to header files

Posted: Tue Jul 08, 2025 1:35 am
by xyilla

Re: pointing to header files

Posted: Tue Jul 08, 2025 1:36 am
by xyilla

Re: pointing to header files

Posted: Tue Jul 08, 2025 1:37 am
by xyilla

Re: pointing to header files

Posted: Tue Jul 08, 2025 1:38 am
by xyilla

Re: pointing to header files

Posted: Tue Jul 08, 2025 1:39 am
by xyilla

Re: pointing to header files

Posted: Tue Jul 08, 2025 1:40 am
by xyilla

Re: pointing to header files

Posted: Tue Jul 08, 2025 1:41 am
by xyilla

Re: pointing to header files

Posted: Tue Jul 08, 2025 1:43 am
by xyilla