Page 1 of 1

C#

Posted: December 11th, 2007, 1:22 pm
by powder
How does one use this to make c# programs?

Posted: December 11th, 2007, 3:33 pm
by wyvernx
Load up C#, and you can include the wrapper.dll to make calls to LOTROE. Note, that LOTROE must be up and running for the calls to work. Ie login to LOTROE, then you can run the c# program. I am still tweaking things alot.. eventually you wont need to load up lotroE.

I thought I included a basic c# program with this originally.. maybe it got lost.

Posted: January 17th, 2008, 9:53 am
by bmullins
I have created some stuff using LOTROExtreme with vbs no problem based on the vbs files which come with it.

I cannot add the DLL as a reference to a C# project in VS2003. I go to add reference and browse to the DLL, which I have copied to debug, bin and project root folders but it raises an error. I have added the DLL to the project already.

Can you post the original C# file you used or maybe a sample VS solution please Wyvernx?

Even some steps indicating how you managed to reference the DLL in Visual Studio would be great.