Wave recording - Dell Axim X3

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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?
 
Back
Top