html control for c application
-
hello every body, i wrote an application using C under linux application input are char * , should be written in server socket. now i should work in the grphic part, i would that it be like html-based device interface (eg router), which tool(languages) should i use ? thanks
-
hello every body, i wrote an application using C under linux application input are char * , should be written in server socket. now i should work in the grphic part, i would that it be like html-based device interface (eg router), which tool(languages) should i use ? thanks
I have no idea what your asking, but hopefully this helps: http://www.codeproject.com/miscctrl/?Display=title#HTML+Browser+Controls[^] You'd probably have better luck asking in a Linux forum. Maybe you could reuse the Mozilla Gecko engine for nice HTML display under Linux?
I'm finding the only constant in software development is change it self.
-
hello every body, i wrote an application using C under linux application input are char * , should be written in server socket. now i should work in the grphic part, i would that it be like html-based device interface (eg router), which tool(languages) should i use ? thanks
im assuming you are writing a desktop type client app that talks to a server using standard socket stuff yes? there are several toolkits you could use that have an html type control including: Qt Gtk wxWidgets VCF it depends on what dev tools you have or feel comfortable with and whether you want to make the client app easily cross-platform or not hth
"there is no spoon" {me}
-
im assuming you are writing a desktop type client app that talks to a server using standard socket stuff yes? there are several toolkits you could use that have an html type control including: Qt Gtk wxWidgets VCF it depends on what dev tools you have or feel comfortable with and whether you want to make the client app easily cross-platform or not hth
"there is no spoon" {me}
thnks for resposnes i found it a connection should be maintain between application and a php socket server. then data will be send/received via php server to/from flex application data base is accessible via php (the king in these cases) what do you think ? JEE??? haha it sem to be more secure and light !
-
thnks for resposnes i found it a connection should be maintain between application and a php socket server. then data will be send/received via php server to/from flex application data base is accessible via php (the king in these cases) what do you think ? JEE??? haha it sem to be more secure and light !
unless you have a specific reason not to i would strongly suggest you use http requests and use something like apache or iis as the back-end server ... i've written several apps like this and they work very well ;)
"there is no spoon" {me}
-
unless you have a specific reason not to i would strongly suggest you use http requests and use something like apache or iis as the back-end server ... i've written several apps like this and they work very well ;)
"there is no spoon" {me}