wxfopen and wxopen

Rama Bharti rbharti at quark.com
Wed Nov 1 00:46:33 PST 2006


Hi,

 

I have an XCode project while builds a library. This library is included
in another project. Earlier, I was using functions fopen() and open() to
open a file. But now my path has been changed to Unicode path. So I need
Unicode version of fopen() and open(). I found the APIs wxfopen() and
wxopen() on Mac. But when I used these APIs in my code, library is built
properly but another project which includes this library gives linking
error: "Undefiend Symbol: wxfopen and wxopen". Any Idea what could be
the reason behind this? Do I need to include some
hearders/library/framework path in my project?

 

Thanks in advance.

Rama

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-dev/attachments/20061101/524bca3b/attachment.htm


More information about the wx-dev mailing list