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

2016-02-07 Thread sunsflower
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 pass the

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

2016-02-07 Thread Kai Noda
Hi Etienne, Thanks for your reply, it is certainly one solution employable by each Git user. But I'm suggesting to change the default behavior for everyone, believing there are zero cons for it. // If only I could send a patch w/o CLA signed by my employer's lawyer! Thanks, Kai 野田 開

[Mono-dev] Prefer HTTPS over git:

2016-02-07 Thread Kai Noda
Hi Mono developers, Could you change .gitmodule so that the sub-modules are fetched with HTTPS rather than the git: protocol? I believe the former has a higher chance to pass through firewalls than the latter. Thanks in advance, Kai 野田 開

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

2016-02-07 Thread Etienne Champetier
Hi, Le 7 févr. 2016 7:06 PM, "Kai Noda" a écrit : > > Hi Mono developers, > > Could you change .gitmodule so that the sub-modules are fetched with HTTPS rather than the git: protocol? I believe the former has a higher chance to pass through firewalls than the latter. See

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

2016-02-07 Thread sunsflower
anyone knows anything about this? thanks very much! -- View this message in context: http://mono.1490590.n4.nabble.com/embedding-mono-how-to-pass-c-pointer-to-and-from-CLI-tp4667381p4667386.html Sent from the Mono - General mailing list archive at Nabble.com.