mail-archives/gtk-sharp-list/2007-June/008097.html

167 строки
7.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Gtk-sharp-list] GtkGlArea and Windows
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:gtk-sharp-list%40lists.ximian.com?Subject=%5BGtk-sharp-list%5D%20GtkGlArea%20and%20Windows&In-Reply-To=1176049513.22023.2.camel%40cjcoll-laptop">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="008096.html">
<LINK REL="Next" HREF="008102.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Gtk-sharp-list] GtkGlArea and Windows</H1>
<B>James Talton</B>
<A HREF="mailto:gtk-sharp-list%40lists.ximian.com?Subject=%5BGtk-sharp-list%5D%20GtkGlArea%20and%20Windows&In-Reply-To=1176049513.22023.2.camel%40cjcoll-laptop"
TITLE="[Gtk-sharp-list] GtkGlArea and Windows">talton at gmail.com
</A><BR>
<I>Mon Jun 11 09:56:53 EDT 2007</I>
<P><UL>
<LI>Previous message: <A HREF="008096.html">[Gtk-sharp-list] Problem with ScrolledWindow and default size
</A></li>
<LI>Next message: <A HREF="008102.html">[Gtk-sharp-list] ProgressBar inside a StatusBar?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8097">[ date ]</a>
<a href="thread.html#8097">[ thread ]</a>
<a href="subject.html#8097">[ subject ]</a>
<a href="author.html#8097">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>I found the mono page for GTKGLAreaSharp at
<A HREF="http://www.mono-project.com/GtkGLAreaSharp">http://www.mono-project.com/GtkGLAreaSharp</A> but it seems that many of the
links don't work.
The I did find a thread where Lluis responded about the
svn.myrealbox.comnot working:&quot;The anonymous svn server name has
changed. The new server is
anonsvn.mono-project.com.&quot;
The links to colliertech.org don't seem to be working. Maybe the domain
colliertech.org expired?
Anyway, I have been working on a little project using CSharp, GTK#, and
OpenGL.
I have made a CSharp OpenGL GTK widget that runs on both Windows and Linux
and supports shared display lists across OpenGL contexts.
I was planning on putting the source up on sourceforge, but didn't want to
duplicate efforts.
What's the status of the GTKGLAreaSharp? Is there any way I can help?
Thanks,
James
On 4/8/07, C.J. Adams-Collier &lt; <A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">cjcollier at colliertech.org</A>&gt; wrote:
&gt;<i>
</I>&gt;<i> This is cool. I didn't know it was working on windows. :)
</I>&gt;<i>
</I>&gt;<i> On Tue, 2006-06-13 at 13:50 +0200, LievenQ wrote:
</I>&gt;<i> &gt; Hi,
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; I did get have the glarea working on windows, but I remember it was kind
</I>&gt;<i> &gt; of a hassle to do so.
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; My managed dll was built on linux, with mono, and it did work on windows
</I>&gt;<i>
</I>&gt;<i> &gt; and ms .net (as it should;))
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; It also needed a native dll (gtkglarea-win32 something). I downloaded
</I>&gt;<i> the
</I>&gt;<i> &gt; source of it, but I couldn't compile it. It seemed to be made for an
</I>&gt;<i> older
</I>&gt;<i> &gt; version of gtk, which had some macros to access the inner win32 handles
</I>&gt;<i> of
</I>&gt;<i> &gt; the gtk windows. I managed to fix most of it, I only couldn't figure out
</I>&gt;<i> &gt; how to get the handle of a font, so I just commented that out. I'm not
</I>&gt;<i> &gt; using fonts anyway.
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; I attached the source code of my modified gtkglarea, aswell as the
</I>&gt;<i> &gt; binaries.
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; Greets,
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; Lieven van der Heide
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; On Sat, 10 Jun 2006 07:02:46 +0200, BradDaBug &lt;<A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">braddabug at comcast.net</A>&gt;
</I>&gt;<i> &gt; wrote:
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; &gt;
</I>&gt;<i> &gt; &gt; I've been working on a Gtk# application that uses GtkGLArea, and it
</I>&gt;<i> works
</I>&gt;<i> &gt; &gt; fine on Linux with Mono, but I can't get it to build on Windows. I get
</I>&gt;<i> an
</I>&gt;<i> &gt; &gt; error when I try to build that looks like this:
</I>&gt;<i> &gt; &gt;
</I>&gt;<i> &gt; &gt; Assembly 'gtkglarea-sharp, Version=0.0.3.0, Culture=neutral,
</I>&gt;<i> &gt; &gt; PublicKeyToken=...' uses 'glib-sharp, Version=2.4.0.0 , ...' which
</I>&gt;<i> has a
</I>&gt;<i> &gt; &gt; higher version than reference assembly 'glib-sharp, Version=1.0.0.0,
</I>&gt;<i> ...'
</I>&gt;<i> &gt; &gt;
</I>&gt;<i> &gt; &gt; I couldn't figure out how to get gtkglarea-sharp to build on Windows
</I>&gt;<i> so I
</I>&gt;<i> &gt; &gt; just copied the version I was using over on my Linux box with Mono,
</I>&gt;<i> but I
</I>&gt;<i> &gt; &gt; guess that won't work. Will gtkglarea-sharp even work on Windows? If
</I>&gt;<i> &gt; &gt; not, is
</I>&gt;<i> &gt; &gt; there any way to make a Gtk# application that uses OpenGL work on
</I>&gt;<i> &gt; &gt; Windows?
</I>&gt;<i> &gt; &gt; --
</I>&gt;<i> &gt; &gt; View this message in context:
</I>&gt;<i> &gt; &gt; <A HREF="http://www.nabble.com/GtkGlArea-and-Windows-t1765324.html#a4805031">http://www.nabble.com/GtkGlArea-and-Windows-t1765324.html#a4805031</A>
</I>&gt;<i> &gt; &gt; Sent from the Mono - Gtk# forum at Nabble.com.
</I>&gt;<i> &gt; &gt;
</I>&gt;<i> &gt; &gt; _______________________________________________
</I>&gt;<i> &gt; &gt; Gtk-sharp-list maillist - <A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">Gtk-sharp-list at lists.ximian.com</A>
</I>&gt;<i> &gt; &gt; <A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">http://lists.ximian.com/mailman/listinfo/gtk-sharp-list</A>
</I>&gt;<i> &gt; &gt;
</I>&gt;<i> &gt;
</I>&gt;<i> &gt;
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; --
</I>&gt;<i> &gt; Using Opera's revolutionary e-mail client: <A HREF="http://www.opera.com/mail/">http://www.opera.com/mail/</A>
</I>&gt;<i> &gt; _______________________________________________ Gtk-sharp-list maillist
</I>&gt;<i> - <A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">Gtk-sharp-list at lists.ximian.com</A>
</I>&gt;<i> <A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">http://lists.ximian.com/mailman/listinfo/gtk-sharp-list</A>
</I>&gt;<i>
</I>&gt;<i> _______________________________________________
</I>&gt;<i> Gtk-sharp-list maillist - <A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">Gtk-sharp-list at lists.ximian.com</A>
</I>&gt;<i> <A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">http://lists.ximian.com/mailman/listinfo/gtk-sharp-list</A>
</I>&gt;<i>
</I>-------------- next part --------------
An HTML attachment was scrubbed...
URL: <A HREF="http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20070611/44038bf6/attachment.html">http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20070611/44038bf6/attachment.html</A>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008096.html">[Gtk-sharp-list] Problem with ScrolledWindow and default size
</A></li>
<LI>Next message: <A HREF="008102.html">[Gtk-sharp-list] ProgressBar inside a StatusBar?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8097">[ date ]</a>
<a href="thread.html#8097">[ thread ]</a>
<a href="subject.html#8097">[ subject ]</a>
<a href="author.html#8097">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">More information about the Gtk-sharp-list
mailing list</a><br>
</body></html>