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