I am using Visual Studio 2008 Standard Edition, Visual C++, Windows Forms Application.
I’m trying to write an application using AxWindowsMediaPlayer. I’ve created a simple application which contains the AxWindowsMediaPlayer If I launch the application from within the Visual Studio window,
the application launches and runs OK. When I place the executable program on my desktop and try to launch it, it will not run. I get a generic Microsoft message;
“<name of .exe program> has encountered a problem and needs to close. etc, etc….”
I have Windows Media Player version 11 installed on the my PC.
I’ve read some things on the internet implying that you need a license to distribute the AxWindowsMediaPlayer in a custom application but I see nothing that says you need a license to run it on your desktop.
It would seem that if I can run it within the Visual Studio window, I should be able to run it from the desk top.
Am I missing a dll file or something? Any suggestions?
Thanks.
DJLWilson