You probably do not know how to cook.
C# allows you to export as COM objects and callable functions
https://sites.google.com/site/robertgiesecke/Home/...
class Test
{
[DllExport("add", CallingConvention = CallingConvention.Cdecl)]
public static int TestExport(int left, int right)
{
return left + right;
}
}
About Java I'm not sure, but I suspect is the same.
And Yes you offended by all Aviston saying that it is the brakes. This is an extremely bold statement from piconera
Or do you want the same language to write libraries for other languages? Don't do that. - zoey_Spinka commented on April 19th 20 at 12:38
Pile up can create a project with a stub that will only export functions.
H and lib file can be used for linking and will put a dll from C# - Heath_Romaguera commented on April 19th 20 at 12:41
You need to understand that in C/C++ libraries to write but platform windows/linux.
In system programming, C/C++ of course in the lead. And a little C# - zoey_Spinka commented on April 19th 20 at 12:47
And here C++ developers have laughed at you... - Erna commented on April 19th 20 at 12:50
https://yadi.sk/d/gZ7wUIimYMHAlQ - Heath_Romaguera commented on April 19th 20 at 12:53