[Mono-winforms-list] Help in get working version of mono swf

Vlad Kaluzhny vkaluzhny@openlinksw.co.uk
Fri, 9 May 2003 20:14:34 +0700


This is a multi-part message in MIME format.

------=_NextPart_000_0082_01C31667.9BE7AD00
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi Giovanni.

Download this:  http://host.kaluzh.info/win32api.tgz .

Untar it in any convenient place.

This is Win32 API shared libraries, which allow to run SWF without
Wine emulator. This will help you I hope.
Find README files in "wine" and "mono" subdirectories.
Should you have some questions, you are welcome with inquiries.

Regards, Vlad
  ----- Original Message -----=20
  From: Giovanni Zito=20
  To: mono-winforms-list@lists.ximian.com=20
  Sent: Friday, May 09, 2003 19:26
  Subject: [Mono-winforms-list] Help in get working version of mono swf


  Hi!

  I'm trying to play mono with SWF (WineLib).

  I followed instructions gived by Alexandre Pigolkine in =
"[Mono-winforms-list]SWF/Wine How?"

  I'm started with mono sources (mcs-0.24.tar.gz) and wine sources ( =
Wine-20030318.tar.gz )

  I compiled and installed mono-0.24.tar.gz, Wine-20030318.tar.gz and =
gc6.1-wine.tar.gz successfully.

  Then I downloaded mcs-0.24.tar.gz, changed to =
class/System.Windows.Forms/System.Windows.Forms and
  I compiled monostub.exe.so and monowinehooks.so. Then I've installed =
those files manually.

  When I tryed to do

  > wine monostub

  the result is always SEGMENTATION FAULT.


  A question about compiling mono-0.24.tar.gz: shall I compile mono with =
GC support? i.e. is Boehm libgc-6.1 required?
  ANYWAY I tried both solutions, I compiled mono with GC support and =
without it:

  the result is always the same: SEGMENTATION FAULT.


  I'm using linux redhat 7.3.

  Help me please.




------=_NextPart_000_0082_01C31667.9BE7AD00
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi Giovanni.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Download this:&nbsp;<FONT face=3D"Times =
New Roman"=20
size=3D3> </FONT><A href=3D"http://host.kaluzh.info/win32api.tgz"><FONT=20
face=3D"Times New Roman"=20
size=3D3>http://host.kaluzh.info/win32api.tgz</FONT></A>&nbsp;.</FONT></D=
IV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Untar it in any convenient =
place.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>This is Win32 API shared libraries, =
which allow to=20
run SWF without</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Wine emulator. This will help you I=20
hope.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Find README files in "wine" and "mono"=20
subdirectories.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Should you have some questions, you are =
welcome=20
with inquiries.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Regards, Vlad</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
  <A title=3Dgzito@mbox.thunder.it =
href=3D"mailto:gzito@mbox.thunder.it">Giovanni=20
  Zito</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A=20
  title=3Dmono-winforms-list@lists.ximian.com=20
  =
href=3D"mailto:mono-winforms-list@lists.ximian.com">mono-winforms-list@li=
sts.ximian.com</A>=20
  </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Friday, May 09, 2003 =
19:26</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> [Mono-winforms-list] =
Help in get=20
  working version of mono swf</DIV>
  <DIV><FONT face=3DArial size=3D2></FONT><BR></DIV>
  <DIV><FONT face=3DArial size=3D2>
  <DIV><FONT face=3DArial size=3D2>Hi!</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>I'm trying to play&nbsp;mono with SWF =

  (WineLib).</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>I followed instructions gived by =
Alexandre=20
  Pigolkine in "[Mono-winforms-list]SWF/Wine How?"</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV></FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>I'm started with mono sources =
(mcs-0.24.tar.gz)=20
  and wine sources (&nbsp;Wine-20030318.tar.gz )</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV><FONT face=3DArial =
size=3D2>
  <DIV>I compiled and installed =
mono-0.24.tar.gz,&nbsp;Wine-20030318.tar.gz=20
  and&nbsp;</FONT><FONT face=3DArial size=3D2>gc6.1-wine.tar.gz=20
  successfully.</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>Then I downloaded =
mcs-0.24.tar.gz,&nbsp;changed=20
  to class/System.Windows.Forms/System.Windows.Forms and</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>I compiled&nbsp;monostub.exe.so and=20
  monowinehooks.so.&nbsp;Then I've installed those files =
manually.</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>When I tryed to do</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>&gt; wine monostub</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
  <DIV>the result is always SEGMENTATION FAULT.</DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>A&nbsp;question about compiling =
mono-0.24.tar.gz:=20
  shall I compile mono with GC support? i.e. is Boehm libgc-6.1=20
  required?</FONT></DIV>
  <DIV>
  <DIV>ANYWAY I tried both solutions, I compiled mono with GC support =
and=20
  without it:</DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>the result is always the same: <FONT=20
  face=3D"Times New Roman" size=3D3>SEGMENTATION =
FAULT.</FONT></FONT></DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>I'm using linux redhat =
7.3.</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>Help me please.</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV></DIV></FONT><FONT =
face=3DArial=20
  size=3D2><BR></FONT></DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0082_01C31667.9BE7AD00--