INTERACT FORUM
Windows => Plug-in Development => Topic started by: mhwlng on October 11, 2003, 11:42:07 am
-
Hello,
I use MC 9.1.274
I can connect only once in a C# application via :
MediaJukebox.IMJAutomation mj=new MediaJukebox.MJAutomation();
If I start my c# application a second time, the MC program is suddenly maximized into the foreground and my application hangs at the above line.
Am I doing something wrong ?
Regards,
Marcel Houweling
-
Hmm - this sounds a lot like the problem I reported in thread: http://yabb.jriver.com/interact/index.php?board=6;action=display;threadid=15518
but that was fixed.
I just updated my build to 274 and am not seeing any problems with my out-of-proc automation tools (all written in C++, though) when MC is running.
I do see a problem (that I think is new in the last few builds) when MC is not running - my program runs, MC launches, my program does its work (successfully) and then exits, and the MC process promptly crashes.
Perhaps the problems are related.
Nikolay, any thoughts?
-JeffreyK