I am at my wits end here. I have a simple project with one global function
returning a long value.
__declspec(dlle xport) long myfunc()
{
}
I've built the dll, added it as a reference to my C# project. Now how in
the world do I reference "myfunc" ????
It totally eludes me.
Many thanks for any help here.
returning a long value.
__declspec(dlle xport) long myfunc()
{
}
I've built the dll, added it as a reference to my C# project. Now how in
the world do I reference "myfunc" ????
It totally eludes me.
Many thanks for any help here.
Comment