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

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

[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] 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

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

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 marek.sa...@gmail.com To: Daniel Morgan monodanm...@yahoo.com Cc: Mono- Devel mono-devel-list@lists.ximian.com Sent: Tuesday, July 24, 2012 4:29 PM

[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 robwilk...@gmail.com To:

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

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

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,

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 monodanm...@yahoo.com To: monodevelop-l...@lists.ximian.com monodevelop-l...@lists.ximian.com Sent: Wednesday, August

Re: [Mono-dev] Mono and dotConnect

2011-07-26 Thread Daniel Morgan
Have you considered using ODBC? From: APS dev.ma...@apsystems.it 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

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 monodanm...@yahoo.com wrote: From: Daniel Morgan monodanm...@yahoo.com Subject: Re: [Mono-dev] Mono.Data.SybaseClient To: Quandary quandar...@hailmail.net Date: Thursday, April 21, 2011, 8:46 AM Try ODBC.  Mono has

[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

[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. ___

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 jonc...@gmail.com wrote: From: Jonathan Chambers jonc...@gmail.com Subject: [Mono-dev] Visual Studio Projects Upgrade To: mono-devel-list

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 mig...@novell.com wrote: From: Miguel de Icaza mig...@novell.com

[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

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

2010-04-05 Thread Daniel Morgan
18, 2010, 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/thread/f54ebf64e688f8b7 The latest snapshot

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 gren...@twistedcode.net

[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

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

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

2010-02-16 Thread Daniel Morgan
--- On Tue, 2/16/10, Teravus Ovares tera...@gmail.com wrote: From: Teravus Ovares tera...@gmail.com Subject: Re: [Mono-dev] Questions about csharp-sqlite - port of the SQLite library from C to C# To: Daniel Morgan monodanm...@yahoo.com Cc: Alan McGovern alan.mcgov...@gmail.com, mono-devel-list

[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#.

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

2010-02-13 Thread Daniel Morgan
from C to C# To: Daniel Morgan monodanm...@yahoo.com Cc: mono-devel-list@lists.ximian.com Date: Saturday, February 13, 2010, 7:14 PM Hey, Questions 1-3 would be best directed at the developer of csharp-sqlite. He is not affiliated with mono in any way (that I know of). As for the final

[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

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

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.

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 lenni...@gmail.com wrote: From: Lennie De Villiers lenni...@gmail.com Subject: [Mono-dev] GCC CLI To: mono-devel-list@lists.ximian.com Date:

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 spammonkey01+m...@gmail.com wrote: From: Thracx spammonkey01+m...@gmail.com Subject: [Mono-dev] Bug 486705 Update / Fix? To: mono-devel-list@lists.ximian.com Date:

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

2009-02-27 Thread Daniel Morgan
-devel-list-boun...@lists.ximian.com] On Behalf Of Daniel Morgan Sent: 26. februar 2009 18:56 To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] How do I develop mono/C# applications for the AppleiPhone? I love the iphone. I recently got one (my first apple computer if you think about

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

2009-02-27 Thread Daniel Morgan
works at Unity. But that doesn't change the fact that it's the easiest route to getting c# on an iPhone ;-) -Original Message- From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf Of Daniel Morgan Sent: 26. februar

[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

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

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

2009-02-13 Thread Daniel Morgan
Bartolomeo Nicolotti wrote: Da: Daniel Morgan monodanm...@yahoo.com Have you considered using ODBC provider instead? System.Data.Odbc namespace is included in System.Data assembly. You can use iodbc or unixodbc on linux. There's commercial odbc solutions

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

2009-02-13 Thread Daniel Morgan
!); } Daniel Morgan-3 wrote: Maybe System.Data.Odbc should be modified to use the ODBC call procedure syntax when calling a stored procedure using the CommandType of StoredProcedure. The ODBC call procedure syntax is enclosed with curly braces. It has the keyword

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

2009-02-13 Thread Daniel Morgan
' )}; the program is executed correctly Daniel Morgan-3 wrote: Did you forget the curly braces surrounding the call? cmd.CommandText = {? = call usp_TestParameters (?, ?)}; You also have to manually add your own parameters. --- On Fri, 2/13/09, Bartolomeo Nicolotti bnicolo

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

2009-02-12 Thread Daniel Morgan
regards Bartolomeo Nicolotti wrote: Da: Daniel Morgan monodanm...@yahoo.com Have you considered using ODBC provider instead? System.Data.Odbc namespace is included in System.Data assembly. You can use iodbc or unixodbc on linux. There's commercial odbc

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

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 twi...@novell.com wrote: From:

[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

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

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
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

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

Re: [Mono-dev] Oracle and Mono

2008-10-21 Thread Daniel Morgan
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 days. About 4: it's not normally an option, talk to Miguel. pablo Daniel Morgan escribió: When I say supported, it means it has not been

[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 fixes

[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

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? To:

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]

[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

[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,

[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

[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

Re: [Mono-dev] MonoDevelop on Windows

2008-03-11 Thread Daniel Morgan
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 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

[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

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

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, I'm not sure

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

[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,

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

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

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-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 Subject: [Mono-dev

[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 point, the

[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

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 I

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

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

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

2007-01-02 Thread Daniel Morgan
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 perhaps you could respond to my comments below. Are you

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

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 previous

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.NET

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

2006-12-11 Thread Daniel Morgan
:44 skrev 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. OK - I will try those

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

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

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 2006 18:14:51 +0200 Miguel has reproduce

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 I

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

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

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

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 PROTECTED] wrote: I have a problem running

[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,

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

Re: [Mono-dev] Adding an entry to Monologue

2006-09-04 Thread Daniel Morgan
Gonzalo would probably be the best person to ask about getting ATOM to work with Monologue. I think Tor Lilqvist's blog is ATOM but somehow shows up on planet.gnome.org. As far as I know about blogs, they are personal web logs. I emphasize personal -- meaning they can be whatever you want it be

Re: [Mono-dev] Mono 1.1.17 ASP.NET Problem

2006-08-30 Thread Daniel Morgan
Visual Studio.net is an IDE which automatically adds references to many assemblies in the project file. Mono/XSP/mcs are not an IDE; they are the CLI runtime, web server, and C# compiler. This can be compared to Microsoft's CLR/IIS/csc. Have you tried building your ASP.NET projects without the

Re: [Mono-dev] [MonoDevelop] OdbcDataAdapter.Fill method

2006-08-16 Thread Daniel Morgan
Tony, Are you sure this message was meant for the MonoDevelop IDE List? Maybe you meant the Mono Development List instead? I forwarded your message to mono-devel-list. --- Tony Gu [EMAIL PROTECTED] wrote: Suresh, I got the problem on OdbcDataAdapter.Fill when the table column data type

[Mono-dev] Using ikvm.net and java as a bridge to open office.org from mono and C#

2006-08-10 Thread Daniel Morgan
Basically, I would like to write applications in C# that can create OpenDocument text documents in OpenOffice.org 2.0. However, I have found the Mono bridge to openoffice.org is not available on many Linux distributions because the libuno_cil.dll must be built on Windows because it's written in

[Mono-dev] Mono Bridge to OpenOffice.org

2006-07-25 Thread Daniel Morgan
I would like to programmatically create OpenDocument spreadsheets and text documents using Mono and C#. I'm currently using Ubuntu 6.0.6 LTS. How do I get a binary add-in of this Mono bridge to work with the OpenOffice.org that comes with Ubuntu? I'm not brave enough to build ooo-build just to

[Mono-dev] Paco's Combined Mono and Gtk# Experimental Windows Installer

2006-07-11 Thread Daniel Morgan
I was wondering if Paco or someone could create a new combined Mono and Gtk# Windows Installer using the latest Mono 1.1.16, gtk#, gnome and gtk+ dependencies to build and run MonoDevelop on Windows. Wade from Novell perhaps? One of the things is to have gtk# 2.4 including gtkhtml and

  1   2   >