Paul Sokolovsky wrote:
> Hello cegcc-devel,
>
>   I'm building HaRET with cegcc/mingw32ce trunk:
>   
> $ svn info
> Path: .
> URL: https://svn.sourceforge.net/svnroot/cegcc/trunk/cegcc
> Repository Root: https://svn.sourceforge.net/svnroot/cegcc
> Repository UUID: d7810a3d-100a-0410-8641-c3624a9c11f1
> Revision: 807
> Node Kind: directory
> Schedule: normal
> Last Changed Author: pedroalves
> Last Changed Rev: 806
> Last Changed Date: 2006-11-13 17:35:20 +0200 (Mon, 13 Nov 2006)
>
>
>   Got an executable which is "not valid PocketPC application" on
> hx4700/WM2003:
>
>         DLL Name: coredll.dll
>         vma:  Hint/Ord Member-Name Bound-To
>         314b4      36  _wcsicmp
>         314c0      43  _write
>
> _write is not in coredll.dll there.
>
>   Worked that around with a patch, one part of it is useful, the other
> is not. I would guess, that mingw32ce would provide thin write()
> implementation, not sure, why would I miss it, need to check HaRET
> Makefile.
>   


>   But still, liboldname-ce would rather not export non-existent
> functions.
>
>   
Oh, you are right, that was indeed a big thinko on my part.
There is indeed a thin write implementation in libmingwex.a, but you are 
right in that liboldname should not
export those functions, since it maps the functions into coredll.dll.

I will work on a proper fix ASAP, thanks!

Cheers,
Pedro Alves


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to