1. wxEuphoria - ???
- Posted by Jerry_Story May 22, 2009
- 838 views
- Last edited May 23, 2009
I typed eubind fcr.exw
and got this
Warning: fcr-general.e:12 - identifier 'LINUX' in 'misc.e' is not included Warning: fcr-general.e:27 - identifier 'reverse' in 'misc.e' is not included Warning: fcr-general.e:31 - identifier 'reverse' in 'misc.e' is not included Warning: fcr-mbar.e:5 - identifier 'mess' in 'fcr.exw' is not included Warning: fcr-mbar.e:12 - identifier 'void' in 'fcr.exw' is not included Warning: fcr-mbar.e:12 - identifier 'message_box' in 'wxeud.e' is not included Warning: fcr-mbar.e:12 - identifier 'mess' in 'fcr.exw' is not included Warning: fcr-mbar.e:14 - identifier 'set_event_handler' in 'wxeud.e' is not included Warning: fcr-mbar.e:14 - identifier 'btnProt' in 'fcr.exw' is not included Warning: fcr-mbar.e:14 - identifier 'get_id' in 'wxeud.e' is not included Warning: fcr-mbar.e:15 - identifier 'wxEVT_COMMAND_BUTTON_CLICKED' in 'wxeud.e' is not included Warning: fcr-mbar.e:18 - identifier 'mess' in 'fcr.exw' is not included Warning: fcr-mbar.e:26 - identifier 'void' in 'fcr.exw' is not included Warning: fcr-mbar.e:26 - identifier 'message_box' in 'wxeud.e' is not included Warning: fcr-mbar.e:26 - identifier 'mess' in 'fcr.exw' is not included Warning: fcr-mbar.e:28 - identifier 'set_event_handler' in 'wxeud.e' is not included Warning: fcr-mbar.e:28 - identifier 'btnDisclaims' in 'fcr.exw' is not included Warning: fcr-mbar.e:28 - identifier 'get_id' in 'wxeud.e' is not included Warning: fcr-mbar.e:29 - identifier 'wxEVT_COMMAND_BUTTON_CLICKED' in 'wxeud.e' is not included Warning: fcr-mbar.e:32 - identifier 'mess' in 'fcr.exw' is not included
and on and on.
It's a perfectly good program. Something is set up wrong. What?
With exu fcr.exw, I get the window and the widgets but the events don't work.
2. Re: wxEuphoria - ???
- Posted by Jerry_Story May 22, 2009
- 835 views
- Last edited May 23, 2009
Jerry_Story said...
I typed eubind fcr.exw
and got this
Warning: fcr-general.e:12 - identifier 'LINUX' in 'misc.e' is not included Warning: fcr-general.e:27 - identifier 'reverse' in 'misc.e' is not included Warning: fcr-general.e:31 - identifier 'reverse' in 'misc.e' is not included Warning: fcr-mbar.e:5 - identifier 'mess' in 'fcr.exw' is not included Warning: fcr-mbar.e:12 - identifier 'void' in 'fcr.exw' is not included Warning: fcr-mbar.e:12 - identifier 'message_box' in 'wxeud.e' is not included Warning: fcr-mbar.e:12 - identifier 'mess' in 'fcr.exw' is not included Warning: fcr-mbar.e:14 - identifier 'set_event_handler' in 'wxeud.e' is not included Warning: fcr-mbar.e:14 - identifier 'btnProt' in 'fcr.exw' is not included Warning: fcr-mbar.e:14 - identifier 'get_id' in 'wxeud.e' is not included Warning: fcr-mbar.e:15 - identifier 'wxEVT_COMMAND_BUTTON_CLICKED' in 'wxeud.e' is not included Warning: fcr-mbar.e:18 - identifier 'mess' in 'fcr.exw' is not included Warning: fcr-mbar.e:26 - identifier 'void' in 'fcr.exw' is not included Warning: fcr-mbar.e:26 - identifier 'message_box' in 'wxeud.e' is not included Warning: fcr-mbar.e:26 - identifier 'mess' in 'fcr.exw' is not included Warning: fcr-mbar.e:28 - identifier 'set_event_handler' in 'wxeud.e' is not included Warning: fcr-mbar.e:28 - identifier 'btnDisclaims' in 'fcr.exw' is not included Warning: fcr-mbar.e:28 - identifier 'get_id' in 'wxeud.e' is not included Warning: fcr-mbar.e:29 - identifier 'wxEVT_COMMAND_BUTTON_CLICKED' in 'wxeud.e' is not included Warning: fcr-mbar.e:32 - identifier 'mess' in 'fcr.exw' is not included
and on and on.
It's a perfectly good program. Something is set up wrong. What?
With exu fcr.exw, I get the window and the widgets but the events don't work.
Those silly warnings went away when I found bind.ex in /source. I didn't have the /source directory in the /euphoria directory.