Re: goto...
On Monday 11 February 2002 10:47 am, Mark Brown wrote:
> My limited experience of using dll's in Euphoria is that once the functions
> are wrapped, they are
> often much easier to use than with other languages. Getting there, however
> can be torture.
Yep. Along those lines, who can tell me an efficient way to wrap the
following so I can pass titles to a c routine: The way I've tried works
fine up to eight, but there's no use showing you that, because it fails with
a seg fault at nine or more.
gchar * titles[15] =
{"One","Two","Three","Four","Five","Six","Seven","Eight","Nine",
"Ten","Eleven","Twelve","Thirteen","Fourteen","Fifteen"};
Regards,
Irv
|
Not Categorized, Please Help
|
|