Re: [Mono-dev] Building Mono on Windows - And Having a Windows Installer again

2014-11-30 Thread Daniel Morgan
I am glad to see others trying to build a Mono for Windows Installer.  Removing un-needed static libraries could make the installer much smaller.  Unless, you are doing embedded. Well, if you are doing embedded, you are most likely building mono yourself anyways.   Mono's static library is huge

[Mono-dev] Building Mono on Windows - And Having a Windows Installer again

2014-11-29 Thread Daniel Morgan
I see the latest version of Mono's Windows installer is 3.2.3.  Can this be used to build the latest from git? I see a link for binaries for 3.4.0, but they are not official binaries. I am going to try build Mono on Windows using Cygwin.  Not sure how web the visual studio stuff works. If I am

Re: [Mono-dev] List of cleanup candidates for Mono 4.0

2014-11-29 Thread Daniel Morgan
I agree with removing Npgsql from Mono.  Or either convince someone to commit the latest version of Npgsql to mono.  It would have to build with mono's build system though.  Francisco? The main reason it was included in mono was so you could have an out-of-the-box experience with mono connecti

Re: [Mono-dev] Question about Mono.Data.Tds

2012-12-05 Thread Daniel Morgan
The assembly Mono.Data.Tds can be thought of as internal to the assembly System.Data for the SqlClient implementation.    So, you can change the API of Mono.Data.Tds as long as you change the assembly System.Data too. The reason the assembly Mono.Data.Tds exists is historic: Mono.Data.Tds was c

Re: [Mono-dev] Doing dev under win?

2012-09-10 Thread Daniel Morgan
Yeah, building Mono in Windows  is painful.  Linux is so much better.  I would use a Linux distribution that includes support for Mono, such as, OpenSUSE, Ubuntu, or Debian.  There could be others, but I haven't tried them. Virtual Box works with a Windows host and Linux guest very well.  Just m

Re: [Mono-dev] mono-patches list not working

2012-09-09 Thread Daniel Morgan
Any updates on this?  Any Xamarin people reading this list? Also, mono-bugs does not list any bugs anymore. Or is there a new way to keep track of new patches and bugs? From: Andres G. Aragoneses To: mono-devel-list@lists.ximian.com Sent: Tuesday, September 4

Re: [Mono-dev] Mono and Microsoft open sourced Entity Framework

2012-07-26 Thread Daniel Morgan
Great.  I look forward to seeing the patches show up on the mono-patches mailing list. From: Marek Safar To: Daniel Morgan Cc: Mono- Devel Sent: Tuesday, July 24, 2012 4:29 PM Subject: Re: [Mono-dev] Mono and Microsoft open sourced Entity Framework Hi

[Mono-dev] Mono and Microsoft open sourced Entity Framework

2012-07-24 Thread Daniel Morgan
Since Microsoft has open sourced the Entity Framework, is anyone working on getting it to work on Mono? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] System.Data.SqlConnection fails on 2nd invalid login attempt

2012-04-29 Thread Daniel Morgan
I saw your example. SqlConnection with the constructor with the connnection string does not automatically connect to the database.  You have to explicitly call the Open method. Mono is working correctly. From: Rob Wilkens To: mono-devel-list@lists.ximian.c

Re: [Mono-dev] Candidate Fix for 699643

2011-12-06 Thread Daniel Morgan
Mono.Data.TdsClient and Mono.Data.SybaseClient were removed from Mono.  So, there is no need to support older versions of SQL Server (pre-7.0) nor any version of Sybase ASE anymore in Mono.Data.Tds. If someone needs support for an old SQL Server database or Sybase ASE, then they should use ODBC

Re: [Mono-dev] Moonlight for Win/Mac as a cross platform desktop application platform

2011-11-07 Thread Daniel Morgan
As far as I know, Moonlight is not being worked on anymore.  However, do not let me stop you from working on it.  I'm sure xamarin will accept patches. Gtk# is your best bet for a cross-platform GUI for desktop applications that will work on .net/windows, mono/windows, mono/linux, mono/mac, etc

Re: [Mono-dev] Mono, Oracle and .NET after 4.0

2011-11-07 Thread Daniel Morgan
Mono's oracle provider is not completely dead.  I have been making bug fixes to it, but since I do not have git commit access, I have no ways to put them there.   I even started migrating Mono's oracle provider to based on ODP.NET.   I should create a fork of it on github. An alternative is to

Re: [Mono-dev] --------Monodevelop , MySql Connection problem ...Pls Help--------

2011-09-12 Thread Daniel Morgan
The GAC is only used at runtime.  The C# compiler does not use the GAC for assemblies you reference.   The C# compiler needs to find the MySql.Data.dll file that is not in the GAC.  You may need to add to the PATH environment variable where you put the MySql.Data.dll file. ___

[Mono-dev] Oracle's ODP.NET database provider on Mono

2011-08-04 Thread Daniel Morgan
Sorry for the cross-posting, but I sent this email to the wrong list.  monodevelop-list and mono-devel-list have similar names. - Forwarded Message - From: Daniel Morgan To: "monodevelop-l...@lists.ximian.com" Sent: Wednesday, August 3, 2011 10:53 AM Subject: [MonoDevelop

Re: [Mono-dev] Mono and dotConnect

2011-07-26 Thread Daniel Morgan
Have you considered using ODBC? From: APS To: mono-devel-list@lists.ximian.com Sent: Tuesday, July 26, 2011 4:55 AM Subject: [Mono-dev] Mono and dotConnect Hi there, looking at http://www.mono-project.com/Oracle we can read that dotConnect for Oracle is an a

Re: [Mono-dev] Mixed Mode Assemblies

2011-07-08 Thread Daniel Morgan
Well, since Rodrigo said something crazy - like implementing an PE loader on Linux.  What about the opposite (and even more crazy) - modify Mono/Mcs to create an ELF executable or library.  Of  course, you would have to modify Mono to load the ELF executable or library too. For me to use C++

Re: [Mono-dev] Mono.Data.SybaseClient

2011-04-21 Thread Daniel Morgan
Meant to send this to the mono-devel-list. --- On Thu, 4/21/11, Daniel Morgan wrote: From: Daniel Morgan Subject: Re: [Mono-dev] Mono.Data.SybaseClient To: "Quandary" Date: Thursday, April 21, 2011, 8:46 AM Try ODBC.  Mono has support for ODBC via System.Data.Odbc namespace i

[Mono-dev] System.Data.SQLite ado.net provider moving to new home at sqlite.org

2011-02-17 Thread Daniel Morgan
System.Data.SQLite - statement from Robert Simposon: http://sqlite.phxsoftware.com/forums/t/2750.aspx >From above: "I've been in close contact with Dr. Richard Hipp and Shane Harrelson at sqlite.org for the past couple of months. They came to me and offered to take over management of the Syste

[Mono-dev] MonoDroid

2010-12-08 Thread Daniel Morgan
I seen the pretty screenshots of MonoDroid sample apps on monologue. Can I beta test MonoDroid pretty please? Or at least open the beta up to the public? I added myself to the beta many months ago but I have not gotten an invite yet. ___ Mo

Re: [Mono-dev] Visual Studio Projects Upgrade

2010-07-15 Thread Daniel Morgan
What if someone wants to create a GTK# App on Windows?  Will this Gtk# app work with eglib instead of glib? --- On Wed, 7/14/10, Jonathan Chambers wrote: From: Jonathan Chambers Subject: [Mono-dev] Visual Studio Projects Upgrade To: "mono-devel-list" Date: Wednesday, July 14, 2010, 7:16 PM

Re: [Mono-dev] Mono Contributors, Action required: Preparing the Subversion to GIT Migration

2010-06-30 Thread Daniel Morgan
I did what you asked. What next? Hopefully, the free account at github.com will suffice. I have never used Git nor GitHub before. I use both Windows and Linux. Will Git work on both? --- On Tue, 6/29/10, Miguel de Icaza wrote: > From: Miguel de Icaza > Subject: [Mono-dev] Mono Contributors

[Mono-dev] Following People on the mono mailing lists, blogs, irc, and tweeter - svn to a new dvcs

2010-04-30 Thread Daniel Morgan
It is really hard to keep up with what's going on with mono. But it looks like they are going to migrate from subversion to another version control system which will most likely be git or some other modern dvcs like mercurial. How does this affect contributors to the mono project? When will th

[Mono-dev] Develop for iPad on the iPad

2010-04-19 Thread Daniel Morgan
Is it possible to develop for the iPad on the iPad? If yes, is it possible to develop for the iPad on the iPad using MonoTouch? Let's just say, I tried the iPad out at the store, and I like it very much. I would like iPad to replace my laptop. In order to do this, I must be able to create iPa

Re: [Mono-dev] Building and Running csharp-sqlite on Mono - Problems

2010-04-05 Thread Daniel Morgan
10, 10:06 AM > On 18.03.2010 13:46, Daniel Morgan > wrote: > > I emailed the csharp-sqlite google group about this. > > > > Has anyone else tried running csharp-sqlite on Mono or > Moonlight? > > > > http://groups.google.com/group/csharp-sqlite/browse_thread/threa

[Mono-dev] Building and Running csharp-sqlite on Mono - Problems

2010-03-18 Thread Daniel Morgan
I emailed the csharp-sqlite google group about this. Has anyone else tried running csharp-sqlite on Mono or Moonlight? http://groups.google.com/group/csharp-sqlite/browse_thread/thread/f54ebf64e688f8b7 The latest snapshot of csharp-sqlite works for me with Visual Studio 2008 / .Net Framework 3.

[Mono-dev] Equivalent to LockFileEx on Linux

2010-03-02 Thread Daniel Morgan
Is there an equivalent to LockFileEx on Linux? What would it be? How would you lock a file that will work on .net on windows and mono on linux and mono on windows and mono on mac os x, etc? I would like this info so all DllImport attributes can be removed from csharp-sqlite to make it fully ma

Re: [Mono-dev] Removing Obsolete Code from Mono 2.8

2010-03-02 Thread Daniel Morgan
A brief look into gnome git for f-spot and banshee, I found that: - f-spot may still use the old Mono.Data.SqliteClient - banshee has its own copy of Mono.Data.Sqlite Not sure what other apps that may depend on Mono.Data.SqliteClient. --- On Tue, 3/2/10, Marek Habersack wrote: > From: Marek Hab

Re: [Mono-dev] Removing Obsolete Code from Mono 2.8

2010-03-01 Thread Daniel Morgan
Obsolete Types in .NET 4.0 http://msdn.microsoft.com/en-us/library/ee461503%28VS.100%29.aspx Here's my 2 cents. Remove Mono.Data.dll which has been superceded by the provider factory added to System.Data.dll in .NET 2.0. The Mono.Data.dll assembly has had the Obsolete attributes on it for a lo

Re: [Mono-dev] Questions about csharp-sqlite - port of the SQLite library from C to C#

2010-02-16 Thread Daniel Morgan
Tue, 2/16/10, Teravus Ovares wrote: > From: Teravus Ovares > Subject: Re: [Mono-dev] Questions about csharp-sqlite - port of the SQLite > library from C to C# > To: "Daniel Morgan" > Cc: "Alan McGovern" , > mono-devel-list@lists.ximian.com > Date: Tue

Re: [Mono-dev] Questions about csharp-sqlite - port of the SQLite library from C to C#

2010-02-13 Thread Daniel Morgan
Thanks. I found the google group for it at http://groups.google.com/group/csharp-sqlite?pli=1 --- On Sat, 2/13/10, Alan McGovern wrote: > From: Alan McGovern > Subject: Re: [Mono-dev] Questions about csharp-sqlite - port of the SQLite > library from C to C# > To: "Dan

[Mono-dev] Questions about csharp-sqlite - port of the SQLite library from C to C#

2010-02-13 Thread Daniel Morgan
I have asked some questions at the FAQ for csharp-sqlite. http://code.google.com/p/csharp-sqlite/wiki/FrequentlyAskedQuestions csharp-sqlite is a C# port of the SQLite library. This is NOT a wrapper to a native library. It is a 100% port of the C library to C#. http://code.google.com/p/csharp

[Mono-dev] Mono Daily Packages stopped

2009-12-27 Thread Daniel Morgan
The last day for the Mono Daily Packages is 2009-12-15. http://mono.ximian.com/daily/ Can someone fix this please? Or does it only get created when there is a breaking change in the runtime? ___ Mono-devel-list mailing list Mono-devel-list@lis

Re: [Mono-dev] ANN: DeveelDB first release: call for help!

2009-10-05 Thread Daniel Morgan
If you want others to contribute, I have some suggestions: 1. Can you provide a source tarball in .tar.gz or .zip format to download? Not everyone wants to check out using some scm tool. Projects like Mono have releases time to time. Even in the early days, the Monoo Project provided tar

Re: [Mono-dev] 2.6 preview 1

2009-10-01 Thread Daniel Morgan
Is the Mono for Windows installer bigger now because it includes the mono.dll and mono static libraries like libmono.a which non-embedders do not need? I think maybe there should be two installers for mono on windows. 1. Normal. (Mono/Gtk+/Gtk# Runtime and Compilers and Tools). 2. Embedded. Thi

Re: [Mono-dev] GCC CLI

2009-09-11 Thread Daniel Morgan
This does not answer your question, but you might find it of interest. http://gcc.gnu.org/projects/cli.html --- On Thu, 9/10/09, Lennie De Villiers wrote: > From: Lennie De Villiers > Subject: [Mono-dev] GCC CLI > To: mono-devel-list@lists.ximian.com > Date: Thursday, September 10, 2009, 5:49 P

Re: [Mono-dev] Gtk# 2.x release status and thoughts on 3.0

2009-05-29 Thread Daniel Morgan
I have to agree with Miguel. For Gtk# 3.0 (whevnever that happens), let's go with .net 2.0 profile. Microsoft intends to be backwards-compatible with .net 2.0 for a long time. Also, have you considered using Gtk+ introspection for Gtk# 3.0 that other Gtk+ bindings are starting to use? --- O

Re: [Mono-dev] Bug 486705 Update / Fix? - OracleClient parameter always zero

2009-03-20 Thread Daniel Morgan
I have made your suggested fix to OracleClient. It was committed as revision 129864 in svn trunk. --- On Thu, 3/19/09, Thracx wrote: > From: Thracx > Subject: [Mono-dev] Bug 486705 Update / Fix? > To: mono-devel-list@lists.ximian.com > Date: Thursday, March 19, 2009, 12:47 PM > > I might ha

Re: [Mono-dev] How do I develop mono/C# applications for the AppleiPhone?

2009-02-27 Thread Daniel Morgan
toys, or if you want > > to do applications rather than games then try without > it first. > > > > Once you've got the mac setup, you can always > evaluate the 30 day trial > > of Unity to see how you get on with it as an > environment. > > > > Hope

Re: [Mono-dev] How do I develop mono/C# applications for the AppleiPhone?

2009-02-27 Thread Daniel Morgan
> > Once you've got the mac setup, you can always evaluate > the 30 day trial > of Unity to see how you get on with it as an environment. > > Hope this helps, > > Dave > > P.S. In the interest of full disclosure, my wife works at > Unity. But > that does

[Mono-dev] How do I develop mono/C# applications for the Apple iPhone?

2009-02-26 Thread Daniel Morgan
I love the iphone. I recently got one (my first apple computer if you think about it). Now, I would like to develop my own applications for the iphone, but I do not know where to start. I have done an internet search and found stuff, but there is nothing that can get a C# developer who is use

Re: [Mono-dev] Oracle Data Client issue

2009-02-18 Thread Daniel Morgan
I will try to commit it later today. Unless, someone else beats me first. Do you have a simple re-runnable test case? It does not have to be nunit. Just a simple program will do. A test case that fails without the fix but works with the fix. These days, I use the virtual machine with open

Re: [Mono-dev] unixOdbc System.Data.Obdc and Output parameters

2009-02-13 Thread Daniel Morgan
ean > freeHandle) > [0x0] > at System.Data.Odbc.OdbcCommand.ExecuteNonQuery () > [0x0] > at (wrapper remoting-invoke-with-check) > System.Data.Odbc.OdbcCommand:ExecuteNonQuery () > at helloODBC.Main (System.String[] args) [0x0] > > The message means

Re: [Mono-dev] unixOdbc System.Data.Obdc and Output parameters

2009-02-13 Thread Daniel Morgan
o)){ > System.Console.WriteLine("OdbcCommand.Prepare: > Throwing > connection.CreateOdbcException"); > throw connection.CreateOdbcException > (OdbcHandleType.Stmt, hstmt); > } > prepared =

Re: [Mono-dev] unixOdbc System.Data.Obdc and Output parameters

2009-02-13 Thread Daniel Morgan
p;& ret != > OdbcReturn.SuccessWithInfo) > throw connection.CreateOdbcException > (OdbcHandleType.Stmt, hstmt); > } > > Should I use prepared to BindParameters? > > How can I get the output parameter of a Stored Procedure? > >

Re: [Mono-dev] IBM.Data.DB2.DB2Exception: Unable to allocate statement handle

2009-02-12 Thread Daniel Morgan
> > > Do you know if with these providers you can connecto > to AS/400? > > > > Many thanks > > > > Best regards > > > > > > > > Bartolomeo Nicolotti wrote: > > > > > > Da: Daniel Morgan > > > > > > Hav

Re: [Mono-dev] Qt anyone?

2009-02-06 Thread Daniel Morgan
Qyoto / Kimono Project http://ekarchive.elikirk.com/david/qyoto/ Here is a different project with a similar goal of creating CLR bindings for qt - qt4dotnet http://code.google.com/p/qt4dotnet/ If you google, you might be able to find ancient C# bindings to qt called qt# - but it has been abando

Re: [Mono-dev] Announcing the release of Mono 2.2... use http instead of ftp for mono windows installer

2009-01-30 Thread Daniel Morgan
Can you please make the download of Mono for Windows setup exe via http instead of ftp please? FTP is restricted where I work. ftp://ftp.novell.com/pub/mono/archive/2.2/windows-installer/5/mono-2.2-gtksharp-2.12.7-win32-5.exe --- On Tue, 1/13/09, Thomas Wiest wrote: > From: Thomas Wiest >

[Mono-dev] CNN Article about OpenVista - New visions for fixing health care

2009-01-29 Thread Daniel Morgan
http://money.cnn.com/galleries/2009/smallbusiness/0901/gallery.health_care_entrepreneurs.smb/3.html For those that do not know, OpenVista is built on gtk#/gtk+ for the GUI. It runs on Mono and .net framework. OpenVista is a "good electronic hospital record system: the staff can electronically

Re: [Mono-dev] GetOleDbSchemaTable alternative

2009-01-15 Thread Daniel Morgan
The OleDb provider is not supported on Mono. I suggest to use either a managed version of a provider or use ODBC instead. Mono does have an ODBC provider in namespace System.Data.Odbc in the System.Data assembly. At one time, System.Data.OleDb was a wrapper around some C# bindings to native

Re: [Mono-dev] Ideas for Mono on Windows

2008-12-10 Thread Daniel Morgan
I think building Mono with Visual Studio is good for several reasons - debugger is awesome, mono.exe should run faster built with visual c++ instead of gcc, and easier to edit files. As for coding guidelines using visual studio text editor, it is not easy because it autoformats C#. Even when y

Re: [Mono-dev] System.Data.OracleClient broken in mono 2.2 Preview1?

2008-11-29 Thread Daniel Morgan
Do you have a simple, repeatable test case? In your cursor that is returned, what data types are involved? Check to make sure OracleParameter can handle the data types you are being returned in the cursor. For example, intervals are not yet implemented. Character data involving multi-byte

Re: [Mono-dev] Ideas for Mono on Windows

2008-11-12 Thread Daniel Morgan
Where is this sources->csproj converter and how do you setup and use it? --- On Wed, 11/12/08, Rolf Bjarne Kvinge <[EMAIL PROTECTED]> wrote: > From: Rolf Bjarne Kvinge <[EMAIL PROTECTED]> > Subject: Re: [Mono-dev] Ideas for Mono on Windows > To: "'Atsushi Eno'" <[EMAIL PROTECTED]> > Cc: "'mono-d

Re: [Mono-dev] Ideas for Mono on Windows

2008-11-12 Thread Daniel Morgan
Considering that a visual studio solution/project files are in xml, could there be some configure macros created to autogenerate these solution/project files? Automake takes a Makefile.am file as input and spits out a Makefile file. I wonder how other free software project deal with a hybrid b

Re: [Mono-dev] Ideas for Mono on Windows

2008-11-11 Thread Daniel Morgan
Jonathan, I year ya! I stopped hacking on mono on windows. I only run released versions of mono on windows via Novell's windows installer. As for hacking on mono, I've been using the mono / open suse vm ever since. At first, you could create a branch in svn which would be a place to start s

Re: [Mono-dev] Oracle and Mono

2008-10-21 Thread Daniel Morgan
lp me get > started? > > Thanks, > -Thracx > > > [EMAIL PROTECTED] wrote: > > > > Hi Daniel, > > > > > > I can give hacker access to a Solaris 10 SPARC box. > Putting the latest > > mono there is what I'm really trying to do these &

[Mono-dev] Interactive C# - running a script

2008-10-15 Thread Daniel Morgan
I would like to use the csharp interactive shell to run a script file. Is this possible? Here is an example (not tested): linux$ cat script-file > csharp Connecting... Copying... Done. linux$ Example script (not tested): LoadLibrary("System.Data.dll"); LoadLibrary("System.Data.OracleClient")

Re: [Mono-dev] Oracle and Mono

2008-10-08 Thread Daniel Morgan
When I say "supported", it means it has not been tested nor developed for the platform. Thus, it probably does not work on these platforms. However, if you need access to Oracle via Mono on these platforms, there are some things you can do to get it "supported". 1. contribute patches which fix

[Mono-dev] Removing #region and #endregion from source code`

2008-09-26 Thread Daniel Morgan
Raja, Please do not remove #region and #endregion from source code files. Just because your favorite text editor does not support #region does not give your the right to remove these. My favorite text editor does support #region. Thanks, Daniel --- On Fri, 9/26/08, Raja R Harinath ([EMAIL P

Re: [Mono-dev] Idea for use MonoCharge under Windows

2008-09-10 Thread Daniel Morgan
This will not work if the runtime changes - more specifically, one of the internal calls changes. If so, then the mono runtime will need to be re-built. If you're going to build the latest, you might as well learn Subversion and Cygwin. --- On Wed, 9/10/08, Petit Eric <[EMAIL PROTECTED]> wrot

Re: [Mono-dev] Are these bugs/features going to be fixed/released in the next builds?

2008-09-10 Thread Daniel Morgan
When you say test does not succeed, how so? Exceptions thrown? DataSet is not populated with a table? --- On Wed, 9/10/08, marcos b <[EMAIL PROTECTED]> wrote: > From: marcos b <[EMAIL PROTECTED]> > Subject: [Mono-dev] Are these bugs/features going to be fixed/released in the > next builds? > T

[Mono-dev] Moonlight 0.8 - Where are they Release Notes

2008-08-18 Thread Daniel Morgan
As Eno pointed out, where are the release notes for Moonlight 0.8? Is Moonlight good enough to watch video from http://www.nbcolympics.com/ on Linux now? --- On Fri, 8/15/08, Rusty Howell <[EMAIL PROTECTED]> wrote: > From: Rusty Howell <[EMAIL PROTECTED]> > Subject: [Mono-list] Moonlight 0.8 Re

[Mono-dev] Fw: [Mono-patches] r106776 - in trunk/mcs/class/System.Configuration: System.Configuration Test/System.Configuration

2008-06-27 Thread Daniel Morgan
Comments from eno like the one below is one of the main reasons I no longer felt motivated to contribute to mono. In particular, mono's ado.net implementation. Not that my contributions were worth much, but still it belittles anyones' Non-Ximian/Novell contributions to mono... --- On Fri, 6/2

[Mono-dev] Oracle ADO.NET Provider in Mono - Oracle White Paper about OCI

2008-06-10 Thread Daniel Morgan
At Oracle Technology Network, Oracle has a white paper entitled: Building High Performance Drivers For Oracle Database 11g OCI Tips and Techniques http://www.oracle.com/technology/tech/oci/pdf/building-best-drivers.v9.pdf This could help us create a better ADO.NET for Oracle on Mono. If there

[Mono-dev] Bug 393920 - ORACLE: error connecting to database (X86-64)

2008-05-23 Thread Daniel Morgan
I have not tested System.Data.OracleClient on X86-64 in 64-bits mode. Could you have developed/tested using a 32-bit machine? Marshaling of data between the managed System.Data.OracleClient and the OCI library could be the source of the problem. Particularly, with the marshaling of unicode str

Re: [Mono-dev] MonoDevelop on Windows

2008-03-11 Thread Daniel Morgan
back from the > conference he is at, > I will try to prod him to put his changes into SVN. > > Jonathan > > > Daniel Morgan wrote: > > Jonathan, > > > > What steps did you use to build and run > MonoDevelop on > > Windows? And what dependencies d

[Mono-dev] monodoc

2008-03-03 Thread Daniel Morgan
Does monodoc and the monodocer tools currently work on Windows? If it does, what do I need to do to create docs for an assembly, such as, System.Data.OracleClient? I haven't had too much success with these tools in the past. And with the results, how do i get it to work in monodoc? And how do I

Re: [Mono-dev] Mono 1.9.0 Preview 3 is out - mono 1.9 pre3 / gtk# 2.10.3 not working on Win32

2008-02-26 Thread Daniel Morgan
Will the gtk# fix that Mike Kestner did make it into the Mono 1.9 windows installer? --- Jonathan Pobst <[EMAIL PROTECTED]> wrote: > I filed this bug, which I think is the same issue: > > https://bugzilla.novell.com/show_bug.cgi?id=364881 > > Jonathan > > > Brad Taylor wrote: > > Hey, > > >

Re: [Mono-dev] Mono 1.9.0 Preview 3 is out - mono 1.9 pre3 / gtk# 2.10.3 not working on Win32

2008-02-26 Thread Daniel Morgan
Thanks Jonathan and Mike. The exception you see in bug# 364881 is what I get. I am running Vista Home Premium 32-bit. So, was this bug due to running gtk# on Vista? I was running the samples that come with the Windows Installer to see if they still worked. And if they didn't, I wanted to fi

Re: [Mono-dev] Mono 1.9.0 Preview 3 is out - mono 1.9 pre3 / gtk# 2.10.3 not working on Win32

2008-02-25 Thread Daniel Morgan
I'm not sure if there is a bug for this or not. The gtk# 2.10.3 that comes with the mono 1.9.0 preview 3 windows installer is broken. In particular, setting or getting a value from a tree model. I do not have this issue in mono 1.2.6 / gtk# 2.10.2 for windows. If you plan on releasing mono 1.

[Mono-dev] MonoDevelop on Windows

2008-02-22 Thread Daniel Morgan
Jonathan, What steps did you use to build and run MonoDevelop on Windows? And what dependencies did you use? I understand from your blog that a lot of it does not work, but I still would like to see it at least run. I'm sure others would be interested in helping and/or testing it. Hopefully, y

Re: [Mono-dev] Wine Integration

2008-01-11 Thread Daniel Morgan
I thought the pthreads implementation in winelib was incompatible with the pthreads library that mono uses. And that the wine developers said they're not going to do anything about it either. As others have stated, stay away from p/invoke into the Win32 API. Unless, you plan on making your app po

Re: [Mono-dev] Bugzilla: important.

2007-08-20 Thread Daniel Morgan
Will the account I set up at Novell Forge work? --- Miguel de Icaza <[EMAIL PROTECTED]> wrote: > As you may or may not know, the Mono team is in the > process of switching > from the Ximian Bugzilla to the Novell Bugzilla. ... > > As part of this process we need everyone to create > Novell.Com a

Re: [Mono-dev] Oracle.DataAcces.Client unimplemented?

2007-08-12 Thread Daniel Morgan
Use System.Data.OracleClient instead. --- Brandon Perry <[EMAIL PROTECTED]> wrote: > Is the Oracle assembly unimplemented, or am I > missing a package? I > cannot find it in the Add References... dialog. > > ___ > Mono-devel-list mailing list > Mono-de

[Mono-dev] Fwd: Mono.DataConverter - Thank you

2007-08-03 Thread Daniel Morgan
I meant Mono.DataConverter I think I need a C# compiler for my email to check the errors. :-) --- Daniel Morgan <[EMAIL PROTECTED]> wrote: > Date: Fri, 3 Aug 2007 08:58:19 -0700 (PDT) > From: Daniel Morgan <[EMAIL PROTECTED]> > To: mono-devel-list@lists.ximian.com

[Mono-dev] Mono.DataConvert - Thank you

2007-08-03 Thread Daniel Morgan
Thanks goes to Mono project. The Mono.DataConvert class (replacement for BitConverter) works very well. I just replaced BitConverter with Mono.DataConvert and conversions from little endian to big endian and vice versa happens as expected. Thanks again, Daniel __

[Mono-dev] Mono.DataConvert - Thank you

2007-08-03 Thread Daniel Morgan
Thanks goes to Mono project. The Mono.DataConvert class (replacement for BitConverter) works very well. I just replaced BitConverter with Mono.DataConvert and conversions from little endian to big endian and vice versa happens as expected. Thanks again, Daniel __

[Mono-dev] IKVM.NET and JDBC and Banshee on Windows and MD on Win

2007-08-02 Thread Daniel Morgan
This is just my response to monoloque entries. IKVM.NET and JDBC. Has anyone tried connecting to a database using JDBC on top of IKVM.NET yet? I'm interested in using Oracle's JDBC Thin driver to connect to an Oracle database using IKVM.NET on top of Mono? Is this possible? It would be neat

Re: [Mono-dev] Mono 1.2.5 Preview

2007-07-28 Thread Daniel Morgan
Wow! The windows installer includes gtk# 2.10. I've been waiting for this. Thanks. --- Wade Berrier <[EMAIL PROTECTED]> wrote: > Hi, > > Mono 1.2.5 preview sources, packages, and installers > are available at: > > http://mono.ximian.com/monobuild/preview/download-preview/ > > At some poin

[Mono-dev] pc files for mono-data-* packages

2007-07-18 Thread Daniel Morgan
Can we get pkg-config files for mono-data-* packages please? See the bug for MonoDevelop and the comment from Lluis. http://bugzilla.ximian.com/show_bug.cgi?id=81234 --- Additional Comments From Lluis Sanchez 2007-05-30 10:07 --- Since there is no .pc file for the mono-data-* libraries,

Re: [Mono-dev] Debugger on Windows

2007-05-10 Thread Daniel Morgan
I have to agree with Jonathan. Mono on Windows is a good way to see if a MS .NET app will work on Mono. This is especially true for windows developers who are not familiar with Linux but who would like to see their application or web site running on Linux. If they see it running on Mono on W

Re: [Mono-dev] patch for (and question about) Mono.Security.Protocol.Ntlm

2007-03-26 Thread Daniel Morgan
You could always test with System.Data.SqlClient using INTEGRATED SECURITY=SSPI provided that you connect to SQL Server 2000 or 2005 on a real Windows NT/2000/2003 Domain and that SQL Server accepts mix-mode authentication. --- Atsushi Eno <[EMAIL PROTECTED]> wrote: > Hi, > > During WCF hacking

Re: [Mono-dev] Possible security issue with Mono's dllmaps in etc/config

2007-01-08 Thread Daniel Morgan
libmySQL.dll can be removed since Mono.Data.PostgreSqlClient has been replaced by fully managed ByteFX.Data a long time ago. As far as I'm concerned, it is up to the packager to know what the dllmaps should be. Or maybe configure.in foo can be added to detect what native libraries they actually h

Re: [Mono-dev] Problem with parameters using Odbc/ADO.NET/Sybase 9.0.2 ASA

2007-01-02 Thread Daniel Morgan
f it works with Sybase ASE 15.0. --- Mads Bondo Dydensborg <[EMAIL PROTECTED]> wrote: > fredag 22 december 2006 16:27 skrev Daniel Morgan: > > I'm only guessing here. > > > > Thanks for your reply! I have been away, and I will > go into this further, but >

Re: [Mono-dev] cosmetic sqlsharpgtk patch to install exe.config

2007-01-02 Thread Daniel Morgan
Looks good. Feel free to commit. The .config.in file was meant to be copied to a .config file. This way, you can change it for your specific settings. Yet, when you do a svn commit, the config file would not get committed as well. As far as I can recall, I got this idea from FreeTDS with their

Re: [Mono-dev] Problem with parameters using Odbc/ADO.NET/Sybase 9.0.2 ASA

2006-12-22 Thread Daniel Morgan
I'm only guessing here. Are you using an ODBC driver for Sybase ASA from Sybase? Have you tried using the FreeTDS ODBC driver? What ODBC manager are you using? unixODBC, iODBC? To be honest, I don't think anyone has tested the Mono's Odbc provider with Sybase ASA. If there is not a bug for th

Re: [Mono-dev] VMware Image Update - Mono 1.2.2.1 and openSUSE 10.2

2006-12-21 Thread Daniel Morgan
When you say default suse install, would this include open office.org 2.x with mono bindings? --- Wade Berrier <[EMAIL PROTECTED]> wrote: > Hi, > > There's a brand new image based on openSUSE 10.2 on > the download page > with the latest Mono: 1.2.2.1. > > The image is mostly similar to the pre

Re: [Mono-dev] ASP.NET MySql connection

2006-12-18 Thread Daniel Morgan
You are using the wrong classes. System.Data.SqlClient is for Microsoft SQL Server clients. MySql.Data is for MySQL clients. --- Dariusz Linowski <[EMAIL PROTECTED]> wrote: > Hello, > > I've tried use the mono ASP.NET and meet some > problem with connection > to mysql database. I created ASP.N

Re: [Mono-dev] Connection to a sybase ASA database

2006-12-11 Thread Daniel Morgan
> Server=mono-server,5000;Database=monotest;User > > >> ID=monotester;Password=monotester > > >> > > >> SQL# \Provider Sybase > > >> The default Provider is LOADEXTPROVIDER > > >> Assembly: Mono.Data.SybaseClient, > Ver

Re: [Mono-dev] Connection to a sybase ASA database

2006-12-08 Thread Daniel Morgan
No one is maintaining the Mono.Data.TdsClient. Mono.Data.SybaseClient might be better. Both of these including System.Data.SqlClient use Mono.Data.Tds which implements the TDS protocol. However, your database is old, so it may not work. Could be something with unicode encoding or language chara

Re: [Mono-dev] Updated Moma Results.

2006-12-05 Thread Daniel Morgan
How do you plan to handle methods which p/invoke into native libraries on Win32? I would hope this could be handled in a cross-platform way for Windows, Linux, etc... Such as, GetPrivateProfileString is very common for me to use. I know INI File handling is not the normal thing to do these days,

Re: [Mono-dev] FirebirdClient 2.0 and mono

2006-10-24 Thread Daniel Morgan
What NotImplementedExceptions are you getting? I love to see a v2.0 of the .net firebird provider. Of course, that's up to Miguel. Just an idea, maybe we could have the firebird 1.7 provider only build with the NET_1_1 profile and have the new firebird 2.0 build with the NET_2_0 profile only.

[Mono-dev] Trying to use uno binding for mono - OpenOffice.org

2006-10-17 Thread Daniel Morgan
Thought others might be interested. --- Hubert FONGARNAND <[EMAIL PROTECTED]> wrote: > Subject: Re: [Mono-dev] Trying to use uno binding > for mono > From: Hubert FONGARNAND > <[EMAIL PROTECTED]> > To: Daniel Morgan <[EMAIL PROTECTED]> > Date: Tue, 17 Oct

Re: [Mono-dev] Trying to use uno binding for mono

2006-10-16 Thread Daniel Morgan
You will not get much replies on the mono lists. Try the OpenOffice.org Ximian Edition mailing list. http://lists.ximian.com/mailman/listinfo/openoffice As far as I know, the UNO Bridge for the CLI only works on .NET/Windows. You need a special UNO Bridge for Mono which is only available via

Re: [Mono-dev] Compiling current svn?

2006-10-09 Thread Daniel Morgan
You should not build with eglib. Unless, you are helping Miguel and Gonzalo with eglib. You should be building with glib 2.0 or higher. --- Mads Bondo Dydensborg <[EMAIL PROTECTED]> wrote: > Hi all > > Apologies if this appears twice - I sent it from a > wrong address initially. > > Hi there

Re: [Mono-dev] Build mono from svn on Solaris Express x86

2006-10-02 Thread Daniel Morgan
Thanks miguel. That helped. I am using subversion because I like to build it myself so I can make changes to it. :-) export ACLOCAL_FLAGS="-I /usr/share/aclocal" I used these links to help me: http://home.comcast.net/~jonel.rienton/2005/04/solaris-10-x86-and-mono.html http://www.genunix.org/

Re: [Mono-dev] Maybe a System.Data.OracleClient.dll bug

2006-10-02 Thread Daniel Morgan
Yeah, I tried looking at it the other day, but I have no idea how to test unicode stuff. Maybe eno on GimpNet IRC #mono can help you. He may not be able to help with Oracle, but he knows unicode very well. jonp is another good person to to talk to. If possible, write a Windows.Forms application

Re: [Mono-dev] Build mono from svn on Solaris Express x86

2006-09-28 Thread Daniel Morgan
What versions are required? autoconf 2.59 automake 1.9.6 --- Zoltan Varga <[EMAIL PROTECTED]> wrote: > Hi, > > You may have very old versions of > autoconf/automake etc. > >Zoltan > > On 9/28/06, Daniel Morgan <[EMAIL

Re: [Mono-dev] [Mono-devel-list] Operating System in C# Project

2006-09-28 Thread Daniel Morgan
Two things you ought to look at that may help you in your research: 1. Mono.Cecil 2. Mono Managed Runtime There is Mono.Cecil which allows you to do more than what System.Reflection can provide. It is also included with Mono. http://www.mono-project.com/Cecil There is Joshua Tauberer’s Mono Mana

[Mono-dev] Build mono from svn on Solaris Express x86

2006-09-27 Thread Daniel Morgan
I have a problem running autogen.sh when building Mono from svn on solaris express build 46 x86. configure error building mono from svn on solaris x86 ./configure: line 22795: syntax error near unexpected token `BASE_DEPENDENCIES,'./configure: line 22795: ` PKG_CHECK_MODULES(BASE_DEPENDENCIES, gl

Re: [Mono-dev] Maybe a System.Data.OracleClient.dll bug

2006-09-20 Thread Daniel Morgan
Does your insert statement work in sqlplus? Also, does your test case work on microsoft .net? Have you used this: OracleParameter parm = new OracleParameter(":name", OracleType.NVarChar); Which has OracleType of NVarChar instead of VarChar. And in your table you created, have it created with N

  1   2   >