Re: Visibility of compiler symbols between executables and DLLs

2005-09-26 Thread Nick Glencross
tly loaded libraries which can then import them. Looks like DLLs are are more restrictive, but I couldn't find anything documented about it for cygwin. Thanks, Nick On 9/26/05, Max Bowsher <[EMAIL PROTECTED]> wrote: > Nick Glencross wrote: > > Guys, > > > > I'

Visibility of compiler symbols between executables and DLLs

2005-09-26 Thread Nick Glencross
Guys, I've done some research on this and don't believe that it's a perennial question that keeps coming up! On many platforms compilation symbols in an executable are not made visible to its Shared Library/DLLs by default, but this can often be overridden with a compiler flag to change the polic