Re: [Mono-list] Thunk generator

2015-11-14 Thread Evgeny Pirogov
Hello, Robert Jordan. Thank you for explanation. Is any differences in mono embedding from mono 2.8 to 4.2? Thank you. Eugene Pirogov. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Thunk generator

2015-11-14 Thread Robert Jordan
On 14.11.2015 15:31, Evgeny Pirogov wrote: Hello, Robert Jordan. Thank you for explanation. Is any differences in mono embedding from mono 2.8 to 4.2? I don't recall Mono 2.8, but if it has already provided the Mono 2 Embedded API (check it with "pkg-config --libs mono-2"), the APIs should be

Re: [Mono-list] Thunk generator

2015-11-13 Thread Robert Jordan
On 13.11.2015 13:24, Evgeny Pirogov wrote: Hello, Robert Jordan. Look like your utility make c++ code on the fly. Is it only generate .h files? Where code for C++ generation located in the project? It generates both C/C++ and H files but not on the fly. You have to generate the thunks in

[Mono-list] Thunk generator

2015-11-12 Thread Robert Jordan
Hi! It seems that thunks are seldom used by the community due to lack of documentation and samples. They remain cumbersome to consume even when someone has accidentally found out how to use them ;) Here is a simple tool which generates C/C++ code from an assembly whose members were marked with