octave-maintainers
[Top][All Lists]
Advanced

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

Re: Issue where return doesn't really return to octave prompt


From: Andy Adler
Subject: Re: Issue where return doesn't really return to octave prompt
Date: Mon, 15 Aug 2005 14:46:18 -0400 (EDT)

On Mon, 15 Aug 2005 address@hidden wrote:

> I just tried a MUCH simpler test case and am seeing the same thing.
>
> Code Used
> -------------------------
> // Octave Includes
> #include<octave/oct.h>
> #include<octave/parse.h>
>
> #include <iostream>
> using namespace std;
>
> DEFUN_DLD(test_func,args,,"blah")
> {
>       string testString = args(1).string_value();
>
>       return octave_value();
> }
>
> Compile command line
> -----------------------------------
> mkoctfile test_func.cc
>
> Octave command line
> ---------------------------
> test_func(0,'TestFunc')

Works fine for me with 2.9.3 under cygwin. What version are you
using?

--
Andy Adler



reply via email to

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