teechart 8 apache opera
Posted: Thu Sep 30, 2010 1:33 pm
Hello
I wrote my programm PROG1 (in VS 2008 C++ MFC win32) which used activeX teechart 8.
I have apache 2.2.16 and CGI C++ script. I use apache and cgi c++ script that i want to control PROG1 and see its activex teechart 8 in web.
Now my PROG1 creates pictures ( m_tchart.getexport.asgif.savtofile(...) ) and cgi c++ periodically sends these pictures by apache to the web-browser.
But this method very slow and It is necessary for me of more than one picture in a second.
Can i write my cgi c++, that user could see web teechart 8 activex with data of teechart PROG1 in web browsers OPERA (9,10 and high), IE (5,6 and high)?
I know, that teechart support IE and asp. But It is error,when I try to launch internet application demo in OPERA.
Whether I should use asp to send data stream from teechart in my PROG1 to activex teechart in web-browser (OPERA and IE)?
Will web-user OS download teechart from server or it has to have activex before connection?
Where I can find similar examples?
Thank You
I wrote my programm PROG1 (in VS 2008 C++ MFC win32) which used activeX teechart 8.
I have apache 2.2.16 and CGI C++ script. I use apache and cgi c++ script that i want to control PROG1 and see its activex teechart 8 in web.
Now my PROG1 creates pictures ( m_tchart.getexport.asgif.savtofile(...) ) and cgi c++ periodically sends these pictures by apache to the web-browser.
But this method very slow and It is necessary for me of more than one picture in a second.
Can i write my cgi c++, that user could see web teechart 8 activex with data of teechart PROG1 in web browsers OPERA (9,10 and high), IE (5,6 and high)?
I know, that teechart support IE and asp. But It is error,when I try to launch internet application demo in OPERA.
Whether I should use asp to send data stream from teechart in my PROG1 to activex teechart in web-browser (OPERA and IE)?
Will web-user OS download teechart from server or it has to have activex before connection?
Where I can find similar examples?
Thank You