Re: [Mono-dev] MAXHINCR or MAX_HEAP_SECTS error

2014-07-08 Thread lucas_max
Hi Brandon Perry-3 Brandon Perry-3 wrote You need to recompile mono from source. No idea how to do that on windows. Do you know how to do that in linux? thanks -- View this message in context: http://mono.1490590.n4.nabble.com/MAXHINCR-or-MAX-HEAP-SECTS-error-tp4663252p4663262.html Sent

[Mono-dev] nike free heren energetic Nike jordans Your Wonderful Shoes and boots in Nike jordans

2014-07-08 Thread hanshiyan
only two uitrekken. Voorafgaand aan een exercise associated with nike free heren http://www.goedkoopnikes.nl/nike-free-heren concurrenten, moet depart this life zich uitstrekt altijd worden opgenomen around de warming-up. Dit is normally een effectieve manier viajan vermindering viajan

Re: [Mono-dev] MAXHINCR or MAX_HEAP_SECTS error

2014-07-08 Thread Francis Fisher
On 08/07/14 10:41, lucas_max wrote: Hi Brandon Perry-3 Brandon Perry-3 wrote You need to recompile mono from source. No idea how to do that on windows. Do you know how to do that in linux? Start here: http://mono-project.com/Compiling_Mono ___

Re: [Mono-dev] MAXHINCR or MAX_HEAP_SECTS error

2014-07-08 Thread lucas_max
Hi guys Thanks for the information. I have another question: That means I need compile mono in each machine where Im going to run the app? or I can create the exe file with a modified version of mono, and later run this app on an any machine with out have this problem? thanks again -- View

Re: [Mono-dev] MAXHINCR or MAX_HEAP_SECTS error

2014-07-08 Thread Rafael Teixeira
Every machine will need a version of mono compiled with that option, to be able to run properly your exe. That option is not turned on by default, because it impacts negatively elsewhere in the system for most applications, outweighing the benefits it brings to applications with your kind of

Re: [Mono-dev] MAXHINCR or MAX_HEAP_SECTS error

2014-07-08 Thread Greg Young
Another option is to distribute with your application (eg dynamic/static linking) with the appropriate settings to the custom built version this is not too hard to do see mkbundle On Tue, Jul 8, 2014 at 5:46 PM, Rafael Teixeira mono...@gmail.com wrote: Every machine will need a version of mono

Re: [Mono-dev] MAXHINCR or MAX_HEAP_SECTS error

2014-07-08 Thread Greg Young
note: there are license restrictions involved with static linking ... On Tue, Jul 8, 2014 at 5:50 PM, Greg Young gregoryyou...@gmail.com wrote: Another option is to distribute with your application (eg dynamic/static linking) with the appropriate settings to the custom built version this is

Re: [Mono-dev] MAXHINCR or MAX_HEAP_SECTS error

2014-07-08 Thread lucas_max
Hi guys thanks to everyone for the answers. 1. I have downloaded and compile mono with the option ./configure --prefix=$PREFIX --with-large-heap=yes but, when I run the app, I get the same error. 2. I have used the mkbundle command as say Greg Young, but the error persist. now, im using

Re: [Mono-dev] MAXHINCR or MAX_HEAP_SECTS error

2014-07-08 Thread Greg Young
My solution was just to the recompiling part on every machine not to your original problem On Tue, Jul 8, 2014 at 6:47 PM, lucas_max lucas_max2...@yahoo.es wrote: Hi guys thanks to everyone for the answers. 1. I have downloaded and compile mono with the option ./configure --prefix=$PREFIX

Re: [Mono-dev] include the logging profiler in a plugin lib

2014-07-08 Thread Adam ffa
I got my library working. I'm having trouble getting warnings from mono_profiler_load using glib. The logging profiler doesn't seem to work, but the default profiler, located in mono/metadata/profiler.c, works. On Mon, Jul 7, 2014 at 8:48 PM, Adam ffa adam@gmail.com wrote: Hi, I am