[wx-dev] wxfopen and wxopen
Vadim Zeitlin
vadim at wxwindows.org
Wed Nov 1 06:27:39 PST 2006
[please don't cross-post to wx-dev and wx-discuss (which has nothing to do
with your question anyhow), please post questions about using wx to wx-users]
On Wed, 1 Nov 2006 14:16:33 +0530 Rama Bharti <rbharti at quark.com> wrote:
RB> I have an XCode project while builds a library. This library is included
RB> in another project. Earlier, I was using functions fopen() and open() to
RB> open a file. But now my path has been changed to Unicode path. So I need
RB> Unicode version of fopen() and open(). I found the APIs wxfopen() and
RB> wxopen() on Mac. But when I used these APIs in my code, library is built
RB> properly but another project which includes this library gives linking
RB> error: "Undefiend Symbol: wxfopen and wxopen".
Did you really write them in small letters? They're spelt wxFopen() and
wxOpen(). And you don't need any extra libraries for them.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list