As stewy says "Victory is Mine"
-
Yoohoo - finally got my plugin thingy to work: * Each plugin is loaded into its own thread * No namespace or class name dependencys (thank you
.GetInterfaces
) ok, this is a personal victory, I was working with this for a week now :-) Credits go to: Leppie and Heath Stewert for pointing my compass in the right direction ! I ended up using a diffrent approach then the one you guys suggested but it got me started! Matthew Hazlett Windows 2000/2003 MCSE Never got an MCSD, go figure... -
Yoohoo - finally got my plugin thingy to work: * Each plugin is loaded into its own thread * No namespace or class name dependencys (thank you
.GetInterfaces
) ok, this is a personal victory, I was working with this for a week now :-) Credits go to: Leppie and Heath Stewert for pointing my compass in the right direction ! I ended up using a diffrent approach then the one you guys suggested but it got me started! Matthew Hazlett Windows 2000/2003 MCSE Never got an MCSD, go figure...Congrats! Finishing a tough part of a project is always exciting. :D John
"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek. -
Yoohoo - finally got my plugin thingy to work: * Each plugin is loaded into its own thread * No namespace or class name dependencys (thank you
.GetInterfaces
) ok, this is a personal victory, I was working with this for a week now :-) Credits go to: Leppie and Heath Stewert for pointing my compass in the right direction ! I ended up using a diffrent approach then the one you guys suggested but it got me started! Matthew Hazlett Windows 2000/2003 MCSE Never got an MCSD, go figure... -
In my PluginTest app.... yes... Matthew Hazlett Windows 2000/2003 MCSE Never got an MCSD, go figure...
-
In my PluginTest app.... yes... Matthew Hazlett Windows 2000/2003 MCSE Never got an MCSD, go figure...
-
In which case i'd be very interested to see that, i started trying to implement it myself a few weeks ago and got bogged down in various bits of documentation.
Heh, ok.... Your the second person to ask me this maybe I'll type up an article with what I learned. There are some great examples here like: http://www.codeproject.com/csharp/PluginsInCSharp.asp But i'll send you what I made, the code is rough and hasn't been tweaked (Theres a lot I want to add to it) but its a proof of concept. But you can run method's ETC from an external DLL. I will email it to you. Matthew Hazlett Windows 2000/2003 MCSE Never got an MCSD, go figure...