Hi,

> Officially WinCE does not support any of *A functions.
> It has only UNICODE API and all strings should use UNICODE encoding.
> I know that there is exception and inside coredll library in MinGWCE
> there is GetProcAddressA() but I do not know if it's official extension
> and I cannot say if it works.
> The import library in MinGWCE contains:
>   GetProcAddressA()
>   StringCch*A()
>   StringCb*A()
> ASCII functions.
> 
> If you can confirm that it's official WinCE extension and it works
> with other C compilers then for me it's very good choice which should
> help to simplify existing code.

It is official starting WinCE 3.0:
   http://msdn.microsoft.com/en-us/library/ms908453.aspx

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to