How to create a simple COM component in C++
-
Hi, All How to create a simple COM component in C++, and then to consume it in my C# project. I don't want to use ATL. Are there any simple step by step instructions or a complete procedure to get started. (I have done googling but not found any desired content). Any help will be appreciated. Best Regards, SD Khan
-
Hi, All How to create a simple COM component in C++, and then to consume it in my C# project. I don't want to use ATL. Are there any simple step by step instructions or a complete procedure to get started. (I have done googling but not found any desired content). Any help will be appreciated. Best Regards, SD Khan
-
Hi, All How to create a simple COM component in C++, and then to consume it in my C# project. I don't want to use ATL. Are there any simple step by step instructions or a complete procedure to get started. (I have done googling but not found any desired content). Any help will be appreciated. Best Regards, SD Khan
when you starting with new technology first need to read a books regarding that. then google it. for com i suggest you "Inside COM" by dale rogerson and "essential COM" by Don Box. All the best..:thumbsup: