Begin forwarded message:
From: Yogesh <yogesh.kini@xxxxxxxxx>
Date: March 4, 2005 5:32:54 PM GMT+05:30
To: "Sisyphus" <kalinabears@xxxxxxxxxxxx>
Subject: Re: Problem finding equivalent functions
On Mar 4, 2005, at 3:32 PM, Sisyphus wrote:
----- Original Message -----
From: "Yogesh Kini" <yogesh.kini@xxxxxxxxx>
To: <gcc-help@xxxxxxxxxxx>
Sent: Friday, March 04, 2005 5:20 PM
Subject: Problem finding equivalent functions
Hi,
There are some functions like _wfopen, _wgetcwd available when using
Microsoft VC++ compiler. Are there any equivalents in gcc.
Yep - at least those two functions are defined in the MinGW port of gcc (for
Win32). I found them by doing a Windows 'Search' of my MinGW directory for
'*.h' files containing texts '_wfopen' and '_wgetcwd' respectively. (They're
in wchar.h.)
Thanks for your help.
But I am using Mac OS 10.3.8
The "whar.h" on this OS does not contain the definition of above functions..
Can any body help me with this..
Regards,
Yogesh
Cheers,
Rob