does that mean, there is no error in the syntax and logic i used for QProcess?
rite, i'll check ping.exe.
this is exactly what the 62 instances message says:
QWinEventNotifier:Cannot have...
Type: Posts; User: rabeeah; Keyword(s):
does that mean, there is no error in the syntax and logic i used for QProcess?
rite, i'll check ping.exe.
this is exactly what the 62 instances message says:
QWinEventNotifier:Cannot have...
i tried to use QProcess following the example given in its help documentation..
i wrote the following:
QString alive;
alive = host.data();
QProcess *myprocess = new...
ok..wil try
hello,
i have written a program to retrieve ip adress of the hosts, and then ping them one by one using command prompt...now when the hosts are pinged one by one....i want to store the alive...
hi ppl,
i hav got aome display issues here. there are two classes(say a and b) in my project (with their corresponding headers and .cpp files). the main file say a. cpp calls the constructor of...
dat helped..thanx:)
hey there...i have made a list which contains the ip addresses of the interfaces connected to net on my laptop...wat i want to do now is that when i click on the one of the list's item a slot is...
thank u loadz...dat wrkd!!....n the code still runs fine on my laptop......:)
neva thought of dat...ok..lemme check
by simulate i meant that wen i run it on the emulator......so is there any alternative v can use so that the code functions as it is with the header wrking fr all platforms?
#include <QtGui/QApplication>
#include "mainwindow.h"
#include <iostream>
#include <stdlib.h>
#include <windows.h>
#include <string>
using namespace std;
dat workd!!....thanks a lot
well...i tried using nested loops for it......of what i understand, .the idea is to choose the ith interface from the listInterNames list and then use the j variable to print the broadcast, ip, & the...
rite....thanks.....
the listinternames is workin fine with one loop....this is how i used it..
inter=new QNetworkInterface();
QList<QNetworkInterface> listInterNames;
QString...
ok i tried the qDebug command....the address entries are being shown as a console output now...
i used the following commands:
for (int i = 0; i < listInterNames.size(); ++i)
{
qDebug()<<...
hello,
i came across a ping code in qt but it uses a module called QDBus which is fr unix platform only ....can ne1 plz help me with sum window equivalent of this
i found a discussion on...
but my problem is that " how can i implement this in qt.".
we r working on windows xp os,,,,,
still awaiting a reply
o alrite...i thot it ws used fr knwing the computer...like whois 192.37.89.5?,,,,n it wud give sm info like mac..
..ok so dats nt the case....
so what can v use to find an ip address of any
...
sorry m probably nt following u on ths list problem...
in the code above.. str is of type Qstring and item of QListWidget... and the last statement add item allows only a string or a...
rite...thanx...will check it out
another thing..say i have the broadcast id on the interface nw.....n want to know the ip address of a node connected to this interface....is there sm way i can...
yup ..i was trying to use Qlist widget...here is what i was trying to do...bt it gives an error : invalid use of operator "="
item->addItem( QString("Address entries:") );
for (int i =...
hi there,
i want to dipslay these ip addresses ,the braodcast and netmask on the screen.....i used the following to obatin the info
but i cant seem to get it on the screen
...
rite....thanx
so...how do i achieve that?...in the fortune server example..it picks up a port no through tcpserver port...how do i achieve the same here?
also...if i fix a no at the server..can...
either we send the port number as a stream along with the other data...or use the same port setting function at the reciever too....m i rite?