[Mono-list] re: monodoc assembler problem

2003-07-23 Thread Willem . Smit
Well, my problem with the assembler is solved. Heaven alone knows why. I put a few Console.WriteLines in to start debugging like Miguel said and all of a sudden the whole doc library built fine. *shrug* i guess it's black magic or something. Willem Smit SL IT 9471637 0724872442 ***

Re: [Mono-list] Dispose method is never called

2003-07-23 Thread Joeri Belis
Both programs give me the same output on mono 0.24 C:\DOCUME~1\joeri\MIJNDO~1\SHARPD~1\HELLOW~1fin2 Constructor Bye! Destructor Free unmanaged resources. C:\DOCUME~1\joeri\MIJNDO~1\SHARPD~1\HELLOW~1fin Constructor Bye! Destructor Free unmanaged resources. - Original Message - From:

Re: [Mono-list] Dispose method is never called

2003-07-23 Thread Giuseppe Greco
Joeri, I'm working with mono 0.25 on RedHad 9... If I compile and execute fin.cs, I don't get the finalizer called. fin2.cs works fine, insterad. Gius_. -- Original Message -- From: Joeri Belis [EMAIL PROTECTED] To: Giuseppe Greco [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re:

[Mono-list] Mono and RedHat 8

2003-07-23 Thread Burke, Max
I'm trying to install Mono on RedHat 8 but I'm running to some dependence issues. Both the CVS version and the RPM version (0.25) are choking on not being able to find libpthread: [EMAIL PROTECTED] mburke]$ sudo rpm -Uvh mono-0.25-1.ximian.5.1.i386.rpm error: Failed dependencies:

[Mono-list] shared memory

2003-07-23 Thread Roberto Díaz
hello! Sometimes, when I'm comping my program, I get these warnings: ** (process:1983): WARNING **: Shared memory sanity check failed. ** (process:1983): WARNING **: Failed to attach shared memory! Falling back to non-shared handles I can to solve these wanings erasing the

[Mono-list] RE: Mono-list digest, Vol 1 #1068 - 9 msgs

2003-07-23 Thread Mark Easton
It may well be easier to port a C# application to Java than to C++. While the surface syntax of C# is closer to c++ than java, the underlying language concepts are very similar to java. In particular, the fact that java also has garbage-collection will likely save a lot of grief for you. The Mono

RE: [Mono-list] Mono and RedHat 8

2003-07-23 Thread Kenneth Benson
Title: RE: [Mono-list] Mono and RedHat 8 I believe you need a newer version of libpthread. -Original Message- From: Burke, Max [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 22, 2003 5:21 PM To: [EMAIL PROTECTED] Subject: [Mono-list] Mono and RedHat 8 I'm trying to install Mono

Re: [Mono-list] shared memory

2003-07-23 Thread Dick Porter
On Wed, 2003-07-23 at 11:31, Roberto Díaz wrote: hello! Sometimes, when I'm comping my program, I get these warnings: ** (process:1983): WARNING **: Shared memory sanity check failed. ** (process:1983): WARNING **: Failed to attach shared memory! Falling back to non-shared handles I

[Mono-list] Error building corlib after Type.IsArrayImpl change was committed

2003-07-23 Thread Duncan Mak
Hey, I've been assigned to work on creating daily mono snapshot tarballs, monocharge tarballs and monolite tarballs. I can't get any tarballs out until we can fix this problem. For the last 2 hours, I have been battling these 2 build errors. Miguel gave me his latest working corlib (#1), and