Wave recording - Dell Axim X3

G

Guest

I'm using DllImport to make the waveInXXX/WaveOutXXX Win32 functions from coredll.dll available to C#.NET, but on the Dell Axim X3, the MM_WIM_DATA event is never received. The same code records fine on a different version of the Dell Axim. Has anyone else come across problems with this specific model?
 
G

Geoff Schwab [MSFT]

Hi RA,

I personally have not seen this. Have you tried the example in the P/Invoke
Library just to make sure another application experiences the same problem?

http://msdn.microsoft.com/library/en-us/dnnetcomp/html/PInvokeLib.asp

--
Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.
RA Horton said:
I'm using DllImport to make the waveInXXX/WaveOutXXX Win32 functions from
coredll.dll available to C#.NET, but on the Dell Axim X3, the MM_WIM_DATA
event is never received. The same code records fine on a different version
of the Dell Axim. Has anyone else come across problems with this specific
model?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top