Hi,
iam having an requirement in such a way that i have to call NET dll from VC++ 6.0.
The main idea of this is to use ADO.NET for remote connection and XML classes.
I succeded in calling VC.NET ATL COM dll from VC++ 6.0.But it is giving lot of linker errors everytime,which may cause problem in future.
So i decided to make C# dll..
I succeded in Calling C# dll from VB.
But iam facing problems when calling from VC++ 6.0.I can able to generate tlb using regasm for the dll..i dont know how to generate wrapper for these classes in VC++ 6.0.
Can you give any suggestions..?
Thanks in advance..
Rgds
VD