Hi,
I have a wave file with the name and location as follows:
\Opslagkaart\CallRecording\11-07-27-11-34-17_Barenbrug, Harry_Out_+31553556234_12.wav
When I open Media Player on the device it plays this file well; also when I click on the file name e.g. in Total Commander on the device it plays perfectly using the Media Player.
Now I want to play it in a Basic4PPC program using a shell statement as follows:
Shell("Windows\Startmenu\Programma's\Multimedia\Windows Media.lnk",SrcSpec)
SrcSpec has been assigned the name and location of the file.
This results into an error message, given by Media Player: "An unknown error occurred 0XC00D0012".
On internet I can only find the following explanation for this error code :
"There is no protocol or protocol version supported by both the client and the server" For me this is meaningless.
Other .wav files play well using this shell statement
Can somebody explain what is going wrong?
Harry
I have a wave file with the name and location as follows:
\Opslagkaart\CallRecording\11-07-27-11-34-17_Barenbrug, Harry_Out_+31553556234_12.wav
When I open Media Player on the device it plays this file well; also when I click on the file name e.g. in Total Commander on the device it plays perfectly using the Media Player.
Now I want to play it in a Basic4PPC program using a shell statement as follows:
Shell("Windows\Startmenu\Programma's\Multimedia\Windows Media.lnk",SrcSpec)
SrcSpec has been assigned the name and location of the file.
This results into an error message, given by Media Player: "An unknown error occurred 0XC00D0012".
On internet I can only find the following explanation for this error code :
"There is no protocol or protocol version supported by both the client and the server" For me this is meaningless.
Other .wav files play well using this shell statement
Can somebody explain what is going wrong?
Harry