From owner-freebsd-hackers Sun Feb 13 23:56:28 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from akira.lanfear.com (akira.lanfear.com [208.12.10.34]) by builder.freebsd.org (Postfix) with ESMTP id 489853ED5 for ; Sun, 13 Feb 2000 23:56:26 -0800 (PST) Received: from katana (katana.lanfear.com [10.0.0.3]) by akira.lanfear.com (8.9.3/8.9.3) with SMTP id XAA38113 for ; Sun, 13 Feb 2000 23:56:40 -0800 (PST) (envelope-from marcw@lanfear.com) From: "Marc Wandschneider" To: Subject: Loadable Code Modules? Date: Sun, 13 Feb 2000 23:57:48 -0800 Message-ID: <003901bf76c1$302107e0$0300000a@katana> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG howdy! i was wondering if FreeBSD had a kind of like DLL capability? i'd like to be able to do something as follows: // ... construct char *fileName moduleHandle = loadCodeModule(fileName); (char *)(*fn char *) myfn; // ii'm pretty sure i screwed that up myfn = getFunctionAddress(moduleHandle, "doSomethignCool"); // use fn releaseModule(moduleHandle); does such a thing exist in FreeBSD? If not, where would one start looking to add such functionality? thanks. marc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message