On Fri, 2009-06-12 at 07:04 +0200, Danny Backx wrote:
> Use dlltool, exact parameters depend on the info you have (def file I hope)
That was a quick reply before I went to work this morning.
Here's the more complete one. See src/w32api/libce/Makefile.in . The
relevant part :
lib%.a: %.def
Use dlltool, exact parameters depend on the info you have (def file I hope)
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distributi
On Thu, 11 Jun 2009 17:47:32 +0200, Danny Backx
wrote:
> Can you spell out the different steps you perform ?
>
> And I would expect you to obtain two things :
> - a real DLL (libgynoid.dll), to be copied to the device
> - an import library (libgynoid.dll.a), to be used in development
> to get t
Can you spell out the different steps you perform ?
And I would expect you to obtain two things :
- a real DLL (libgynoid.dll), to be copied to the device
- an import library (libgynoid.dll.a), to be used in development
to get the application to link.
I only saw one mentioned in your message. M
Hi,
So I have compiled gynoid framework using msvc and obtained a dynamic
library called
libgynoid.dll.
When I try to generate an import lib as described in cygwin faq and using
toolchain nm it doesn't work :
$ arm-mingw32ce-nm.exe libgynoid.dll
arm-mingw32ce-nm: libgynoid.dll: no symbols
But w