Cross-compiler and DLLs

I’m using th mingw cross compiler downloaded from libsdl.
The problem is:
when I find an interesting dll how do I add it to my project:
I mean How do I generate the .a and .la files?
Can I use (and how) the .lib files?

michele

michele wrote:

I’m using th mingw cross compiler downloaded from libsdl.
The problem is:
when I find an interesting dll how do I add it to my project:
I mean How do I generate the .a and .la files?
Can I use (and how) the .lib files?

michele

This is off topic, but you should be able to find a tool called
"impgen" which will create a “.a” file from a “.dll” file.

-Ray