1. GTK in Windows
- Posted by euphoric (admin) Jun 04, 2009
- 948 views
Anybody have EuGTK working in Windows? I'm having some issues and hope somebody here can help.
2. Re: GTK in Windows
- Posted by m_sabal Jun 04, 2009
- 902 views
- Last edited Jun 05, 2009
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?
3. Re: GTK in Windows
- Posted by euphoric (admin) Jun 05, 2009
- 934 views
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.
Any idea on how I can get it working?!
4. Re: GTK in Windows
- Posted by m_sabal Jun 06, 2009
- 897 views
What version of GTK do you have installed? What version of Euphoria do you have installed? What version of EuGTK do you have installed?
5. Re: GTK in Windows
- Posted by irv Jun 06, 2009
- 859 views
----------------------------------------------------------- -- 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.