libc functions

Login to reply to this topic.
Wed, 2005-12-14 15:44
Joined: 2005-02-17
Forum posts: 5
Hi!

I am searching for a way to use wide character (ANSI) functions known from Windows.

Certainly I would need:

swprintf
fwprintf
fgetws
fputws
swscanf
wctime
wcsncmp
wcstoul
wcserror

I can not find any of these functions in the libc provided by symbian Sad

Does anyone know a Library to enable that functionality? Any help or hints are appreciated!
Thanks a lot!
sgie

Mon, 2006-07-31 06:33
Joined: 2004-12-31
Forum posts: 83
Re: libc functions
Hi

even i need these functions...if any one know the solution please let everyone know.
@sige please reply baack if u hv find the solution or any workaround.

thanks

warm regards

saurabh

Mon, 2006-07-31 09:28
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 2006
Re: libc functions
You have to emulate them using Symbian APIs then... This is generally not so difficult as Symbian is a lot richer than libc. As far as I can remember, we have already written equivalent for most function you describe.

(don't ask me for the source code, it was part of a commercial project so we cannot give it away).

Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

  • Login to reply to this topic.