No, You have to use the PInvoke services in order to call exported C style
functions from C#.
please check the PInvoke services in MSDN.
Willy.
"chip" <no****@hotmail.com> wrote in message
news:e8****************@TK2MSFTNGP09.phx.gbl...
I know it can be done in a dll, but is it possible to call a c++ / c
function directly from c-sharp.
-chip