[Gtk-sharp-list] GtkGlExt compilation help PLEASE!!!!

Ofer Achler ofer at achler.org
Thu May 19 02:21:32 EDT 2005


Mauricio Henriquez wrote:

>Hi:
>
>I need to make the GtkGlExt-Sharp librarie to make some opengl rendering in
>a gtk window, but I can't build the necesarie libraries like
>gtkgl-sharp.dll, gdkgl-sharp.dll, and may be you can send me your libraries
>or help me to build my own, I all ready try to build the libraries (I
>download the gtkglext-sharp.0.1.0, and try this on Windows Xp), but I can't
>find in the package the files in the "generated" folder
>(_GL_ATIVertexAttribArrayObject.cs, etc.), may be can you send me this files
>or let me know where can I find them.
>  
>
You need to install or have gapi_codegen.exe, that generates the files 
in the generated directory.  After that, it just works =)

If you still need the files, email me privatley

>I realy need to get this libraries to work on windows and linux, becouse for
>now I generate the all window context for opengl stuff with "glut" from TAO
>(succefully on windows and linux), but if I want some widgets in a gtk
>window to control the figure I have to lunch the "glut-window" from my
>gtk-window in a diferent thread (otherwise the "glutmainloop" call lock the
>gtk-window), and this can couse some extrange behavior on mono/linux, for
>example I have to suspend a reasume the thread in the mono/linux version of
>my program to refresh the opengl figure (surprisingly this is not needed in
>the windows version), so it seems to be a better way to have the opengl
>stuff inside the gtk-window.
>  
>
Yeah, I agree.  That's exactly gtkglsharps strength I think.

>Please help with this...
>
>Mauricio from Chili
>
>_______________________________________________
>Gtk-sharp-list maillist  -  Gtk-sharp-list at lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>  
>



More information about the Gtk-sharp-list mailing list