Interoperatibility...
-
Hello friends, Now a days, i am getting some work like using existing vb, vc++, ATL, MFC etc. code. I have task to to invoke or reuse the code in the C#.Net application. I am able to invoke com component code in C#. But i am facing problem when i try to invoke the win32 C++ code in C#.net. So can any one give me helpful sites, book list for all types of interoperability which can be done with C#. That is under one umbrella. It will help be to trace out or reach at decision can we do the interoperability. Thanks in Advance.
-
Hello friends, Now a days, i am getting some work like using existing vb, vc++, ATL, MFC etc. code. I have task to to invoke or reuse the code in the C#.Net application. I am able to invoke com component code in C#. But i am facing problem when i try to invoke the win32 C++ code in C#.net. So can any one give me helpful sites, book list for all types of interoperability which can be done with C#. That is under one umbrella. It will help be to trace out or reach at decision can we do the interoperability. Thanks in Advance.
-
http://www.pinvoke.net/[^] has most if not all of the win32 stuff. Most pages have C# examples too.
Dave
Thanks for your fast reply. But, as per my knowledge i thing the site give information for only p invoke i.e. DllImport like that attribute not other things. Can you provide some more sites which will cover other things which are not covered here. :) Any ways thanks for your help.
-
Thanks for your fast reply. But, as per my knowledge i thing the site give information for only p invoke i.e. DllImport like that attribute not other things. Can you provide some more sites which will cover other things which are not covered here. :) Any ways thanks for your help.
Have a look on Dr. Dobb's Portal[^].
SkyWalker