Click here to Skip to main content
15,883,803 members
Home / Discussions / C#
   

C#

 
AnswerRe: what does a Object value return? Pin
SeMartens15-Jun-09 21:46
SeMartens15-Jun-09 21:46 
QuestionNode.Tag Pin
LTMKH15-Jun-09 19:24
LTMKH15-Jun-09 19:24 
AnswerRe: Node.Tag Pin
DaveyM6915-Jun-09 21:01
professionalDaveyM6915-Jun-09 21:01 
GeneralRe: Node.Tag Pin
LTMKH16-Jun-09 0:26
LTMKH16-Jun-09 0:26 
Questionsystem.io.filenotfoundexception from using WaveFormat structure Pin
tjeffries15-Jun-09 15:49
tjeffries15-Jun-09 15:49 
AnswerRe: system.io.filenotfoundexception from using WaveFormat structure Pin
Dave Kreskowiak15-Jun-09 16:31
mveDave Kreskowiak15-Jun-09 16:31 
GeneralRe: system.io.filenotfoundexception from using WaveFormat structure Pin
tjeffries15-Jun-09 16:52
tjeffries15-Jun-09 16:52 
GeneralRe: system.io.filenotfoundexception from using WaveFormat structure Pin
tjeffries15-Jun-09 18:39
tjeffries15-Jun-09 18:39 
I was typing in a hurry before- to clarify, it doesn't matter if WaveFormat is public, private, or local to a function. Just saying I'm going to use that data structure causes the problem, but only on machines that have not installed the latest version of DX.

For perspective, I've been writing or supervising the writing of audio drivers and applications for 25 years. That doesn't mean I'm not doing something incredibly stupid- in fact I'd much rather find out it was a brain fart on my part as opposed to paging through lists of all the system DLLs on my machine and comparing them to a machine where the program fails. I just hope it's not something in the registry!

I tried a little drum machine program called winrhythm which, if I recall correctly, I found on an MSDN site. If I compile it on my machine and try to run it on one of the problem machines I get the same error. I also tried adding everthing including the kitchen sink to the references. It didn't make any difference.

I'm relatively new to C#, my first thought was that somehow I had not correctly set up the wave files (which are resources, not external files). I wish it had been that simple.

I did install the full DX SDK with redistributables on this computer, and as far as I know that has not been installed on the other computers. It seems likely that some file is installed in that process that is not installed on an end-user computer. If anybody has any suggestions as to which DLL information about the waveformat data structure is found I would greatly appreciate it!
GeneralRe: system.io.filenotfoundexception from using WaveFormat structure Pin
molesworth15-Jun-09 23:21
molesworth15-Jun-09 23:21 
GeneralRe: system.io.filenotfoundexception from using WaveFormat structure Pin
tjeffries16-Jun-09 4:42
tjeffries16-Jun-09 4:42 
GeneralRe: system.io.filenotfoundexception from using WaveFormat structure Pin
tjeffries16-Jun-09 7:12
tjeffries16-Jun-09 7:12 
GeneralRe: system.io.filenotfoundexception from using WaveFormat structure Pin
molesworth16-Jun-09 10:33
molesworth16-Jun-09 10:33 
GeneralRe: system.io.filenotfoundexception from using WaveFormat structure Pin
tjeffries16-Jun-09 12:50
tjeffries16-Jun-09 12:50 
GeneralRe: system.io.filenotfoundexception from using WaveFormat structure Pin
tjeffries16-Jun-09 12:58
tjeffries16-Jun-09 12:58 
GeneralRe: system.io.filenotfoundexception from using WaveFormat structure Pin
tjeffries16-Jun-09 13:43
tjeffries16-Jun-09 13:43 
GeneralRe: system.io.filenotfoundexception from using WaveFormat structure Pin
molesworth16-Jun-09 22:51
molesworth16-Jun-09 22:51 
GeneralRe: system.io.filenotfoundexception from using WaveFormat structure Pin
tjeffries17-Jun-09 6:44
tjeffries17-Jun-09 6:44 
QuestionHow to improve .net app performance ? Pin
hdv21215-Jun-09 11:14
hdv21215-Jun-09 11:14 
AnswerRe: How to improve .net app performance ? Pin
Luc Pattyn15-Jun-09 11:38
sitebuilderLuc Pattyn15-Jun-09 11:38 
GeneralRe: How to improve .net app performance ? Pin
hdv21215-Jun-09 12:10
hdv21215-Jun-09 12:10 
GeneralRe: How to improve .net app performance ? Pin
Luc Pattyn15-Jun-09 12:30
sitebuilderLuc Pattyn15-Jun-09 12:30 
GeneralRe: How to improve .net app performance ? Pin
Christian Graus15-Jun-09 15:09
protectorChristian Graus15-Jun-09 15:09 
GeneralRe: How to improve .net app performance ? Pin
hdv21215-Jun-09 18:58
hdv21215-Jun-09 18:58 
GeneralRe: How to improve .net app performance ? Pin
N a v a n e e t h15-Jun-09 18:12
N a v a n e e t h15-Jun-09 18:12 
GeneralRe: How to improve .net app performance ? Pin
S. Senthil Kumar16-Jun-09 1:23
S. Senthil Kumar16-Jun-09 1:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.