 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Goliath_of_OGL Guest
|
Posted: Fri Mar 02, 2007 9:11 am Post subject: fopen returns NULL in VISTA |
|
|
Hello guys,
One more questions for you guys to ponder. When i use
fopen in VISTA ( in VC6.0) with the second option as "wb0"( for ex:
fopen("myfile.txt","wb0")) fopen returns NULL in the release mode. If
i do the same with shared MFC dll it succeeds. Anybody who has faced
this kind of problem.
Thanks and Regards
Pawan |
|
| Back to top |
|
 |
Eric Guest
|
Posted: Sun Apr 01, 2007 11:20 pm Post subject: Re: fopen returns NULL in VISTA |
|
|
Goliath_of_OGL wrote:
| Quote: | Hello guys,
One more questions for you guys to ponder. When i use
fopen in VISTA ( in VC6.0) with the second option as "wb0"( for ex:
fopen("myfile.txt","wb0")) fopen returns NULL in the release mode. If
i do the same with shared MFC dll it succeeds. Anybody who has faced
this kind of problem.
Thanks and Regards
Pawan
why the 0 in "wb0"? Have not heard of that and whats release mode?. In |
anycase, if you want to read a text file use "rt" == Read Text
Eric |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|