isexq compiling instructions?

Moderator: MacroQuest Developers

lump
decaying skeleton
decaying skeleton
Posts: 6
Joined: Thu Apr 30, 2009 12:20 pm

isexq compiling instructions?

Post by lump » Thu Apr 30, 2009 12:29 pm

I knwo they haev to be somewher eI jsut can't find instructions on compiling isxeq spefically. I found mention that certain fiels needed to be included in the project options to link to the isxdk, which i did but it still wont compile as for some reason it still cant find isxdk.h ( i think thats the name im at work atm) any assitance to get me on my feet would be much appreciated. also does anyone know of any IS extensions or isxeq scripts that will login mutiple characters? I am slo tryign to figure out how to invite multiple toons into a group. Im not so great with scripting and coding, and of course im poor so i cant pay someone for fresh code but even examples of these types of funcions would help immensely if i have some kind of an example to wrok from.

thanks for any help.

lump
decaying skeleton
decaying skeleton
Posts: 6
Joined: Thu Apr 30, 2009 12:20 pm

Post by lump » Thu Apr 30, 2009 12:30 pm

also i am using VS 2008 to compile the isxeq.sln

MQ_Wannabe
Custom Builder
Custom Builder
Posts: 27
Joined: Wed Nov 12, 2003 9:51 pm

Post by MQ_Wannabe » Fri May 01, 2009 10:07 am


lump
decaying skeleton
decaying skeleton
Posts: 6
Joined: Thu Apr 30, 2009 12:20 pm

Post by lump » Mon May 11, 2009 12:57 pm

ok noob question 2. I finally got a good compile after doing it all over again.

I have looked but for some reason cannot find how to load isxeq from inner space. another link to instructions would be appreciated ty.

lump
decaying skeleton
decaying skeleton
Posts: 6
Joined: Thu Apr 30, 2009 12:20 pm

Post by lump » Tue May 12, 2009 10:48 am

can anyone help me out a bit? I cant find documentation that erally answers the question. Is there soemplace I can donate? Soemeon who i also muddlign through using ISXEQ with Innerspace btu has had more success perhaps?

I have successfuly compiled isxeq, got it to load usign ext isxeq. after that i tried laoding isxeqmap to see what the extension does but it woudlnt load. i tried to laod some of the other extensions and got forcefully disconencted on each attempt.

I am guessing i should haev an ISS setup to autoload this stuff once i start innerspace but im nto sure how to accomplish that yet.

I am more than happy to be redirected to links on other sites or manuals or faq's i haevnt found yet. ive also been trying on isxmods.com withotu much success.

If anyone has the time please let me know. I want to setup some very basic automation and see if i can view IRC or Ventrilo within EQ.

gruntsters
a lesser mummy
a lesser mummy
Posts: 59
Joined: Mon Jul 24, 2006 12:19 am

Post by gruntsters » Wed May 13, 2009 1:31 am

http://www.lavishsoft.com/wiki/index.php/Inner_Space

look at basic usage. You need to load isxeq.

lump
decaying skeleton
decaying skeleton
Posts: 6
Joined: Thu Apr 30, 2009 12:20 pm

Post by lump » Wed May 13, 2009 8:13 am

I appreciate the assist but all it says is to laod extensions with the extension command. I know i sonud liek the millionth noob to post in here but the documentation doesnt help folks like me very much. ive been goign back and forth between the isxeq wiki, forums, mq2 wiki forums, knowledgabse, IS knowledgebase, tehre s so many places to lookfor this stuff i get confused.

Im getting discouraged before I can ven get started. if anyone would be willing to give me an hour or so of help one afternoon i would be eternally grateful.

spanners
a lesser mummy
a lesser mummy
Posts: 56
Joined: Wed Jul 04, 2007 3:02 pm

Post by spanners » Wed May 13, 2009 11:39 am

On Vista 64 with Visual C++ Express 2008, I need to have the following line in my MQ2Main.h:
#pragma comment(lib,"user32.lib")

Place that under:
#pragma warning(disable:4530)
#pragma warning(disable:4786)

And recompile.

Then put ISXEQ.dll, ISXEQMap.dll into InnerSpace/Extensions directory.

In InnerSpace console:
ext isxeq
ext isxeqmap

gruntsters
a lesser mummy
a lesser mummy
Posts: 59
Joined: Mon Jul 24, 2006 12:19 am

Post by gruntsters » Wed May 13, 2009 9:43 pm


lump
decaying skeleton
decaying skeleton
Posts: 6
Joined: Thu Apr 30, 2009 12:20 pm

Post by lump » Thu May 14, 2009 12:00 pm

ok, see it's stuff liek that I have such a hard time finding. that did help. now i have to figure out how to make a startup script that will load the extensions i want for each session of eq im opening, as I dont want to have t type it in all the ext commands for every window.

the evntrilo ext will no load as it sys it was made with the 17 api and IS now usees the 18 API. ( not the correct verbage but im sure someone gets what mi talking about) i recall lax saying he had to update it at somepoint.

Oh and i did sucessfully laod isxeqmap extension but it doesnt appear to do anything unless i just am guessing wrogn as to its purpose. I assumed it showed perhaps npc/pc locations on your eq map btu that doesnt appear to be the case.