R
Rajesh.S
some more info...
CInitialContext m_ic = new CInitialContext();
String m_tcfName = "primaryTCF";
-----Original Message-----
I built a VC++.Net project as a dll and
included it as a reference in a c# project.
When I call a c++ function from the csharp
project I get internal compiler error.
The function in the c++ dll got the signature
void __gc *CInitialContext::Lookup(char *)
throw (CJMSException*)
The function was called in csharp as
CInitialContext m_ic = new CInitialContext();
String m_tcfName = "primaryTCF";