Question : How to encode a WAV file to WMA with WMFormatSDK ?

How can I encode a WAV file to WMA with the latest WMFormatSDK in C++ ?

Visual Studio 2010 / C++/MFC

Answer : How to encode a WAV file to WMA with WMFormatSDK ?

I've commented on the other thread. I think you are missing a fundamental issue with your system.  Inter-process communication (IPC) between two running applications involves far more than using the same DLL.  Microsoft has been working on this problem for decades.

http://msdn.microsoft.com/en-us/library/aa365574%28VS.85%29.aspx

DDE was one of their first solutions.

AppB is acting like a server and AppB the client.

If the C++ DLL and AppB were not designed for inter-process communication it won't work.
Random Solutions  
 
programming4us programming4us