Discussion:
Compiling wxBase on android (api 19)
msbroadf
2014-10-15 01:23:51 UTC
Permalink
I got my app compiling/running with wxBase under android. (After
implementing the missing wchar functions in android) however i had to
change all my strings to use the _T macro? Otherwise no wxString
comparisons or assigment work, is that a bug?
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Vadim Zeitlin
2014-10-15 11:46:29 UTC
Permalink
On Tue, 14 Oct 2014 18:23:51 -0700 (PDT) msbroadf wrote:

m> I got my app compiling/running with wxBase under android. (After
m> implementing the missing wchar functions in android) however i had to
m> change all my strings to use the _T macro? Otherwise no wxString
m> comparisons or assigment work, is that a bug?

I'd hazard a guess that there is a bug in the implementation of the
missing functions, but it's really hard to be sure without knowing more
details...

Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
Loading...