fopen

fopen

Post by chaillouxj » Fri, 02 Nov 2001 23:09:39



was there a bug in the windows implementaion of fopen in the stdio
library
(CodeWarrior Pro 4)?

the CodeWarrior 6.1 version  seems to run Ok

Jean-Jacques Chailloux

 
 
 

fopen

Post by MWRo » Sat, 03 Nov 2001 01:16:22




>was there a bug in the windows implementaion of fopen in the stdio
>library
>(CodeWarrior Pro 4)?

>the CodeWarrior 6.1 version  seems to run Ok

Not that I am aware of but the source code is included so you can check.  
(Sorry I don't have CW 4 installed)

Ron

--
 CodeWarrior for Macintosh, v7 and CodeWarrior for Windows, v7
                 are shipping now !!  
      Call  1-800-377-5416 US and Canada Only



 
 
 

1. fopen and fprintf a host file result in nothing

Hello,

The system is Vxworks 5.4 and Tornado II.

In my application, I need to transfer some stream data from local BSP
to host. I use fopen and fprintf to transfer data to host. Most cases
I get right results. Occasionally I will miss the output files. I
check the file pointer returned by fopen (if (fopen(..) == NULL)), it
will not report error in bad cases. In such cases the fclose will
return non-zero which indicate a eror occured.

I checked the information in the console of ftpd. In good cases, the
ftpd shows the system transfer my fopen and fprintf call to ftp call
such as NLST and STOR. In bad cases, there is nothing in ftpd log.

Anyone can give me some instruction on it? I feel frustrated after 1
week work on the problem. Thanks.

Regards,

David Penn

2. *Apple DMP Windows Driver Needed!*

3. Very simple question on open() and fopen() failure

4. Patches for SS-5?

5. fopen on VxSim

6. Port 258 and Firewall-1 on NT

7. fopen doesn't work with vxsimlite

8. Keyboard Command

9. Tornado 1.0 vxWorks 5.3.1 DosFs fopen(...)

10. FTP connect with fopen

11. creating a file with fopen

12. Is ansiStdio functions (fopen(), fseek(), etc.) under VxWorks re

13. using fopen crashes my program