Hi all !
i have decided to make a s/w for handling the Phone calls. i am planning to use Linux Platform to develop the S/w . Phone Call would be handled Through MODEM
i have some basic queries : 1) i need to have GUI Interface for the said S/W.Which Tools can i use ?? 2) And what kind of Programming Language would be used for the GUI(C/C++) 3) Can some one give me some Web links to start off.
Please Advice.
Thanks Gopi Mumbai
- i need to have GUI Interface for the said S/W.Which Tools can i use ??
You can use glade, gtk+, Qt
- And what kind of Programming Language would be used for the GUI(C/C++)
it can be either in C or C++
- Can some one give me some Web links to start off.
These are sites regarding glade and gtk+ http://glade.gnome.org http://www.gtk.org
--sen-- Be a man of Deeds Don't be a man of Needs... http://senkavithai.tk http://stylesen.blogspot.com
On Wed, Nov 09, 2005 at 05:27:20PM +0530, Gopi K wrote:
i have decided to make a s/w for handling the Phone calls. i am planning to use Linux Platform to develop the S/w . Phone Call would be handled Through MODEM
Asterisk.
i have some basic queries :
- i need to have GUI Interface for the said S/W.Which Tools can i use ??
- And what kind of Programming Language would be used for the GUI(C/C++)
You can use whatever language you want, as long as it can make system calls.
- Can some one give me some Web links to start off.