CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2002
    Posts
    23

    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


  2. #2
    Join Date
    Sep 2000
    Posts
    77

    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!!



  3. #3
    Join Date
    Feb 2002
    Posts
    23

    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
  •  





Click Here to Expand Forum to Full Width

Featured