|
-
January 19th, 2012, 02:48 PM
#20
Re: COM and .NET vs WinAPI
Since you are only dealing with data, I would use a WCF web service (.Net C#).
I would wrap your exisiting C code as Managed C++ assemblies and expose them with the above C# WCF service.
That way, any client capable of consuming web service code can connect to the service.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|