> It seems that tmpfile() always returns NULL.

I reply to myself. tmpfile() uses P_tmpdir as temporary directory, this 
macro being defined in stdio.h

It is defined like that:

#ifndef __STRICT_ANSI__
#define P_tmpdir        "/tmp"
#endif

I think that this value is wrong for windows ce devices

Vincent


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to