Quote:
> Hi,
> I've added bitmap images to my calculator program and this makes the program
> crash. I know I'm creating them properly because I created a simple dialog
> program with one button and it worked. The button has a number 7 in blue,
> and when clicked on it turns into a red 7.
> So I went to my calculator program, followed the exact same steps for the
> number 7, and I get a "Debug Assertion Failed" message. My McAfee Crash
> Monitor says "Exception: Access Violation".
> Would anyone know what this message means and if it's easy to fix.
> Thanks
It means you have a bug in your program and should run it in the de{*filter*} to
investigate. An Access Violation occurs when your progam attempts to read or
write to a memory location that does not belong to it.
--
Scott McPhillips [VC++ MVP]