[.net] .NET-BroadcastEventWindow when playing MIDI?

Started by
2 comments, last by vincent_valentine 18 years, 9 months ago
Hi guys! I was just finish my first game in C# and ManagedDX, check it out Link to original post However, there is this major problem: I use AudioVideoPlayer to play MIDI for background music, but whenever I close my window, there is an error message appear: .NET-BroadcastEventWindow When I switch the player to play a mp3 file, it works well. So the problem only happen with MIDI, and only appear when the form closes. Any suggestion? Thanks. [Edited by - vincent_valentine on July 6, 2005 5:57:35 AM]
:: Try not. Do. Or do not. There is no try. :: (Yoda)http://80.100.152.172/nguyenkhanhduy
Advertisement
Often when I turn off Windows I get a message saying that .NETBroadcastEventWindow<some version number>.exe isn't responding, it usually ends before I can hit the End Now button.
Arguing on the internet is like running in the Special Olympics: Even if you win, you're still retarded.[How To Ask Questions|STL Programmer's Guide|Bjarne FAQ|C++ FAQ Lite|C++ Reference|MSDN]
I've done some searching on the net out there, and it seems like the version 1.0 of the Framework I used have a conflict over ManagedDX. I'll try to get the 2003 version of VS to test again.
:: Try not. Do. Or do not. There is no try. :: (Yoda)http://80.100.152.172/nguyenkhanhduy
Fixed with a breeze!

That's right. The 2002 version does have issues with ManagedDX. I've upgraded to VS.NET 2003 and now everything's fine.
:: Try not. Do. Or do not. There is no try. :: (Yoda)http://80.100.152.172/nguyenkhanhduy

This topic is closed to new replies.

Advertisement