"Hello, world!" crashes during exit

Micha Feigin michf at post.tau.ac.il
Wed May 30 13:53:17 PDT 2007


On Mon, 28 May 2007 15:09:00 +0700
"Slava Semushin" <slava.semushin at gmail.com> wrote:

> 2007/5/28, Slava Semushin <slava.semushin / gmail.com>:
> [...]
> > It's all what I have. May be this crashes related to wrong argc
> > parameter in main()?
> 
> (After many tests, recompilations and compare spec files): it's stable
> reproduce when wxWidgets configure'd with following options:
> --enable-unicode --disable-odbc --enable-shared --enable-optimise I
> suspect then first two options not affected to result. Then mix of
> options --enable-shared --enable-optimise produce wrong result.
> 

I had some problem in a different context that may be related, exporting
objects from a shared library can be an issue if they were not both compile
with the same compiler and the same options as the binary format of the objects
may not match.

How are you building the example? (and what platform, I missed the beginning of
the thread).

> 




More information about the wx-users mailing list