Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Stephano Mariani" To: Subject: [URGENT] dlopen question Date: Mon, 28 Jan 2002 16:18:01 -0000 Message-ID: <000901c1a817$5b932a50$01000001@sknet01> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 1 (Highest) X-MSMail-Priority: High X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: High -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I recently discovered (to my horror) that the RTLD_* options (in /usr/include/dlfcn.h) seem to just be dummy placeholders in cygwin, due to the utterly feeble shared library/dll model under windows. The cygwin sources appear to have wrapped the dl{open,sym,close} calls around the windows equivalents (LoadLibrary, GetProcAddress, and FreeLibrary). Is there a way to simulate the dlopen(soname,RTLD_GLOBAL) call under windows? I really require this (or equivalent) functionality. Any help will be greatly appreciated... TIA Stephano Mariani -----BEGIN PGP SIGNATURE----- Version: PGP 7.1.1 Comment: Use PGP or GNUPG iQA/AwUBPFV5t2gk66Ms+o9zEQJvxQCg/Ql/NNN/F5ZYznI7Q2XQoGKWSXgAn1BM BVZoIS0HZ9Kx1woYdVspAXm7 =Rzpk -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/