Re: [Mono-list] embedding mono: how to pass c++ pointer to and from CLI?

2016-02-08 Thread Elmar Haneke
> is there a way to pass a pointer to C# and pass it back to native functions? > for example I have a newMesh function in c++ which returns a pointer to a > Mesh class instance. How can I represent this pointer in C#? And if I have a > drawMesh method in c++ as an internal call method, how can I

Re: [Mono-list] WCF and Named Pipes on OS X

2016-02-08 Thread Miguel de Icaza
Hello, We do not support named pipes in Mono. Named objects were a feature that was supported on earlier versions of Mono, but emulating them without kernel support introduced more trouble and pain than it was worth. So we removed it, and the code that supported it has been removed as well.

Re: [Mono-list] Mono, Windows Forms, and Headless operation

2016-02-08 Thread Miguel de Icaza
Hello, ThreadPools are available on .NET 2.0, just not the fancier TPL-based ones. Perhaps you could consider replacing that bit of code with using the ThreadPool? Miguel On Thu, Jan 7, 2016 at 4:24 PM, George, Glover E ERDC-RDE-ITL-MS < glover.e.geo...@erdc.dren.mil> wrote: > Hi all, > >

[Mono-dev] Profiler on ARM

2016-02-08 Thread techi eth
Hi, I am trying to run mono profiler on ARM target.I am always getting below error. "The 'log' profiler wasn't found in the main executable nor could it be loaded from 'mono-profiler-log'" Is that work on ARM target ? Do i need to use any build option to enable profiler ? Thanks

Re: [Mono-dev] Prefer HTTPS over git:

2016-02-08 Thread Miguel de Icaza
Exactly. We are not going to change this, but luckily the solution provided should work for you. On Mon, Feb 8, 2016 at 8:08 PM, Jonathan Purdy wrote: > Since Git 1.6.6, HTTP(S) remotes are as efficient as the git/SSH > protocols. However, SSH keys are more

Re: [Mono-dev] Prefer HTTPS over git:

2016-02-08 Thread Jonathan Purdy
Since Git 1.6.6, HTTP(S) remotes are as efficient as the git/SSH protocols. However, SSH keys are more convenient and secure for automatic authentication than HTTPS auth. As far as I know, the only way to set up automatic authentication with git over HTTPS is to store the username and password in