11 Mar
2013
11 Mar
'13
9:25 a.m.
On 11 Mar 2013, at 09:00, Linux Chips <linux.chips@gmail.com> wrote:
Hi
you mean C++? if so, a howto would be awesome.
Yes I was thinking about how to do this. You could jusv write the module in C++ and then mark the API functions that get exported in the module struct as extern c? Many of the headers already have the boilerplate code to mark the definitions as extern C when included in a C++ source file, so accessing standard library functions should not be an issue. Did you come up with another way? -Arran