Re: dlopen problems (Problem found)

2006-03-29 Thread Jacob Kolding
Jacob Kolding gmail.com> writes: > > > Have you tried "chmod a+x ./module.dll" ? > > Yes, with no luck. > > I just needed to add --dllname mainprog.exe as an option to dlltool :) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Proble

Re: dlopen problems

2006-03-29 Thread Jacob Kolding
> Have you tried "chmod a+x ./module.dll" ? Yes, with no luck. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: dlopen problems

2006-03-29 Thread Jacob Kolding
> Try > > dlopen("./module.dll",flags) > I have tried that and also tried using the full path to the module, but in both cases I get the same error message. /Jacob Kolding -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

dlopen problems

2006-03-29 Thread Jacob Kolding
file.a this all compiles and links fine. However the above error message haunts me... Can anyone explain to me how dlopen works in cygwin? /Jacob Kolding -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: