Click here to Skip to main content
15,909,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Placing SetColumnInfo() Pin
valikac30-Apr-02 19:52
valikac30-Apr-02 19:52 
GeneralRe: Placing SetColumnInfo() Pin
Swinefeaster30-Apr-02 19:58
Swinefeaster30-Apr-02 19:58 
GeneralRe: Restoring View Size in Split Views :: MFC Pin
valikac2-May-02 4:48
valikac2-May-02 4:48 
GeneralAccess Violations Pin
Jack Handy27-Apr-02 12:02
Jack Handy27-Apr-02 12:02 
GeneralRe: Access Violations Pin
Tom Archer27-Apr-02 12:09
Tom Archer27-Apr-02 12:09 
GeneralRe: Access Violations Pin
Jack Handy27-Apr-02 12:21
Jack Handy27-Apr-02 12:21 
GeneralRe: Access Violations Pin
Tom Archer27-Apr-02 12:29
Tom Archer27-Apr-02 12:29 
GeneralRe: Access Violations Pin
Neville Franks27-Apr-02 12:35
Neville Franks27-Apr-02 12:35 
Jack this definitely isn't normal. In fact I've never seen anything like this and I work in VC++ a zillion hours a day, every day. It sounds like an out and out problem which is only randomly rearing its head, and doing a clean build makes it *appear* to go away.

Is the violation address consistent? If you are using a lesser version of Windows (not NT,2K,XP), then once something like this happens it can continue to happen until you reboot. Try and run your app under the Debugger at all times, then when you have a problem like this you can step right in and hopefully track it down. It could be a pointer which isn't pointing anywhere valid. If you have exception handling code in your app you should be picking up most if not all problems like this.

Neville Franks, Author of ED for Windows. www.getsoft.com
GeneralRe: Access Violations Pin
Jack Handy27-Apr-02 16:14
Jack Handy27-Apr-02 16:14 
GeneralRe: Access Violations Pin
Ravi Bhavnani27-Apr-02 12:41
professionalRavi Bhavnani27-Apr-02 12:41 
GeneralRe: Access Violations Pin
Jack Handy27-Apr-02 16:14
Jack Handy27-Apr-02 16:14 
GeneralRe: Access Violations Pin
Neville Franks27-Apr-02 16:20
Neville Franks27-Apr-02 16:20 
GeneralRe: Access Violations Pin
Jack Handy27-Apr-02 16:25
Jack Handy27-Apr-02 16:25 
GeneralRe: Access Violations Pin
Neville Franks27-Apr-02 17:04
Neville Franks27-Apr-02 17:04 
GeneralRe: Access Violations Pin
Ravi Bhavnani27-Apr-02 17:20
professionalRavi Bhavnani27-Apr-02 17:20 
GeneralRe: Access Violations Pin
Tom Archer28-Apr-02 0:49
Tom Archer28-Apr-02 0:49 
GeneralRe: Access Violations Pin
Roger Allen28-Apr-02 6:14
Roger Allen28-Apr-02 6:14 
GeneralManaged C++ books Pin
Michael P Butler27-Apr-02 11:21
Michael P Butler27-Apr-02 11:21 
GeneralRe: Managed C++ books Pin
Tom Archer27-Apr-02 11:57
Tom Archer27-Apr-02 11:57 
GeneralRe: Managed C++ books Pin
Nish Nishant27-Apr-02 14:55
sitebuilderNish Nishant27-Apr-02 14:55 
GeneralRe: Managed C++ books Pin
Tom Archer27-Apr-02 17:36
Tom Archer27-Apr-02 17:36 
GeneralRe: Managed C++ books Pin
Nish Nishant27-Apr-02 17:40
sitebuilderNish Nishant27-Apr-02 17:40 
GeneralRe: Managed C++ books Pin
Michael P Butler28-Apr-02 3:37
Michael P Butler28-Apr-02 3:37 
GeneralRe: Managed C++ books Pin
Tom Archer28-Apr-02 4:04
Tom Archer28-Apr-02 4:04 
GeneralRe: Managed C++ books Pin
Michael P Butler28-Apr-02 4:06
Michael P Butler28-Apr-02 4:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.