[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error in bmp logo sending (r0.6.14)
From: |
Pawel Kot |
Subject: |
Re: error in bmp logo sending (r0.6.14) |
Date: |
Sun, 26 Nov 2006 13:17:21 +0100 |
Hi,
On 11/26/06, Mehdi Sadri <address@hidden> wrote:
1. adding these files to project solution
"gnokii-calendar.c
gnokii-dial.c
gnokii-file.c
gnokii-logo.c
gnokii-monitor.c
gnokii-other.c
gnokii-phonebook.c
gnokii-profile.c
gnokii-ringtone.c
gnokii-security.c
gnokii-settings.c
gnokii-sms.c
gnokii-todo.c
gnokii-utils.c
gnokii-wap.c"
This is already on CVS.
2. removing "#include <unistd.h>" from above files
Ditto.
3. in gnokii-utils.c , readtext() function:
' scanf("%s",&message_buffer);
chars_read = strlen(message_buffer); '
instead of :
chars_read = fread(message_buffer, 1, sizeof(message_buffer), stdin);
You mean there's no fread() in win32? What is your compiler? Does your
version work for the following usage:
echo "sms text" | gnokii --sendsms ...
?
but i have error while sendeing picture logo.
I know. I haven't fixed it yet. It will be probably post 0.6.15 unless
someone else will take care of this.
take care,
pkot
--
Pawel Kot