dlopen(0, RTLD_LAZY) doesn't work?
Robert Collins
robert.collins@itdomain.com.au
Fri Feb 8 03:10:00 GMT 2002
===
----- Original Message -----
From: "Pavel Tsekov" <ptsekov@syntrex.com>
> > I believe the __declspec(...) has a similar effect, in
> > that it is ignored unless -shared is specified, or
> > -mdll is used.
>
> Ok, I didn't know that, but hey ... you learn almost every day
> something new :)
Don't learn this one - it's incorrect. Linking with cygwin1.dll would
fail if it were correct.
> > Also, the dllimport directive is never used unless an
> > import library is created and used, which is not the
> > idea here.
Again, this is incorrect. The dllimport directive can be used when
linking directly to a .dll, no importlibrary involved.
Rob
--
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/
More information about the Cygwin
mailing list