Re: [Mono-list] monodevelop Mac OS X

2004-09-28 Thread Israel Fdez Cabrera
I had the same problem in my SuSE Linux 9.1, i fix it as follow: in the /usr/lib/mono/gac you'll find some other dirs, each one has a dir named like this 1.0.0.0__35e10195dab3c99f (or something similar :) inside you'll find a .dll and a .dll.conf file. in the .dll.conf file there is a sort of

[Mono-list] Microsoft published .net based FlexWiki-Code under OpenSource

2004-09-28 Thread Freddy BL
After WiX und WTL Microsoft published his third OpenSource-project: http://www.flexwiki.com/ The project is on Sourceforge at http://sourceforge.net./project/showfiles.php?group_id=104906 I hope that FlexWiki can also run on mono. With FlexWiki are parts of Microsofts Channel 9 side developed:

Re: [Mono-list] Which namespace to use?

2004-09-28 Thread Jonathan Pryor
On Tue, 2004-09-28 at 01:01, Eric Damron wrote: Which namespace should I look at that would have methods to allow me to draw and then create either a JPG or PNG file from the drawing? System.Drawing and it's related namespaces (System.Drawing.Imaging, System.Drawing.Printing, etc.) are what

Re: [Mono-list] Which namespace to use?

2004-09-28 Thread Ravindra Kumar
Hi Eric and Jon, We have a good enough support for JPG and PNG files. Our implementation supports BMP, JPEG, PNG, GIF and TIFF formats. Except BMP format, you would need to install libjpeg, libpng, libungif and libtiff to save/load images of these formats. All you have to do is create an image

RE: [Mono-list] Advice: Porting SQL Server app to Mono, what should I target

2004-09-28 Thread Guy Langston
Michael J. Ryan wrote: | I am sure this is a fairly common problem. I am porting a Enterprise | application (M$ .NET, C# and SQL Server) to Mono-1. | | Which are the best SQL platforms to target? (Compatibility vs. | Stability/Enterprise Features) | - PostGreSQL |Good support on *nix,

Re: [Mono-list] monodoc error...

2004-09-28 Thread John.Sanabria
Hi Jonel, thanks for your answer. Well, i had download the mono-all.zip and uncompressed it in a directory and add it to yast (in software manager) in order to yast look there the packages that i had decided to install. really i have troubles with a library, guess is gtk-html, let me see later

Re: [Mono-list] monodoc error...

2004-09-28 Thread Jonel Rienton
Hi again John, rug or redcarpet + rcd is a very good package management system. rcd provides you with channels that you can subscribe, for instance, the mono channel where you can get binaries from and rug or redcarpet will install them for you. a link is actually availabe at mono-project

[Mono-list] LCG on Mono?

2004-09-28 Thread Mark Hahn
Does anyone have a time estimate for availability of Lightweight Code Generation (LCG) a feature of Whidbey, in Mono? We are designing a new dynamic language, Spry, (http://spry.to) that requires it. It makes a world of difference in the dynamic capabilities of the CLR.

Re: [Mono-list] monodoc error...

2004-09-28 Thread John Sanabria
Hi Jonel, great software for to update... :D, already subscribe to Suse91-i586 and Suse91-kernel, mono and red carpet. Ok, now follow with the error :)... i can run monodevelop, cool! but when i try to run from it, monodoc this is the error: [EMAIL PROTECTED]:~ monodevelop Reading

Re: [Mono-list] Which namespace to use?

2004-09-28 Thread Eric Damron
Jonathan Pryor wrote: On Tue, 2004-09-28 at 01:01, Eric Damron wrote: Which namespace should I look at that would have methods to allow me to draw and then create either a JPG or PNG file from the drawing? System.Drawing and it's related namespaces (System.Drawing.Imaging,

Re: [Mono-list] monodoc error...

2004-09-28 Thread Jonel Rienton
yup, gotta love redcarpet... back to your issue, it's usually a mismatch dll mapping based on some research i did, since now that you have redcarpet installed, it would be more convenient if you can uninstall monodevelop and reinstall it via redcarpet or rug. i know i know it's not

Re: [Mono-list] monodoc error...

2004-09-28 Thread Duncan Mak
On Tue, 2004-09-28 at 13:39 -0500, Jonel Rienton wrote: you can also look at /etc/mono/config file, that's where the dll mapping is declared. dll mappings are now done in a per-dll way. For a particular foo.dll, there should be a foo.dll.config file containing appropriate dllmap entries. --

RE: [Mono-list] Microsoft published .net based FlexWiki-Code under OpenSource

2004-09-28 Thread Arild Fines
[EMAIL PROTECTED] wrote: After WiX und WTL Microsoft published his third OpenSource-project: http://www.flexwiki.com/ The project is on Sourceforge at http://sourceforge.net./project/showfiles.php?group_id=104906 That appears to be the flexwiki-contrib project. The FlexWiki project proper

[Mono-list] Problems build from CVS

2004-09-28 Thread Neale.Ferguson
I just refreshed with monocharge-latest (and then 20040927) and my builds of mcs are resulting in pages of complaints like: modifiers.cs(8) error CS8025: Parsing error syntax error, got token `CLASS', expecting ABSTRACT AS EXTERN IN INTERNAL IS NEW OPERATOR OVERRIDE PRIVATE PROTECTED PUBLIC

Re: [Mono-list] Sqlite dll not found error.

2004-09-28 Thread Daniel Morgan
As far as i know, the sqlite command-line program is statically linked. Mono.Data.SqliteClient might have been created for a different version of libsqlite than you are using. Also, it may help to have libsqlite where the Mono.Data.SqliteClient.dll assembly is located. Mono.Data.SqliteClient

[Mono-list] Stumped - mime type, aspx not being handled , yet ....

2004-09-28 Thread ted leslie
I am upgrading from about a .3 mono to the latest 1.0.2 Everything has gone well, i updated the httpd.conf to reflect new attributes with mod_mono, and now when i start everything, I get the usual pause, on the first access, as it is compiling the login.aspx and login.aspx.cs files, and then

[Mono-list] Re: Stumped - mime type, aspx ...

2004-09-28 Thread ted leslie
I tracked this down to the actual Login.aspx page, and now for some reason, different then on mono .3 the page is going into a redirect to itself infinite loop, and when running in xsp, the browser tells me this, in mod_mono apache, it seems ... that this redirection to itself, just causes

[Mono-list] html from a form...

2004-09-28 Thread John Sanabria
hi list, i'm interested in to develop a simple program that let me retrieve the http://www.slashdot.org/slashdot.xml, and display the headers, so from the application click and to access at address that seems look interest to user. I wanna know if exist some kind of widget (sure that exist

[Mono-list] i found gtkhtml-sharp...

2004-09-28 Thread John Sanabria
ok, friend thanks i found in monodoc, in Gnome Libraries - Gtk - Html class if i have problems with compilation, i'll write to you, ;) best regards. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list