libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using libltdl with the Microsoft compiler


From: Braden McDaniel
Subject: Using libltdl with the Microsoft compiler
Date: Fri, 20 Jun 2008 03:37:59 -0400

I've built libltdl with the Microsoft compiler and I'm trying to use it
to load a DLL.  I am calling lt_dlforeachfile; the problem seems to be
that the call to loader->module_open in tryall_dlopen is failing.  That
call resolves to presym_open.  This call is failing because
preloaded_symbols is set to 0.

I'm hoping someone more familiar with this code could explain to me what
is supposed to have happened at this point that would make
preloaded_symbols nonzero (and thus give the module_open call some
chance of success).  It is conceivable (in fact, likely) that I have
built libltdl incorrectly; but if that's the problem here, the nature of
the error has yet to jump out at me.

-- 
Braden McDaniel                           e-mail: <address@hidden>
<http://endoframe.com>                    Jabber: <address@hidden>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]