Post Reply Home » Forums » Lord of the Rings Online » LOTRO - Bots and Hacks » LOTROExtreme

C++? : LOTROExtreme

Posted: May 5th, 2007
dbgkitty
So, I have read through most of the forum posts and the internal API for LOTRO-E.

How do I code in c++ for this? Do I write a single c++ file and let the Exhume compile it or can I make a huge project and drop an .exe in the LOTROExtreme folder?

And the dll - same as with C#?

Thanks in advance.
Posted: May 5th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
Open up VS200X.Net. Start a c++ .net projects.

Set the output folder to be the LotroExtreme folder (or place lotroextreme in your project/release folder. Either way, lotroE has to be in the same folder as your .exe.

Next, addin a reference to LOTREWrapper.dll.

Next, create a LotrEWrapper object like similar:
LOTREWrapper myO = new LOTREWrapper();

then you can call things like myO.Player.Name etc.

Next, you can debug, compile, or whatever you want...

_________________
Use Search first, ask questions later!
Posted: May 6th, 2007
dbgkitty
Thanks a lot, I will see what I can do :)
Want Advertisements After The Last Post Removed? Create A Free Account!
blue large dotWho is online
Users browsing this forum: No registered users and 47 guests
Post Reply