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 Problem reports: http://cygwin.com/pr

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 Christopher Faylor
On Wed, Mar 29, 2006 at 03:24:29PM +, Jacob Kolding wrote: >> 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. Have you tried "chmod a+x ./module.dll" ? cgf -- Unsubscrib

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: http://cygwin.com/probl

Re: dlopen problems

2006-03-29 Thread skaller
On Wed, 2006-03-29 at 08:55 +, Jacob Kolding wrote: > Hello > > I'm currently trying to port a 3d engine from linux to cygwin and I have some > trouble with the dlfcn.h functions. > > My main program loads a module via dlopen which works fine in linux, but under > cygwin I get an error "No su