From owner-freebsd-questions Tue Oct 17 12:54:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from maulwurf.franken.de (maulwurf.franken.de [193.141.110.9]) by hub.freebsd.org (Postfix) with ESMTP id ED41237B4D7 for ; Tue, 17 Oct 2000 12:54:08 -0700 (PDT) Received: by maulwurf.franken.de via rmail with stdio id for freebsd-questions@freebsd.org; Tue, 17 Oct 2000 21:54:06 +0200 (MET DST) (Smail-3.2 1996-Jul-4 #1 built DST-May-30) Received: (from tanis@localhost) by gaspode.franken.de (8.11.0/8.9.3) id e9HJrBX11222; Tue, 17 Oct 2000 21:53:11 +0200 (CEST) (envelope-from tanis) Date: Tue, 17 Oct 2000 21:53:11 +0200 From: German Tischler To: nathan Cc: "freebsd-questions@freebsd.org" Subject: Re: c++ sockets and qt Message-ID: <20001017215311.A11194@gaspode.franken.de> References: <39ECA4DC.7D5DC39A@telecom.ksu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <39ECA4DC.7D5DC39A@telecom.ksu.edu>; from beemern@telecom.ksu.edu on Tue, Oct 17, 2000 at 09:14:51PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Oct 17, 2000 at 09:14:51PM +0200, nathan wrote: > i'm moving into programming with c++ and have installed the qt libraries > from the ports > > however, in looking at the API reference at trolltech.com, I see their > net classes listed there, but they don't exist in my installation. > > for instance, qsocket.h qserversocket.h and others from their 'net > module' aren't on my box > > [root@sabre /root]# cd `echo $QTDIR` > [root@sabre qt]# cd include/ > [root@sabre include]# ls qsocket.h > ls: qsocket.h: No such file or directory > [root@sabre include]# > > it just looks as if the "net module" for qt wasn't installed? Which version of QT did you install ? If it is QT1, it could be that you are looking at the wrong docs. --gt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message