Re: [Mono-list] HTML or XAML?

2003-12-12 Thread Randy J. Ray
  I was just reading this article at ZDNet called Microsoft patents 'HTML
applications', the title says it all, really.
I particularly enjoyed reading this paragraph:

According the application, the patent (no. 6,662,341) covers writing a 
standard HTML file that runs in its own window outside of the browser. This 
means, according to the filing, that the author of an HTML application file 
won't face the security constraints imposed by a browser. This relaxed 
security allows an HTML author to do things such as: read from a user's local 
computer; write to a user's local computer and perform scripting of frames 
between domains.

...because, after all, the MS platform is renowned for its security.

Randy
--
[EMAIL PROTECTED]  http://www.rjray.org http://www.svsm.org
Always code as if the guy who ends up maintaining your code will be a violent
psychopath who knows where you live.  -- Rick Osborne
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Error building mcs-0.29 from source (on Linux)

2003-12-03 Thread Randy J. Ray
make[2]: Entering directory `/usr/local/src/Mono/mcs-0.29/class/ByteFX.Data'
MONO_PATH=../../class/lib:$MONO_PATH mono  ../../mcs/mcs.exe   -d:NET_1_1 -g 
/
noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /
r:ICSharpCode.SharpZipLib.dll /r:System.Design.dll /r:System.Drawing.dll /r:
System.Windows.Forms.dll /res:mysqlclient/Designers/command.bmp /res:
mysqlclient/Designers/connection.bmp /res:mysqlclient/Designers/dataadapter.
bmp /target:library /out:../../class/lib/ByteFX.Data.dll @ByteFX.Data.dll.
sources
 Unhandled Exception: System.IO.FileNotFoundException: Could not find file ..
\..\bytefx.snk
in 0x002fa System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.
FileAccess,System.IO.FileShare,int,bool)
in 0x00086 System.IO.FileStream:.ctor (string,System.IO.FileMode)
in 0x00065 (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor 
(string,System.IO.FileMode)
in 0x00214 System.Reflection.Emit.AssemblyBuilder:SetCustomAttribute 
(System.Reflection.Emit.CustomAttributeBuilder)
in 0x00df9 Mono.CSharp.Attribute:ApplyAttributes (Mono.CSharp.EmitContext,
object,object,Mono.CSharp.Attributes)
in 0x001f9 Mono.CSharp.RootContext:EmitCode ()
in 0x0081f Mono.CSharp.Driver:MainDriver (string[])
in 0x0001b Mono.CSharp.Driver:Main (string[])
 make[2]: *** [../../class/lib/ByteFX.Data.dll] Error 1
make[2]: Leaving directory `/usr/local/src/Mono/mcs-0.29/class/ByteFX.Data'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/Mono/mcs-0.29/class'
make: *** [all-recursive] Error 1

My first concern was that the path to bytefx.snk used \ rather than / for a 
separator. But assuming that mcs handles this in a platform-independant 
fashion, there is no bytefx.snk in the dist area, either as part of the tar-
file or generated during the build process.

Randy
--

Randy J. RayCampbell, CAhttp://www.rjray.org   [EMAIL PROTECTED]
Silicon Valley Scale Modelers: http://www.svsm.org
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Patch to browser/browser.cs in monodoc

2003-08-21 Thread Randy J. Ray
This requires CVS Gtk#
Yeah, I guess the question this really brings up is whether a new release 
such as monodoc-0.6, which was grouped with the rest of the mono 0.26 packages 
on the download page, should at least mention this.

When I downloaded the 0.26 and related packages, the only Gtk# *release* 
package was 0.10. There was nothing to indicate that I needed the CVS head, 
aside from the general failure to build.

Randy
--
[EMAIL PROTECTED]  http://www.rjray.org http://www.svsm.org
Always code as if the guy who ends up maintaining your code will be a violent
psychopath who knows where you live.  -- Rick Osborne
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list