This content has been marked as final.
Show 1 reply
-
1. Re: How to use from a browser my old C++ application installed on a server
oisin Nov 16, 2007 2:21 PM (in response to mawoule)Well. There are many ways to get to an application on a server from a browser - you could do it with CORBA, but it depends on the application. Does it have a network API? Do you want to interact with the application using browser-based forms? Do you just want to run the application and get its output? All of these things are possible, but use different approaches. What is it you really want to do with the application?