Re: RE: Re: undefined Symbol ...wxNotebookBase
Bryan Bulten <[email protected]>
| Newsgroups | gmane.comp.lib.wxwindows.wxnet |
|---|---|
| Message-ID | <[email protected]> |
> ...
> extern "C" WXEXPORT
> wxNotebook* wxNotebook_ctor()
> {
> #ifdef _WINDOWS
> return new _Notebook();
> #else
> return new wxNotebook();
> #endif
> }
> ...
Very strange indeed. What compiler version are you using?
Have you tried changing the name '_Notebook' to something else like
'wxnet_Notebook'?
If I remember correctly, names starting with an underscore ('_') are
reserved for use by the compiler vendor, so should be avoided by
application programmers. Perhaps this could be the source of the
problem; and if it is, I'll go through the sources to remove the names
starting with an '_'.
Thank-you for discovering this.
--
Bryan Bulten
http://www.bulten.ca/
http://wxnet.sourceforge.net/
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/ItJA32WFWIzmzHgRArBiAJ4xcK2Rq3DAIPybU4NpGROlX+j8iACfWc9u brRfKNyEKBoZOS3j6p6M0jQ= =obsg -----END PGP SIGNATURE-----