
No, what I'm asking in fact, is the possibility to do something like this :
you have a C source ("mytest.c") :
Code: Select all
extern void _stdcall mytestfunction(int value)
{
return value;
}
Code: Select all
IncludeC "mytest.c"
Declare mytestfunction(value.l)

this would be amazing, of course, we can build Purelibraries, but if you just want an easy function wrote in C, this would be awesome to have !!