Re: [us...@lists.monobjc.net] Blocks and Monobjc

2010-06-10 Thread Laurent Etiemble
Hello, AFAIK, the method you describe should should work as Monobjc does not prevent the use of blocks. You just have to be careful about the scope of the blocks and their lifecycle. You didn't write what was your problem; does your application crash, or something else ? Regards, Laurent Etiembl

RE: [us...@lists.monobjc.net] Blocks and Monobjc

2010-06-10 Thread Oscar Blasco
From: laurent.etiem...@gmail.com [mailto:laurent.etiem...@gmail.com] On Behalf Of Laurent Etiemble Sent: jueves, 10 de junio de 2010 10:37 To: users@lists.monobjc.net Subject: Re: [us...@lists.monobjc.net] Blocks and Monobjc Hello, AFAIK, the method you describe should should work as Mon

Re: [us...@lists.monobjc.net] Debugging of Monobjc application

2010-06-10 Thread Mario De Clippeleir
Hi, I have tried with the new Monobjc version, but still i am getting these errors... Help ! Br, Mario On 17/05/2010 16:54, Mario De Clippeleir wrote: Hi, thanx for the effort ! I have tried this, but it still does not work. I get more errors this time : [mkbundle] In file included from

Re: [us...@lists.monobjc.net] Debugging of Monobjc application

2010-06-10 Thread Laurent Etiemble
Hello, Did you revert the modifications you made to the mono.pc file ? The new version of Monobjc assumes a pristine installation of Mono 2.6.4, with a mono.pc file that does not reference GLib. And don't forget to update the NAnt.Monobjc.dll assembly in your project. Regards, Laurent Etiemble.