Problem :
I got this application MFC dialog based app .
There is a button which on clicking should do some stuff .
Every time i click it i get an error :
ERROR: The instruction at [hex address] could not be referenced . The memory could not be "read" ....
When i use debug to go step by step ; the program never even reaches my first break point at the start of the onClick button code .
What is the problem ?
joekibz