Re: Question about wxEuphoria
- Posted by mattlewis (admin) Feb 08, 2009
- 1004 views
As you introduced wxDEBUG this is a good means to see what functions are not linked correctly. These are my results:
Failed to link function: +find_window
Failed to link function: +get_linkinfo
Failed to link function: +get_staticbitmap
Failed to link procedure: +set_mdi_child_title
Failed to link procedure: +set_staticbitmap
Failed to link function: +get_obj_pointer
Failed to link variable: null_pen
Failed to link variable: null_brush
It seems something is missing in the provided dlls for wxEuphoria. Can I compile them myself using Watcom and what must I pay attention to?
I think that the exports.lbc file wasn't updated. There's a target in makefile.wat (exports) to do this, but it requires that you have grep and sed installed (I use gnuwin32 on Windows). By default, everything is exported by gcc, but Watcom requires extra work to export from a dll.
I can see that at wxwidgets.org Release 2.8.9 is offered for download. Can I use the provided files in wxEuphoria/src for this release too?
[/quote]
Yes, that should work. I haven't looked at the release notes, but these point releases usually don't remove anything from the API.
Matt