chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Retrurning a string from a C function in easyFFI


From: felix winkelmann
Subject: Re: [Chicken-users] Retrurning a string from a C function in easyFFI
Date: Fri, 20 Apr 2007 09:26:05 +0200

On 4/19/07, William Ramsay <address@hidden> wrote:
Hi,

I'm trying to return a string from a Gtk entry widget.    I have the
external function declared as:

char *gtk_entry_get_text(GtkEntry *entry);

When I call it with a pointer to my entry widget I get a "not a pointer"
error.


But isn't the error triggered by the argument? Can you show
the exact error message?


cheers,
felix




reply via email to

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