Click here to Skip to main content
15,891,951 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCRecordset and SQL problem Pin
Stefan Dahlin2-Feb-03 14:44
Stefan Dahlin2-Feb-03 14:44 
GeneralRe: CRecordset and SQL problem Pin
Stefan Dahlin2-Feb-03 14:57
Stefan Dahlin2-Feb-03 14:57 
GeneralXP Compatibility Mode Pin
Dov Sherman2-Feb-03 12:58
Dov Sherman2-Feb-03 12:58 
GeneralRe: XP Compatibility Mode Pin
Michael Dunn2-Feb-03 13:18
sitebuilderMichael Dunn2-Feb-03 13:18 
GeneralRe: XP Compatibility Mode Pin
Neville Franks2-Feb-03 13:46
Neville Franks2-Feb-03 13:46 
GeneralRe: XP Compatibility Mode Pin
Dov Sherman2-Feb-03 18:23
Dov Sherman2-Feb-03 18:23 
GeneralRe: XP Compatibility Mode Pin
Neville Franks2-Feb-03 18:52
Neville Franks2-Feb-03 18:52 
GeneralRe: XP Compatibility Mode Pin
Mike Nordell2-Feb-03 23:11
Mike Nordell2-Feb-03 23:11 
Dov Sherman wrote:
On each individual Windows XP machine, it always crashes in the same place but that place will vary from machine to machine.

Odd. My first thought would be your app is stomping on memory it doesn't own, and due to changes in the heap manager it only surface on XP. Have you verified correct memory behaviour using something like Purify?

Perhaps you're using multiple threads, and due to changes in the thread scheduler combined with some border case (or assumptions) in your code it only surface on XP?

Since you know where it crashes, have you tried to just create a debug-file (a PDB) even for the release build, get the crashing adress from the remote site, start the app in the debugger and using the "Combined assembly + Source Code" window see what actually could have gone wrong?

Anyway, without further information from you this can only be speculations.

++luck;
GeneralRe: XP Compatibility Mode Pin
Dov Sherman3-Feb-03 8:20
Dov Sherman3-Feb-03 8:20 
GeneralDockable Menu Bar Pin
Steven M Hunt2-Feb-03 11:48
Steven M Hunt2-Feb-03 11:48 
GeneralRe: Dockable Menu Bar Pin
Ben Burnett2-Feb-03 14:38
Ben Burnett2-Feb-03 14:38 
QuestionHow to get DLL dependencies info? Pin
almc2-Feb-03 11:17
almc2-Feb-03 11:17 
AnswerRe: How to get DLL dependencies info? Pin
Jesus Oliva2-Feb-03 13:16
Jesus Oliva2-Feb-03 13:16 
AnswerRe: How to get DLL dependencies info? Pin
Neville Franks2-Feb-03 14:19
Neville Franks2-Feb-03 14:19 
GeneralDOS file functions Pin
Steven M Hunt2-Feb-03 10:25
Steven M Hunt2-Feb-03 10:25 
GeneralRe: DOS file functions Pin
Anonymous2-Feb-03 10:43
Anonymous2-Feb-03 10:43 
GeneralRe: DOS file functions Pin
Steven M Hunt2-Feb-03 11:22
Steven M Hunt2-Feb-03 11:22 
GeneralRe: DOS file functions Pin
Chris Losinger2-Feb-03 13:27
professionalChris Losinger2-Feb-03 13:27 
QuestionMFC or Win32? Pin
LiquidKnight2-Feb-03 10:20
LiquidKnight2-Feb-03 10:20 
AnswerRe: MFC or Win32? Pin
Chris Losinger2-Feb-03 10:25
professionalChris Losinger2-Feb-03 10:25 
AnswerRe: MFC or Win32? Pin
willempipi2-Feb-03 21:24
willempipi2-Feb-03 21:24 
General.NET runtime environments Pin
Anonymous2-Feb-03 9:48
Anonymous2-Feb-03 9:48 
GeneralRe: .NET runtime environments Pin
Michael Dunn2-Feb-03 10:20
sitebuilderMichael Dunn2-Feb-03 10:20 
GeneralRe: .NET runtime environments Pin
Joaquín M López Muñoz2-Feb-03 10:17
Joaquín M López Muñoz2-Feb-03 10:17 
GeneralOpenGL and VS.NET Pin
Michael A. Barnhart2-Feb-03 9:21
Michael A. Barnhart2-Feb-03 9:21 

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.