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
> 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/
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
> 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
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
5 matches
Mail list logo