1. GTK in Windows

Anybody have EuGTK working in Windows? I'm having some issues and hope somebody here can help. smile

new topic     » topic index » view message » categorize

2. Re: GTK in Windows

I have the Euphoria 3.1 / GTK+ 2.10 version working cross-platform; but I haven't had time to work with the 4.0 version yet. What issues are you having?

new topic     » goto parent     » topic index » view message » categorize

3. Re: GTK in Windows

m_sabal said...

I have the Euphoria 3.1 / GTK+ 2.10 version working cross-platform; but I haven't had time to work with the 4.0 version yet. What issues are you having?

When I run a demo (for instance, simple_window.exu), I get this:

c:/eu_include/eugtk/GtkEngine.e:38 
c_proc/c_func: bad routine number (-1)  

It's apparently finding libgtk-win32-2.0-0.dll okay, but it's choking on accessing a function therein. I guess. getlost

Any idea on how I can get it working?!

new topic     » goto parent     » topic index » view message » categorize

4. Re: GTK in Windows

What version of GTK do you have installed? What version of Euphoria do you have installed? What version of EuGTK do you have installed?

new topic     » goto parent     » topic index » view message » categorize

5. Re: GTK in Windows

-----------------------------------------------------------		 
-- initialize the GObj type system 
----------------------------------------------------------- 
constant g_type_init = define_c_proc(GTK,"g_type_init",{}) 
c_proc(g_type_init,{}) 

If the above is where the error occurs, just comment out those two lines. It may still work.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu