Hi
Can there be any probable difference in return value of waveoutOpen() during Run time and Debug time???
i am getting such a difference....can u help me out....
Regards
sirshu
Printable View
Hi
Can there be any probable difference in return value of waveoutOpen() during Run time and Debug time???
i am getting such a difference....can u help me out....
Regards
sirshu
No there can be no possibility like that. In debug mode, VC++ adds some error handling code and you will be able to debug some bugs in the program like memory crash etc. I guess the problem which you mentioned, should be in the code you wrote. I faced the similar problems and eventually turned to be some memory issues or some initialization of some structure,variables.
Hope this Helps!!
Hi
Thanx for replying....can u tell me what sort of memory issues and struct initialization are u talking about...at least for the code problems that u were facing???
Regards
sirshu