Re: C++ Program
From: Kevin Spencer (kspencer_at_takempis.com)
Date: 07/17/04
- Next message: MAM: "re: Viewing Directories in FP Publish"
- Previous message: J.D: "Saving Embedded Files"
- In reply to: anonymous_at_discussions.microsoft.com: "Re: C++ Program"
- Next in thread: Rick Budde: "Re: C++ Program"
- Reply: Rick Budde: "Re: C++ Program"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 17 Jul 2004 08:19:59 -0400
It really depends on what exactly "the C++ program" IS. C++ is merely a
programming language. It doesn't tell us anything about what type of program
it is. Some apps are designed to work in browsers. Some are designed to run
over a TCP/IP network. Some are desktop apps. Some are services. Etc.
-- HTH, Kevin Spencer .Net Developer Microsoft MVP Big things are made up of lots of little things. <anonymous@discussions.microsoft.com> wrote in message news:2e6d801c46b76$8788f7f0$a401280a@phx.gbl... > Ok then, should I integrate a C++ program into a Java > applet and let the Java applet execute the C++ program? > Or should I convert the C++ source code into java source > code? > > > >-----Original Message----- > >A Java applet is a special kind of executable that can > be run in a browser. > >Not just any executable can. > > > >-- > >HTH, > >Kevin Spencer > >..Net Developer > >Microsoft MVP > >Big things are made up > >of lots of little things. > > > ><anonymous@discussions.microsoft.com> wrote in message > >news:2e60201c46b68$93638440$a401280a@phx.gbl... > >> No, I already have a website and a web host. I'm trying > >> to use FrontPage 2003 to make this happen. The C++ > >> program file has been uploaded to my remote website > >> server root directory via FTP. Now, I wish to have the > >> program execute when people visit one of my webpages > (via > >> whatever browser they have)by clicking on a hyperlink > or > >> something. I already have a JAVA applet doing something > >> similar at my website because I execute the JAVA applet > >> as a web component. However, I see no functionality > >> specifically for C++ executable files. Is it possible > to > >> create a HTML file as a webcomponent that invokes the > C++ > >> program? Or is there another alternative? > >> > >> > >> >-----Original Message----- > >> >Do you mean a Web Service? > >> >Here you can find info on building a Web Service: > >> >http://search.microsoft.com/search/results.aspx? > >> qu=Web+Service&View=msdn > >> >&st=b&c=0&s=1&swc=0 > >> > > >> >Regards Jens Peter Karlsen. Microsoft MVP - Frontpage. > >> > > >> >-----Original Message----- > >> >From: anonymous@discussions.microsoft.com > >> >[mailto:anonymous@discussions.microsoft.com] > >> >Posted At: 16. juli 2004 19:53 > >> >Posted To: microsoft.public.frontpage.programming > >> >Conversation: C++ Program > >> >Subject: C++ Program > >> > > >> > > >> >I have a C++ executable program at my website. How do > I > >> link or create a > >> >webcomponent in order to make it run from my website > via > >> browser rather > >> >than download a copy of the program from my website > for > >> running it? > >> > > >> >. > >> > > > > > > >. > >
- Next message: MAM: "re: Viewing Directories in FP Publish"
- Previous message: J.D: "Saving Embedded Files"
- In reply to: anonymous_at_discussions.microsoft.com: "Re: C++ Program"
- Next in thread: Rick Budde: "Re: C++ Program"
- Reply: Rick Budde: "Re: C++ Program"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|