From owner-freebsd-questions@FreeBSD.ORG Thu Apr 24 20:56:32 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B24C837B401 for ; Thu, 24 Apr 2003 20:56:32 -0700 (PDT) Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id D338243F3F for ; Thu, 24 Apr 2003 20:56:31 -0700 (PDT) (envelope-from jcm@FreeBSD-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 4.14) id 198uK2-000M3b-Q6 for freebsd-questions@freebsd.org; Fri, 25 Apr 2003 04:56:26 +0100 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) h3P3uQPe082117 for ; Fri, 25 Apr 2003 04:56:26 +0100 (BST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.12.6/8.12.6/Submit) id h3P3uQeb082116 for freebsd-questions@freebsd.org; Fri, 25 Apr 2003 04:56:26 +0100 (BST) Date: Fri, 25 Apr 2003 04:56:26 +0100 From: Jonathon McKitrick To: freebsd-questions@freebsd.org Message-ID: <20030425035625.GB81840@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Spam-Score: -10.2 (----------) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *198uK2-000M3b-Q6*0e65pIti78o* Subject: How to find a library X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 03:56:33 -0000 Hi all, I'm coming over from Win32 development, and I have a question about finding a library to find what you need. Currently, if I need a function, it can be found somewhere in MFC. However, since I want to start porting some of our software to Unix, I need to know how to find/use similar functions that are not part of Unix base functionality. What is the best way to find these libraries? Once found, is it only a matter of including the .h file and linking? NOTE: Please CC me, as I am not currently subscribed. Thanks. jm -- My other computer is your windows box.