CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Nov 2009
    Posts
    8

    [RESOLVED] Acess violation in multithread prgm on closing DlgBox

    I have done a programme to solve Rubic cube using 2 phase algorithm (1340 lines of code).
    It works fine on running in Debug mode. Fine! When I close the Dialog box finally,
    it ends up in access violation. (in stead of Closing, you 'Stop Debugging', it exits OK). I feel it may not be due to threading (used 3 threads), since absolutely no problem while running (about 150 problems solved in less than 1 hour w.o any bugs).
    I do not know How to debug this access vilation and fix the error. Can any Guru guide me /help.
    I can give more details as required.
    raghavan


    RESOLVED:
    I HAD GIVEN AN OLD DLG.H FILE IN APP..CPP FILE WHICH CAUSED ALL THE PROBLEMS. NOW PROBLEM IS RESOLVED.
    raghavan
    Last edited by raghavan141248; January 10th, 2011 at 10:20 AM.

Tags for this Thread

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