Click here to Skip to main content
15,890,741 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Dear All,

I have an application tool which is made in VC6 (Visual studio 6). It is a VC++ MFC application.
Now my client wants most of the features from this tool as WCF service which he can consume in his java web based application.
I want to know what may be the best way I can achieve this.
Shall I develop new application tool in .net as WCF or I can port my application in to .net and then convert it in to WCF service?
Please suggest better way to achieve my requirement.

Thanks in advance,
Nilesh
Posted

1 solution

Actually, the way it should go is that you should create a wcf service, and then port your code to .net while at the same time adding it to the service.

Since you're going from C++/MFC, the process is going to probably be completely manual, meaning there's no automatic conversion utility available.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900