On 31.01.2004, at 02:05, Elfred Pagán wrote:
Mono does work (albeit partially) on Power PC. I recently compiled it
using the instructions posted by Dave Morford on the Mono-Devel list.
If interested I can forward you that e-mail.
Sure.
As for Cocoa bindings, there are non yet that I know of. In
On Jan 30, 2004, at 2:22 PM, Ole Guldberg Jensen wrote:
DarwinPorts has both mono and DotGNU Portable DotNet in the portstree.
Though mono doesnt work (on ppc ?), mint works.
http://darwinports.opendarwin.org/
BTW: are there any Cocoa bridges to Mono or intentions to make one?
(just like with Coco
On 29.01.2004, at 03:04, Adam Williams wrote:
I've been running back and forth trying to call OpenGroupware's xmlrpcd
from mono:
http://lists.ximian.com/archives/public/mono-list/2003-November/
016697.html
- and I'm curious if anyone has been able to get this to work? Or is
there still a bug in mo
On 12.12.2003, at 08:37, Swaroop C H wrote:
I was just reading this article at ZDNet called "Microsoft patents
'HTML
applications'", the title says it all, really. Out of curiosity, are
they
talking about XAML or just HTML?
It is just regular, signed, IE DHTML and available for several years
n
On 05.12.2003, at 16:58, Rodrigo Moya wrote:
We are planning to provide a SQL interface to any LDAP
directory. This will help the database clients which access
directories.
Please let me know you views on this.
we tried this same thing in the gnome-db project
(http://www.gnome-db.org), writing a
On Dec 5, 2003, at 9:32 AM, Pablo Fischer wrote:
I've been testing and looking for all the posibles Exceptions in
CookComputing.XmlRpc, However I have a problem, If I don't edit/post or
something to the site, simply.. my app hangs with a *nice* message in
the terminal (message.. NOT Exception):
nre
On 04.11.2003, at 00:20, Gonzalo Paniagua Javier wrote:
Can you file a bug report in bugzilla adding all the information (test
cases) needed to reproduce this?
Si maestro, bug posted #50530.
Yet, it may be difficult to reproduce if you do not already have an OGo
XML-RPC daemon installed. Let me k
Hi,
On 31.10.2003, at 17:54, Helge Hess wrote:
is HttpWebRequest basic authentication supposed to work with Mono
0.28? I somehow don't get this working:
...
Does anyone has a small example which works with Mono and does
authenticate against a webserver? Doesn't necessarily
Hi there,
is HttpWebRequest basic authentication supposed to work with Mono 0.28?
I somehow don't get this working:
---snip---
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url);
/* setup authentication */
request.PreAuthenticate = true;
NetworkCredential c