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

C / C++ / MFC

 
Questionextfloodfill problem ? Pin
kendao30-Jul-04 6:32
kendao30-Jul-04 6:32 
AnswerRe: extfloodfill problem ? Pin
avenger_sb2530-Jul-04 8:02
avenger_sb2530-Jul-04 8:02 
GeneralProblems with files Pin
Archer28230-Jul-04 5:36
Archer28230-Jul-04 5:36 
GeneralRe: Problems with files Pin
Jaime Stuardo30-Jul-04 5:55
Jaime Stuardo30-Jul-04 5:55 
GeneralRe: Problems with files Pin
Archer28230-Jul-04 5:59
Archer28230-Jul-04 5:59 
GeneralRe: Problems with files Pin
David Crow30-Jul-04 6:31
David Crow30-Jul-04 6:31 
GeneralRe: Problems with files Pin
Michael P Butler30-Jul-04 6:32
Michael P Butler30-Jul-04 6:32 
GeneralRe: Problems with files Pin
Archer28230-Jul-04 6:41
Archer28230-Jul-04 6:41 
well at first i just read all of it into one buffer
i defined it like so

char *szBuffer;

and then wrote all of it right after reading
everytime i would get the blue screen of death
then if i returned to windows it would be locked up

i looked at an example on MSDN which read and wrote the data in segments, i have had success doing it this way (no problems, except for the ones i mentioned)

note: when i did this in segments i defined my buffer like
char szBuffer[1024];

could this have been a problem?

if it will help i clean up and post the old code that was wasnt working
GeneralRe: Problems with files Pin
avenger_sb2530-Jul-04 8:13
avenger_sb2530-Jul-04 8:13 
GeneralRe: Problems with files Pin
Archer28230-Jul-04 6:57
Archer28230-Jul-04 6:57 
GeneralRe: Problems with files Pin
darkbyte30-Jul-04 14:20
darkbyte30-Jul-04 14:20 
GeneralResource Exception Pin
NadAzur30-Jul-04 4:43
NadAzur30-Jul-04 4:43 
GeneralRe: Resource Exception Pin
Jaime Stuardo30-Jul-04 4:52
Jaime Stuardo30-Jul-04 4:52 
GeneralRe: Resource Exception Pin
NadAzur30-Jul-04 5:25
NadAzur30-Jul-04 5:25 
GeneralRe: Resource Exception Pin
Jaime Stuardo30-Jul-04 5:40
Jaime Stuardo30-Jul-04 5:40 
GeneralRe: Resource Exception Pin
NadAzur30-Jul-04 19:16
NadAzur30-Jul-04 19:16 
GeneralRe: Resource Exception Pin
bikram singh31-Jul-04 16:44
bikram singh31-Jul-04 16:44 
GeneralMS Word Automation by using VC++ Pin
Jijo.Raj30-Jul-04 4:35
Jijo.Raj30-Jul-04 4:35 
GeneralRe: MS Word Automation by using VC++ Pin
Michael P Butler30-Jul-04 4:45
Michael P Butler30-Jul-04 4:45 
GeneralRe: MS Word Automation by using VC++ Pin
Jijo.Raj30-Jul-04 18:18
Jijo.Raj30-Jul-04 18:18 
GeneralRe: MS Word Automation by using VC++ Pin
Jaime Stuardo30-Jul-04 4:45
Jaime Stuardo30-Jul-04 4:45 
GeneralRe: MS Word Automation by using VC++ Pin
Jijo.Raj30-Jul-04 18:12
Jijo.Raj30-Jul-04 18:12 
QuestionHow to store the unrecognized characters in VC6.0+ADO+sql server2000 Pin
yuyi200330-Jul-04 4:26
yuyi200330-Jul-04 4:26 
AnswerRe: How to store the unrecognized characters in VC6.0+ADO+sql server2000 Pin
Jaime Stuardo30-Jul-04 4:57
Jaime Stuardo30-Jul-04 4:57 
GeneralRe: CRecordset open table Pin
David Crow30-Jul-04 4:24
David Crow30-Jul-04 4:24 

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.