[Mono-winforms-list] HelpProvider

Dennis Hayes denisraytek@yahoo.com
Mon, 28 Feb 2005 04:25:07 -0800 (PST)


--0-1431172768-1109593507=:80897
Content-Type: text/plain; charset=us-ascii

Using monop.exe is fine for creating private stubs for your own use.
Mono requires that work be done only from the documentation, no use of reflectionis allowed.
You should not check into mono any stubs created using monop.exe or any other type of reflection.
I double checked this with Miguel.
Thanks,
Dennis


Mario Sopena <mario.sopena@gmail.com> wrote:
Hello,


On Sat, 26 Feb 2005 04:42:04 -0700, Peter Dennis Bartok

wrote:
> Jon,
> 
> Somebody (mario, I believe) in #mono-winforms was working on it. You can

I have started working on it, but it is far from being usable. Besides
I don't know when it will be ;-D.

For creating the stub I recommend you the mono command monop.exe. It
can practically create it for you. You have to point to the dll which
contains the class, and pass it the class you want to stub. For
example, for HelpProvider:

monop -d -r:C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll
System.Windows.Forms.HelpProvider

Hope it helps!

Mario
_______________________________________________
Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

		
---------------------------------
Do you Yahoo!?
 Yahoo! Mail - 250MB free storage. Do more. Manage less.
--0-1431172768-1109593507=:80897
Content-Type: text/html; charset=us-ascii

<DIV>Using monop.exe is fine for creating private stubs for your own use.</DIV>
<DIV>Mono requires that work be done only from the documentation, no use of reflectionis allowed.</DIV>
<DIV>You should not check into mono any stubs created using monop.exe or any other type of reflection.</DIV>
<DIV>I double checked this with Miguel.</DIV>
<DIV>Thanks,</DIV>
<DIV>Dennis</DIV>
<DIV><BR><BR><B><I>Mario Sopena &lt;mario.sopena@gmail.com&gt;</I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="BORDER-LEFT: #1010ff 2px solid; MARGIN-LEFT: 5px; PADDING-LEFT: 5px">Hello,<BR><BR><BR>On Sat, 26 Feb 2005 04:42:04 -0700, Peter Dennis Bartok<BR><PETER@NOVONYX.COM>wrote:<BR>&gt; Jon,<BR>&gt; <BR>&gt; Somebody (mario, I believe) in #mono-winforms was working on it. You can<BR><BR>I have started working on it, but it is far from being usable. Besides<BR>I don't know when it will be ;-D.<BR><BR>For creating the stub I recommend you the mono command monop.exe. It<BR>can practically create it for you. You have to point to the dll which<BR>contains the class, and pass it the class you want to stub. For<BR>example, for HelpProvider:<BR><BR>monop -d -r:C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll<BR>System.Windows.Forms.HelpProvider<BR><BR>Hope it helps!<BR><BR>Mario<BR>_______________________________________________<BR>Mono-winforms-list maillist -
 Mono-winforms-list@lists.ximian.com<BR>http://lists.ximian.com/mailman/listinfo/mono-winforms-list<BR></BLOCKQUOTE><p>
		<hr size=1>Do you Yahoo!?<br> 
Yahoo! Mail - 250MB free storage. <a href="http://us.rd.yahoo.com/evt=29915/*http://info.mail.yahoo.com/mail_250">Do more. Manage less.</a>
--0-1431172768-1109593507=:80897--