Post Reply Home » Forums » MMO Forums » EverQuest 2 » EverQuest 2 Premium Discussions

Creating a Visual Studio VB plugin that uses eq2service : EverQuest 2 Premium Discussions

Posted: July 28th, 2006
User avatar
Premium
Total Posts:46 Joined:2005
I know there used to be an empty plugin for visual studio in VB. I try following the C# example but you can't get to the IXUplugin portion of the DLL in VB. So I'm stymied right at the start.

I have my working vbscript harvester to convert over and want to add gui interface etc... Just need a way to make the plugin open up and a way to load the eq2service.

Thanks
Posted: July 29th, 2006
User avatar
administrator
Total Posts:29892 Joined:2002
Sent to a tech.
Posted: July 29th, 2006
User avatar
Premium
Total Posts:6662 Joined:2004
Havnt looked at vb.net, but cant you add a reference to the IXUPlugin interface and it should add in all the stubs for it?

_________________
Use Search first, ask questions later!
Posted: July 30th, 2006
User avatar
Premium
Total Posts:46 Joined:2005
In C# I can reference the IXUPlugin and get the stubs but if I'm using VB when I reference the XUNleashed GUI the IXUplugin isn't available for selection.

I'm assuming once the IXUPlugin can be referenced so I can "Create the Plugin" I can use the xupluginhelper to load the service etc...
Posted: August 3rd, 2006
User avatar
Premium
Total Posts:6662 Joined:2004
You have to somehow "ADD" the interface to your vb app. Just referencing the uxgui wont do anything.

I wish i knew more vb.net to help. :(

_________________
Use Search first, ask questions later!
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: Amazon [Bot] and 38 guests
Post Reply