Click here to Skip to main content
15,914,163 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Populating web based default email client fields Pin
David Crow5-Apr-06 9:07
David Crow5-Apr-06 9:07 
GeneralRe: Populating web based default email client fields Pin
tnguyen4445-Apr-06 10:23
tnguyen4445-Apr-06 10:23 
GeneralRe: Populating web based default email client fields Pin
David Crow5-Apr-06 10:35
David Crow5-Apr-06 10:35 
GeneralRe: Populating web based default email client fields Pin
tnguyen4445-Apr-06 11:28
tnguyen4445-Apr-06 11:28 
GeneralRe: Populating web based default email client fields Pin
David Crow6-Apr-06 2:39
David Crow6-Apr-06 2:39 
QuestionDLL - Write to file error Pin
borono5-Apr-06 7:38
borono5-Apr-06 7:38 
QuestionRe: DLL - Write to file error Pin
David Crow5-Apr-06 7:55
David Crow5-Apr-06 7:55 
AnswerRe: DLL - Write to file error Pin
Waldermort5-Apr-06 7:57
Waldermort5-Apr-06 7:57 
Without seeing your real code, ie. without all the blah's, it's gonna be a little hard to find your problem. But one thing does stand out. Each time you loop, you are opening the file, then you close it after the loop. This is an uneven ratio of open/close. You should really open the file before the loop, do the wrinting inside the loop, close it after the loop.
GeneralRe: DLL - Write to file error Pin
borono5-Apr-06 12:22
borono5-Apr-06 12:22 
GeneralRe: DLL - Write to file error Pin
Waldermort5-Apr-06 14:53
Waldermort5-Apr-06 14:53 
GeneralRe: DLL - Write to file error Pin
borono5-Apr-06 15:10
borono5-Apr-06 15:10 
GeneralRe: DLL - Write to file error Pin
Waldermort5-Apr-06 19:47
Waldermort5-Apr-06 19:47 
GeneralRe: DLL - Write to file error Pin
David Crow6-Apr-06 2:45
David Crow6-Apr-06 2:45 
GeneralRe: DLL - Write to file error Pin
David Crow6-Apr-06 2:41
David Crow6-Apr-06 2:41 
GeneralRe: DLL - Write to file error Pin
borono6-Apr-06 7:57
borono6-Apr-06 7:57 
GeneralRe: DLL - Write to file error Pin
David Crow6-Apr-06 8:15
David Crow6-Apr-06 8:15 
GeneralRe: DLL - Write to file error Pin
borono6-Apr-06 12:49
borono6-Apr-06 12:49 
Questioneasy :--making an executable application: VC++7 or VC++.NET Pin
luhfluh5-Apr-06 7:08
luhfluh5-Apr-06 7:08 
AnswerRe: easy :--making an executable application: VC++7 or VC++.NET Pin
toxcct5-Apr-06 7:12
toxcct5-Apr-06 7:12 
Questionquerying registry Pin
Manu_815-Apr-06 6:58
Manu_815-Apr-06 6:58 
AnswerRe: querying registry Pin
David Crow5-Apr-06 7:01
David Crow5-Apr-06 7:01 
AnswerRe: querying registry Pin
Hamid_RT5-Apr-06 8:49
Hamid_RT5-Apr-06 8:49 
QuestionMFC: Button press and release? Pin
Rostfrei5-Apr-06 6:30
Rostfrei5-Apr-06 6:30 
AnswerRe: MFC: Button press and release? Pin
toxcct5-Apr-06 6:33
toxcct5-Apr-06 6:33 
GeneralRe: MFC: Button press and release? Pin
Rostfrei5-Apr-06 8:57
Rostfrei5-Apr-06 8:57 

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.