libtool
[Top][All Lists]
Advanced

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

windows and dlopen


From: Duft Markus
Subject: windows and dlopen
Date: Thu, 7 Sep 2006 15:45:01 +0200

hi there!
 
i'm currently working on wgcc v2 and the libltdl behaviour on windows. looking at mdemo-static.test and co. i have a little problem. since all libs are linked in static, the symbols which are looked up are contained in the executeable itself, so my idea was to dlopen the executeable, and just treat it as a normal dll. This doen't work, since an executeable misses some things a dll has, so i can't find _any_ symbol in an executeable image somehow. it just seems to be empty ;o)
 
any sugestions how to get this to work?
 
Cheers, Markus

reply via email to

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