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. Maybe the other one would
respond better to the "nm".

        Danny

On Wed, 2009-06-10 at 16:24 +0200, Vincent R. wrote:
> 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 when I look the dll with some third parties tool(ex PE explorer),
> I can see my exported symbols :
> 
> 
> // GDAbItem_Delete; Index 1;          
> // GDAbItem_Edit; Index 2;            
> // GDAbItem_GetProperty; Index 3;     
> // GDAbItem_GetPropertyEx; Index 4;   
> // GDAbItem_SetProperty; Index 5;     
> // GDAbItem_Show; Index 6;            
> 
> Am I doing something wrong ? I can send the dll if people want to test.
> 
> 
> 
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables unlimited
> royalty-free distribution of the report engine for externally facing 
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> Cegcc-devel mailing list
> Cegcc-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cegcc-devel
> 
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to