Hi i'm an italian developer and i wish know where is the error in this code:
____________________________________________________
struct
{
char name[31];
char street[31];
}
person;
void on_btnadd_clicked (GtkButton *button, gpointer user_data)
{
openfile();
person.name = gtk_entry_get_text(GTK_ENTRY(txtname));
_______________________________________________
It give me an error:
Incompatible data type assignment!!!
Why????
Goodbye!
--
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null