|
-
May 7th, 2002, 06:52 AM
#1
Run & Debug time difference
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
-
May 7th, 2002, 07:31 AM
#2
Re: Run & Debug time difference
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!!
-
May 7th, 2002, 07:50 AM
#3
Re: Run & Debug time difference
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|