wxEuphoria in linux

new topic     » topic index » view thread      » older message » newer message

Hi I'm getting an error when I try to use wxeuphoria code. It's just the simple 
window code from c.k.lester's gui book. The first code example:

--------------------------------------------------
include wxEuphoria.e
constant                                                                        
    MenuWin = create( wxFrame,{0,-1, "wxWidgets", -1, -1, -1, -1} ),            
        win = create( wxPanel, {MenuWin})                                       
        wxMain( MenuWin )                        

--------------------------------------------------

Well I try to run it and I get this error msg.

--------------------------------------------------
>/home/rave/dev/euphoria/wxEuphoria/wxEuphoria.e:1028
>A machine-level exception occurred during execution of this statement 

>--> See ex.err 

>Warning: local constant win in dodo.exu is not used
--------------------------------------------------

I've wxEuphoria in my EUINC and wxeu.so in /usr/lib so I don't know what's up.
I've tried both wxeu.so from RH to fedora. The only thing I can think of is
if I compile it myself from the source. I really don't want to do this. I know
next to nothing on compiling this stuff. Plus it keeps freezing everytime I run
the command to download it.

Can I have some help with this please?

thank you


My blog: http://jroller.com/page/irismarks

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu