While trying to open the file in Class in function oninitdialog(),It throws exception.If I open the file globally , it works. How to overcome this? why the fopen command is behaving like these?

Regards,

karthik

link|improve this question

There is something wrong you might be doing. Post the code. – Mahesh Mar 22 '11 at 4:33
please post some code, this would help a lot in answering! – Philipp Mar 22 '11 at 4:34
Can you please be more specific and perhaps write the code with which you're trying to open the file. AViD – VaidAbhishek Mar 22 '11 at 4:35
I updated my question please again read these – karthik Mar 22 '11 at 4:37
@kartik: no changes in the question. Only the initial question is visible. – harper Mar 22 '11 at 5:21
feedback

1 Answer

up vote 0 down vote accepted

Actually I made a mistake by creating file descriptor in OninitDialog funtion in mfc.To overcome this , I create the file descriptor in constructor of the class.

Regards,

karthik

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.