Forum Moderators: open

Message Too Old, No Replies

C++ App to Web?

Anyone ever do this?

         

txbakers

11:18 pm on Aug 28, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have a C++ application, parts of which need to be made into a web application. I'm not picky on the technology at this point, Flash would be great, but ActiveX or Java is fine too.

I have the source code and a working Windows version.

Has anyone ever converted a C++ app to something web?

mattglet

2:14 am on Sep 7, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Can't you compile the C++ app to a dll, then just use COM to interact?