pointing to header files

Moderator: MacroQuest Developers

deathlyranja
a hill giant
a hill giant
Posts: 167
Joined: Sun Dec 11, 2005 8:10 pm

pointing to header files

Post by deathlyranja » Mon Mar 06, 2006 8:02 pm

how do you point the sln to the header files for this compile? using vb.net

User avatar
fearless
Not a Psychic
Posts: 2684
Joined: Wed Mar 10, 2004 3:52 pm

Post by fearless » Mon Mar 06, 2006 9:17 pm

use isxeq.sln?
Reading . . . it's not just for me.

[url=http://www.catb.org/~esr/faqs/smart-questions.html]How To Ask Questions The Smart Way[/url]
[quote="Ccomp5950"]Fearless showed me the light, you too shall learn.[/quote]

deathlyranja
a hill giant
a hill giant
Posts: 167
Joined: Sun Dec 11, 2005 8:10 pm

Post by deathlyranja » Mon Mar 06, 2006 10:20 pm

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


Lax
We're not worthy!
We're not worthy!
Posts: 3524
Joined: Thu Oct 17, 2002 1:01 pm
Location: ISBoxer
Contact:

Post by Lax » Mon Mar 06, 2006 10:26 pm

Lax Lacks
Master of MQ2 Disaster
Purveyor of premium, EULA-safe MMORPG Multiboxing Software
* Multiboxing with ISBoxer: Quick Start Video
* EQPlayNice, WinEQ 2.0

Red-One
a ghoul
a ghoul
Posts: 143
Joined: Tue Dec 28, 2004 9:14 pm

Post by Red-One » Mon Mar 06, 2006 11:18 pm

fearless go owned :wink:

-Red

User avatar
fearless
Not a Psychic
Posts: 2684
Joined: Wed Mar 10, 2004 3:52 pm

Post by fearless » Tue Mar 07, 2006 7:26 am

. . . yeah . . . nokay.
Reading . . . it's not just for me.

[url=http://www.catb.org/~esr/faqs/smart-questions.html]How To Ask Questions The Smart Way[/url]
[quote="Ccomp5950"]Fearless showed me the light, you too shall learn.[/quote]

deathlyranja
a hill giant
a hill giant
Posts: 167
Joined: Sun Dec 11, 2005 8:10 pm

Post by deathlyranja » Tue Mar 07, 2006 8:38 pm

Thx alot that helped resolve my question lax. I appreciate it.

xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: pointing to header files

Post by xyilla » Tue Jul 08, 2025 1:35 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: pointing to header files

Post by xyilla » Tue Jul 08, 2025 1:36 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: pointing to header files

Post by xyilla » Tue Jul 08, 2025 1:37 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: pointing to header files

Post by xyilla » Tue Jul 08, 2025 1:38 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: pointing to header files

Post by xyilla » Tue Jul 08, 2025 1:39 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: pointing to header files

Post by xyilla » Tue Jul 08, 2025 1:40 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: pointing to header files

Post by xyilla » Tue Jul 08, 2025 1:41 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: pointing to header files

Post by xyilla » Tue Jul 08, 2025 1:43 am