This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fwd: Problem finding equivalent functions




Begin forwarded message:

From: Yogesh <yogesh.kini@gmail.com>
Date: March 4, 2005 5:32:54 PM GMT+05:30
To: "Sisyphus" <kalinabears@iinet.net.au>
Subject: Re: Problem finding equivalent functions


On Mar 4, 2005, at 3:32 PM, Sisyphus wrote:

----- Original Message -----
From: "Yogesh Kini" <yogesh.kini@gmail.com>
To: <gcc-help@gcc.gnu.org>
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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]