DLLCC / Cygwin

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

DLLCC / Cygwin

Matthias Junker
I tried to load a cygwin library (libapr-1.dll.a) under winxp with
dlllcc, but i get an error that it can not load the library (io error -
193 ). i already checked in the manual, and it says this means
ERROR_BAD_EXE_FORMAT. does anyone know why this happens? or has cygwin
other kinds of libraries? this only happens with cygwin libraries. any
suggestions or idea to this problem are welcome.

Cheers
Matt

Reply | Threaded
Open this post in threaded view
|

RE: DLLCC / Cygwin

Steven Kelly
I don't really know much about Cygwin, but shouldn't you be trying to
load something that's *.dll not *.dll.a? At least if by "load" you mean
"add to the libraryFiles line in an ExternalInterface subclass
definition".

Steve

> -----Original Message-----
> From: Matthias Junker [mailto:[hidden email]]
> Sent: 15. helmikuuta 2008 0:18
> To: vwnc-list
> Subject: DLLCC / Cygwin
>
>
> I tried to load a cygwin library (libapr-1.dll.a) under winxp
> with dlllcc, but i get an error that it can not load the
> library (io error - 193 ). i already checked in the manual,
> and it says this means ERROR_BAD_EXE_FORMAT. does anyone know
> why this happens? or has cygwin other kinds of libraries?
> this only happens with cygwin libraries. any suggestions or
> idea to this problem are welcome.
>
> Cheers
> Matt
>
>