[Mono-dev] Gtk# not found

Francisco T. Martinez martinf at mfconsulting.com
Tue Mar 28 16:55:04 EST 2006


Paulo Augusto wrote:
> Seg, 2006-03-27 às 07:44 -0600, Francisco T. Martinez escreveu:
>   
>> ...
>>
>> As far as having your application distributed in Windows, you could 
>> consider having your app run with the .NET Framework Runtime and just 
>> adding the Gtk# Installer for the .NET Framework Runtime 1.1/2.0 
>> available here:
>>
>>     
>
> Even though i'm making it in Linux, i did tried having my program run
> on .NET with Gtk#. It failed miserably so i never tested it again,
> since.
>
> Anyway, wouldn't that lead to the same problem? I mean, some people
> could install a diferent version of Gtk# onto they're .NET leading to
> the very same issue?
>   
NO.  As I stated in my original message there are a collection of
assembly libraries that are "Policy" dlls.  These are intended to
redirect a 2.4 and a 2.6 Gtk# library request by an application to a 2.8
equivalent library.  As future versions of Gtk# (say 2.9 and 2.10) are
released, is a matter of supplying the additional "Policy" 2.4, 2.6,
2.8, etc. to ensure compatibility at runtime.

You really should have your testers try out the Gtk# Installers for .NET
that I linked to on my original reply, before giving up on it.

Paco.



More information about the Mono-devel-list mailing list