Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.wxwindows > #26
| Newsgroups | comp.soft-sys.wxwindows |
|---|---|
| From | Vadim Zeitlin <vadim@wxwidgets.org> |
| Subject | Re: extract wxString from wxWidgets |
| References | <1koi7qo.e4s4af1w0ofkaN@marc.my-fqdn.de> |
| Message-ID | <slrnk2dpto.2u0.vadim@sunset.tt-solutions.com> (permalink) |
| Date | 2012-08-11 23:16 +0000 |
| Organization | Guest of ProXad - France |
On 2012-08-08, Marc Stibane <spamfalle2@arcor.de> wrote:
> I need to port some command line tool using wxWidgets from win/lin/mac
> to iOS (*). The code uses only wxString. I tried to substitute it with
> typedef std::string wxString;
> but there were too many lines which gave compiler errors, e.g. because
> the operator<< was used, or operator= to convert from two-byte-strings.
>
> Since wxWidgets doesn't work (yet) on iOS, I cannot use it (as whole).
> So I'd like to extract only wxString.
>
> Anyone already done this before?
Yes, several people used parts of wxWidgets (including some GUI ones)
under wxiOS. I didn't do it myself but I think it should work without any
problems with 2.9.4.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
Back to comp.soft-sys.wxwindows | Previous | Next — Previous in thread | Next in thread | Find similar
extract wxString from wxWidgets spamfalle2@arcor.de (Marc Stibane) - 2012-08-08 10:36 +0200
Re: extract wxString from wxWidgets Vadim Zeitlin <vadim@wxwidgets.org> - 2012-08-11 23:16 +0000
Re: extract wxString from wxWidgets spamfalle2@arcor.de (Marc Stibane) - 2012-08-14 19:40 +0200
Re: extract wxString from wxWidgets Vadim Zeitlin <vadim@wxwidgets.org> - 2012-08-15 22:10 +0000
csiph-web