Click here to Skip to main content
16,010,673 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Checkbox in ListCtrl Pin
Tomasz Sowinski12-Nov-01 1:18
Tomasz Sowinski12-Nov-01 1:18 
Generaltwo quastions: Pin
10-Nov-01 2:03
suss10-Nov-01 2:03 
GeneralRe: two quastions: Pin
Tim Deveaux10-Nov-01 3:50
Tim Deveaux10-Nov-01 3:50 
GeneralRe: two quastions: Pin
Tomasz Sowinski12-Nov-01 1:03
Tomasz Sowinski12-Nov-01 1:03 
GeneralApplication terminated without error message Pin
ly6026910-Nov-01 0:41
ly6026910-Nov-01 0:41 
GeneralRe: Application terminated without error message Pin
10-Nov-01 1:26
suss10-Nov-01 1:26 
GeneralRe: Application terminated without error message Pin
Tim Deveaux10-Nov-01 3:15
Tim Deveaux10-Nov-01 3:15 
GeneralRe: Application terminated without error message Pin
Mark Terrano16-Nov-01 13:14
Mark Terrano16-Nov-01 13:14 
I'd guess stack overrun too - its fairly easy to do, and can happen if you pass bad values to some windows functions.
Step through your program when you get to the 'bad' area (or use logging, with a flush after each write to your log file) and check carefully around the last thing you did.
Check for mismatched parameters on your Calls to the DLLs - its a risk area.


--Mark Terrano
www.ensemblestudios.com
(Creators of the Age of Empires series)
GeneralWin XP Problem Pin
Peter Liddle9-Nov-01 23:36
Peter Liddle9-Nov-01 23:36 
GeneralRe: Win XP Problem Pin
Peter Liddle9-Nov-01 23:38
Peter Liddle9-Nov-01 23:38 
GeneralKill accept() please! Pin
clintsinger9-Nov-01 16:25
clintsinger9-Nov-01 16:25 
GeneralRe: Kill accept() please! Pin
Tim Deveaux10-Nov-01 3:19
Tim Deveaux10-Nov-01 3:19 
GeneralRe: Kill accept() please! Pin
10-Nov-01 17:41
suss10-Nov-01 17:41 
GeneralSaving/Loading in API Pin
ParaSwarm9-Nov-01 15:22
ParaSwarm9-Nov-01 15:22 
GeneralRe: Saving/Loading in API Pin
ParaSwarm9-Nov-01 16:28
ParaSwarm9-Nov-01 16:28 
GeneralRe: Saving/Loading in API Pin
Nish Nishant9-Nov-01 16:43
sitebuilderNish Nishant9-Nov-01 16:43 
GeneralRe: Saving/Loading in API Pin
ParaSwarm10-Nov-01 2:25
ParaSwarm10-Nov-01 2:25 
GeneralRe: Saving/Loading in API Pin
Nish Nishant10-Nov-01 14:28
sitebuilderNish Nishant10-Nov-01 14:28 
GeneralStrange problem with DoDataExchange Pin
Stephen Wilson9-Nov-01 13:59
Stephen Wilson9-Nov-01 13:59 
GeneralDLL ressource Pin
Jonathan de Halleux9-Nov-01 13:35
Jonathan de Halleux9-Nov-01 13:35 
GeneralRe: DLL ressource Pin
Mukkie11-Nov-01 10:02
Mukkie11-Nov-01 10:02 
GeneralRe: DLL ressource Pin
Jonathan de Halleux11-Nov-01 21:51
Jonathan de Halleux11-Nov-01 21:51 
Questionwhy does this crash w2k and xp? Pin
Optic9-Nov-01 12:38
Optic9-Nov-01 12:38 
AnswerRe: why does this crash w2k and xp? Pin
Anders Molin9-Nov-01 13:15
professionalAnders Molin9-Nov-01 13:15 
GeneralRe: why does this crash w2k and xp? Pin
10-Nov-01 4:47
suss10-Nov-01 4:47 

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.