[Gtk-sharp-list] Docs and Tutorials or sample code.

Mike Kestner mkestner@speakeasy.net
21 Feb 2003 09:49:01 -0600


On Fri, 2003-02-21 at 00:14, Jeff Ai wrote:
> Thanx Mike, that fixed the compilation problem. I
> think someone needs to fix the tutorial. (in the
> tutorial, the compile command still use -r with .dll).
> 
> When i tried to run it, i had this 
> 
> mono.bat hellworld.exe 
> ** (helloworld.exe:3208): WARNING **: Failed to load
> library libgtk-x11-2.0.so.d
> ll (libgtk-x11-2.0.so): The specified module could not
> be found.

Did you copy linux built dll's onto windows?  That's currently not
possible.  You need dll's built for windows.  

If you are using a windows distribution, it may be as simple as hacking
your mono config file to remove the entries from libglib* thru libgtk*.
This file is installed in /etc/mono/ on linux. I'm not sure where they
put it in the win dists.

-- 
Mike Kestner <mkestner@speakeasy.net>