Cobol to .NET URGENT
-
Hello Guys, how can we build a virtual machine to convert cobol code to dot net.??? once the migration is complete the dot net code should perform all the business functionality currently done by the cobol code.or is there any way i can compile it to .DLL so that i can use in my .NET code??? Or any good suggetions for that.... Please...share Regards :rose:, nishu
-
Hello Guys, how can we build a virtual machine to convert cobol code to dot net.??? once the migration is complete the dot net code should perform all the business functionality currently done by the cobol code.or is there any way i can compile it to .DLL so that i can use in my .NET code??? Or any good suggetions for that.... Please...share Regards :rose:, nishu
You would not create a virtual machine, which houses OSs, to convert COBOL code to .NET. You would have to write you own program, if one does not already exist, that will convert COBOL code to .NET. As for having a COBOL dll, I have no idea. If the dll produced is a standard windows dll then you should be able to use DllImport to extract specific methods and use them in your .NET applications. You may even consider a dll wrapper, if that would be better suited.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios[^]
-
Hello Guys, how can we build a virtual machine to convert cobol code to dot net.??? once the migration is complete the dot net code should perform all the business functionality currently done by the cobol code.or is there any way i can compile it to .DLL so that i can use in my .NET code??? Or any good suggetions for that.... Please...share Regards :rose:, nishu
Have you looked at Fujitsu Cobol.NET?
Upcoming events: * Glasgow: Geek Dinner (5th March) * Edinburgh: Web Security Conference Day for Windows Developers (12th April) My: Website | Blog | Photos
-
Have you looked at Fujitsu Cobol.NET?
Upcoming events: * Glasgow: Geek Dinner (5th March) * Edinburgh: Web Security Conference Day for Windows Developers (12th April) My: Website | Blog | Photos
Thanks guys... Ya i visited that one.. nishu