[Mono-winforms-list] How to install

Alexandre Pigolkine pigolkine@gmx.de
Thu, 3 Apr 2003 01:14:14 +0200


Hello,

The problem with SWF under Windows is not clear for a moment.
I will try to find the reason.

Installation procedure for Linux was described here :
http://lists.ximian.com/archives/public/mono-winforms-list/2003-March/000165
.html

Few corrections to description :
step 0: download and install Mono and Wine

step 4: creation of links should be :
for f in *.dll.so; do ln -s $f lib$f; done;

step 6:
May be you will need to do: $ export LD_LIBRARY_PATH=.:/usr/local/lib/wine

Simple SWF applications were tested on Red Hat 8.0, Suse 8.1, Debian 3.0
with default kernel/glibc, Mono 0.23 and Wine-20030318.

Alexandre

----- Original Message -----
From: "Lukas Kurka" <kurkal@post.cz>
To: <mono-winforms-list@lists.ximian.com>
Sent: Wednesday, April 02, 2003 3:04 PM
Subject: [Mono-winforms-list] How to install


> Hi,
>
> I'm working on Windows XP. Finally I compile my first non-console
> program and when I type " mono Form1.exe " I got these warnings:
> ** (Form1.exe:1356): WARNING **: Failed to load function
> GetDriveType from kernel32.dll
>
> ** (Form1.exe:1356): WARNING **: Failed to load function
> ExtTextOut from gdi32.dll
>
> And some more like these. Can anybody help me??
> Guide step by step (download, install, set paths, examples ...)
> under Win and Linux will be absolutely great. I didn't find
> anything like that on the www.go-mono.com but I think it should
> be there.
>
> Thanks Lukas Kurka
> kurkal@post.cz
>
>
> --
> Ziskejte kvalitu, kterou si zasluhujete. Za minimalni mesicni
> poplatek vam nabizime Antivir, Antispam nebo dalsi kapacitu pro
> vas Mailbox. Vice na: http://sluzby.volny.cz/product/postpaid/
>
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>