зеркало из https://github.com/mono/mail-archives.git
167 строки
7.6 KiB
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:"The anonymous svn server name has
|
|
changed. The new server is
|
|
anonsvn.mono-project.com."
|
|
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 < <A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">cjcollier at colliertech.org</A>> wrote:
|
|
><i>
|
|
</I>><i> This is cool. I didn't know it was working on windows. :)
|
|
</I>><i>
|
|
</I>><i> On Tue, 2006-06-13 at 13:50 +0200, LievenQ wrote:
|
|
</I>><i> > Hi,
|
|
</I>><i> >
|
|
</I>><i> > I did get have the glarea working on windows, but I remember it was kind
|
|
</I>><i> > of a hassle to do so.
|
|
</I>><i> >
|
|
</I>><i> > My managed dll was built on linux, with mono, and it did work on windows
|
|
</I>><i>
|
|
</I>><i> > and ms .net (as it should;))
|
|
</I>><i> >
|
|
</I>><i> > It also needed a native dll (gtkglarea-win32 something). I downloaded
|
|
</I>><i> the
|
|
</I>><i> > source of it, but I couldn't compile it. It seemed to be made for an
|
|
</I>><i> older
|
|
</I>><i> > version of gtk, which had some macros to access the inner win32 handles
|
|
</I>><i> of
|
|
</I>><i> > the gtk windows. I managed to fix most of it, I only couldn't figure out
|
|
</I>><i> > how to get the handle of a font, so I just commented that out. I'm not
|
|
</I>><i> > using fonts anyway.
|
|
</I>><i> >
|
|
</I>><i> > I attached the source code of my modified gtkglarea, aswell as the
|
|
</I>><i> > binaries.
|
|
</I>><i> >
|
|
</I>><i> > Greets,
|
|
</I>><i> >
|
|
</I>><i> > Lieven van der Heide
|
|
</I>><i> >
|
|
</I>><i> > On Sat, 10 Jun 2006 07:02:46 +0200, BradDaBug <<A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">braddabug at comcast.net</A>>
|
|
</I>><i> > wrote:
|
|
</I>><i> >
|
|
</I>><i> > >
|
|
</I>><i> > > I've been working on a Gtk# application that uses GtkGLArea, and it
|
|
</I>><i> works
|
|
</I>><i> > > fine on Linux with Mono, but I can't get it to build on Windows. I get
|
|
</I>><i> an
|
|
</I>><i> > > error when I try to build that looks like this:
|
|
</I>><i> > >
|
|
</I>><i> > > Assembly 'gtkglarea-sharp, Version=0.0.3.0, Culture=neutral,
|
|
</I>><i> > > PublicKeyToken=...' uses 'glib-sharp, Version=2.4.0.0 , ...' which
|
|
</I>><i> has a
|
|
</I>><i> > > higher version than reference assembly 'glib-sharp, Version=1.0.0.0,
|
|
</I>><i> ...'
|
|
</I>><i> > >
|
|
</I>><i> > > I couldn't figure out how to get gtkglarea-sharp to build on Windows
|
|
</I>><i> so I
|
|
</I>><i> > > just copied the version I was using over on my Linux box with Mono,
|
|
</I>><i> but I
|
|
</I>><i> > > guess that won't work. Will gtkglarea-sharp even work on Windows? If
|
|
</I>><i> > > not, is
|
|
</I>><i> > > there any way to make a Gtk# application that uses OpenGL work on
|
|
</I>><i> > > Windows?
|
|
</I>><i> > > --
|
|
</I>><i> > > View this message in context:
|
|
</I>><i> > > <A HREF="http://www.nabble.com/GtkGlArea-and-Windows-t1765324.html#a4805031">http://www.nabble.com/GtkGlArea-and-Windows-t1765324.html#a4805031</A>
|
|
</I>><i> > > Sent from the Mono - Gtk# forum at Nabble.com.
|
|
</I>><i> > >
|
|
</I>><i> > > _______________________________________________
|
|
</I>><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>><i> > > <A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">http://lists.ximian.com/mailman/listinfo/gtk-sharp-list</A>
|
|
</I>><i> > >
|
|
</I>><i> >
|
|
</I>><i> >
|
|
</I>><i> >
|
|
</I>><i> > --
|
|
</I>><i> > Using Opera's revolutionary e-mail client: <A HREF="http://www.opera.com/mail/">http://www.opera.com/mail/</A>
|
|
</I>><i> > _______________________________________________ Gtk-sharp-list maillist
|
|
</I>><i> - <A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">Gtk-sharp-list at lists.ximian.com</A>
|
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">http://lists.ximian.com/mailman/listinfo/gtk-sharp-list</A>
|
|
</I>><i>
|
|
</I>><i> _______________________________________________
|
|
</I>><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>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">http://lists.ximian.com/mailman/listinfo/gtk-sharp-list</A>
|
|
</I>><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>
|