PDA

View Full Version : Need help compiling to DLL



soakes94
08-18-2010, 12:10 PM
I'm using SharpDevelop and I have been sent a add in for vixen in the code but I cant work out how to compile it so I have a DLL file, I have attached it to this, could someone make it a DLL for me and attach it?

Thanks :)

mheuer
08-18-2010, 12:36 PM
Here's the DLL. :)

In SharpDevelop in the menu bar, choose 'Project', then 'Add reference'.

Then in this dialog, select the '.NET Assembly Browser' tab.
Then browse for, and add the 'Vixen.exe' version of your choice (I used 2.1.1.0 for the DLL).

I could be way off though, as I don't know much about .NET apps.

soakes94
08-18-2010, 12:51 PM
That's great thanks :)

rjchu
08-18-2010, 05:17 PM
Just curious, what's your plugin intended to do? I'm thinking of dipping a toe into the plugin dev area and since you've sent out your source it would be a good learning example for me.

Thanks,

-joni-



I'm using SharpDevelop and I have been sent a add in for vixen in the code but I cant work out how to compile it so I have a DLL file, I have attached it to this, could someone make it a DLL for me and attach it?

Thanks :)

soakes94
08-19-2010, 01:11 PM
Just curious, what's your plugin intended to do? I'm thinking of dipping a toe into the plugin dev area and since you've sent out your source it would be a good learning example for me.

Thanks,

-joni-

This isn't actually my code lol, it was written by Chris Belloni, whos on DIYC but I cant remember his username lol

cbell
08-20-2010, 07:58 AM
Just curious, what's your plugin intended to do? I'm thinking of dipping a toe into the plugin dev area and since you've sent out your source it would be a good learning example for me.

Thanks,

-joni-

It was more or less meant as an experiment to see how addin/plugin writing worked. It is just a window with a couple of sliders. It is almost exactly what KC put into 2.5 for the "Test Console". It was written for 2.1. All of the information is here.

http://doityourselfchristmas.com/forums/showthread.php?t=7448

@soakes94, my apologies for not remembering this thread earlier. It has the compiled DLL and the project files and all the information for the addin.