Hello I compiled the DSNetwork sample on my windows xp computer. There I can register it with regsvr32 dsnet.ax. On my windows media center I cannot register this filter: LoadLibrary("dsnet.ax") fehlgeschlagen- Diese Anwendung konnte nicht gestartet werden, weil die Anwendungskonfiguration nicht korrekt ist. Zur Problembehebung sollten Sie die Anwendung neu installieren. Translation to english: LoadLibrary("dsnet.ax") error - cannot start this application, because the application configuratin is not correct. Please reinstall this application. Thank you for any tips. Marco
On Tue, 6 Jun 2006 13:30:02 -0700, Marco wrote: > I compiled the DSNetwork sample on my windows xp computer. There I can > register it with regsvr32 dsnet.ax. On my windows media center I cannot > register this filter: > > LoadLibrary("dsnet.ax") fehlgeschlagen- Diese Anwendung konnte nicht > gestartet werden, weil die Anwendungskonfiguration nicht korrekt ist. Zur > Problembehebung sollten Sie die Anwendung neu installieren. > > Translation to english: > LoadLibrary("dsnet.ax") error - cannot start this application, because the > application configuratin is not correct. Please reinstall this application. Use the Depends utility that comes with VS (or available through Google) to see if you are missing any libraries that the dsnet.ax is dependent on. If you have compiled the filter in debug mode, that may be the problem (likely that the debug libraries are not present on the MCE machine). -- Please read this before replying: 1. Dshow & posting help: http://tmhare.mvps.org/help.htm 2. Trim & respond inline (please don't top post or snip everything) 3. Benefit others: follow up if you are helped or you found a solution
> If you have compiled the filter in debug mode, that may be the problem > (likely that the debug libraries are not present on the MCE machine). this was the problem, thank you.
On Wed, 7 Jun 2006 07:53:02 -0700, Marco wrote: >> If you have compiled the filter in debug mode, that may be the problem >> (likely that the debug libraries are not present on the MCE machine). > this was the problem, thank you. You're welcome. Thanks for letting us know your resolution. -- Please read this before replying: 1. Dshow & posting help: http://tmhare.mvps.org/help.htm 2. Trim & respond inline (please don't top post or snip everything) 3. Benefit others: follow up if you are helped or you found a solution