Creating QCD Plugins with C# [Archive] - Quintessential Forum

PDA

View Full Version : Creating QCD Plugins with C#


SmurfTheWeb
08-29-2004, 05:52 PM
Hey all,

I've been (attempting) to do some coding for WMP using C# to create a plugin, but the implementation doesn't allow me to do what i want.. so I went back to my trusty QCD.

My question is this, is it possible to implement a QCD plugin (a general plugin that responds to events such as play) in C#? Any comments on this would be appreciated :>

Smurf

Tokelil
08-29-2004, 06:34 PM
I don't think anyone have done one in C# (.net) yet.
If you figure it out feel free to share your findings, since Im sure others would like to go that route. (Have been thinking about it my self when I get my hands on VS 2003/4)

RichardL
09-03-2004, 10:05 PM
Before you spend too much time getting things to work, you should read this thread:

Problems with IPCs (http://www.quinnware.com/forum/showthread.php?t=2098)

Several people (including me) have tried things using the IPC commands and encountered problems - some don't work and many of the op commands are not duplicated as IPCs

Richard

Young Twig
02-02-2005, 10:07 PM
Haha... This is an old thread.

I'm curious though (as I'm learning C#), is this possible?

Tokelil
02-05-2005, 12:31 PM
Exchanged some PM's with SmurfTheWeb (I think it was him anyway) but we never found a way to do it. I guess you have to make an unsafe dll which leaves out .net, so you are back at Win32 programming anyway...

Young Twig
02-05-2005, 03:52 PM
Exchanged some PM's with SmurfTheWeb (I think it was him anyway) but we never found a way to do it. I guess you have to make an unsafe dll which leaves out .net, so you are back at Win32 programming anyway...
Poop. Oh well, I don't have any genius ideas for a plugin anyway. :)