gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to send sms from file


From: Pawel Kot
Subject: Re: How to send sms from file
Date: Wed, 11 Jun 2008 09:30:02 +0200

Hi,

On Wed, Jun 11, 2008 at 09:22, Jari Turkia <address@hidden> wrote:
> Pawel Kot wrote:
>>
>> So you say that for win32 compatibility we should use other way of
>> reading sms text than reading it from stdin?
>
> Yes. I don't think that would hurt on *nix.

What about other stuff? Writing phonebook? Or reading password? We
have such code:
#ifdef WIN32
        fprintf(stdout, "%s", prompt);
        fgets(pass, length, stdin);
#else

Is it non-working?

take care,
pkot
-- 
Fred Allen  - "Imitation is the sincerest form of television."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]