You can write a php module by writing wrapper around C/C++ code... Once that's done, you can pretty do everything...
Other approach is, if your C/C++ stuff is an executable, then you can execute it using php, pass all data (that came from client) and wait for stdout result, send it to client.. -abdul On Dec 12, 2007 11:29 PM, laurent <[EMAIL PROTECTED]> wrote: > We can't make that library a cgi my mates said....I don't know anything > about c++ in fact and I found this : > http://tempostudios.com/forums/index.php?topic=38.0 > > Sorry to not take time to test all this myself but I'm very busy, that's > why I ask you all if you already use those stuff and tell me the most > appropriate solution. > > L > > laurent a écrit : > > > Hi List, > > > > I need to send some data from my Flash app to a c++ library on the > > server, and wait for is response. > > Does anyone know how I should call that library, should I make a cgi > > or can I call it like I will do with a php script, like > > http://www.dom.com/library.c ? > > > > thx > > L > > _______________________________________________ > > Flashcoders mailing list > > [email protected] > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- -abdul --------------------------------------- http://abdulqabiz.com/blog/ --------------------------------------- _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

