Quantcast
Channel: Visual C forum
Viewing all articles
Browse latest Browse all 15302

Code breaks,don't know why

$
0
0

"Unhandled exception at 0x76009617"

and it stops right here"

  while(msge.message != WM_QUIT)
	{

		// If there are Window messages then process them.
		if(PeekMessage( &msge, 0, 0, 0, PM_REMOVE ))
		{
            TranslateMessage( &msge );
            DispatchMessage( &msge );
		}
		// Otherwise, do your stuff
		else
        {	

it stops on the line: DispatchMessage( &msge );

What could cause that error?!



Viewing all articles
Browse latest Browse all 15302

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>