How to develop outproc COM server in C#
-
Monday, March 12, 2012 6:05 AM
Hello All,
I would like to know how to write the outproc (Local Server) COM server in C#.
Regards,
Mutpan
All Replies
-
Monday, March 12, 2012 6:37 AM
Hello Mutpan
look at the threat below
Want to add MVP with my name.
- Marked As Answer by mutpan Wednesday, March 14, 2012 1:10 PM
-
Monday, March 12, 2012 8:51 AM
Hi mutpan,
Here is a sample using com server written by csharp language and using c++ to invoke this com server. You can click the link as follows:
http://code.msdn.microsoft.com/CppCOMClient-8eb832b1
Sincerely,
Jason Wang
orichisonic http://blog.csdn.net/orichisonic If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful".
- Marked As Answer by mutpan Wednesday, March 14, 2012 1:10 PM

