axWindowMediaPlayer dvd audio in "x86" vs "Any CPU"

Trips

Well-known member
Joined
Aug 7, 2010
Messages
2,788
I have this problem with axWindowsMediaPlayer and DVD playing and cannot figure out why this behave like this.
1.When I build solution for platform "Any CPU", DVD plays OK audio which is encoded in PCM and those which are encoded in AC3 (Dolby Digital) plays only video and cannot hear anything.
2. When I build program for platform "x86" the problem is reversed. AC3 is OK but cannot hear PCM.
I have build dll like described here: http://msdn.microsoft.com/en-us/library/ms748870.aspx. No effect if I build it with x86, Any CPU, ...
Does anybody know where could be the problem? Or better what could be the solution of this problem?
EDIT: after a while I just figured out that after build to x86 platform everythings works fine on Windows Vista x64, not on Windows 7 x64

View the full article
 
Back
Top