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

C / C++ / MFC

 
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 
GeneralRe: Problems with files Pin
avenger_sb2530-Jul-04 8:13
avenger_sb2530-Jul-04 8:13 
>>well at first i just read all of it into one buffer. i defined it like so
>>char *szBuffer;


Well Mr. Hotshot, are you allocating memory for szBuffer ??? before using it with your file-handling-functions.... IF NO.... god help you Dead | X| .
If yes... sorry.
USE malloc or new to alllocate appropriate amount of memory.

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


look closely... here you alocate the buffer's size to be 1024 bytes. BUT in char* szBuffer.... YOU MAY NOT BE ALLOCATING ANY MEMORY and the 'BLUE SCREEN' loves programmers like you. Poke tongue | ;-P
.... i hope i helped;)

...Avenger

Remember... testing & debugging are always part of programming ...so exterminate those stinking bugs
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 
GeneralRe: CRecordset open table Pin
Manfred Staiger30-Jul-04 4:58
Manfred Staiger30-Jul-04 4:58 

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.