Re: Problem with SWIG interface to Java : enumarations not wrapped

Posted by Luigi Ballabio on
URL: http://quantlib.414.s1.nabble.com/Problem-with-SWIG-interface-to-Java-enumarations-not-wrapped-tp3923p3924.html

On 07/20/2005 03:06:10 PM, Ignace MARTIN wrote:
> I have wrapped the quantlib library in java using swig and skwash
> (following the Skwash Tutorial).
> I am trying to rewrite the SwapValuation example but I am blocked  
> with enumeration classes such as TimeUnit or BusinessDayConvention  
> which are not wrapped.

Ignace,
        you're probably using the .i files from the latest release.  
Wrapping to Java requires some modifications which I'm only now merging  
into the repository. I don't remember whether Johan made his modified  
interfaces available on his site; if not, you can ask him to post the  
ones for QuantLib 0.3.10.

Later,
        Luigi

----------------------------------------

Humphrey's Requirements Uncertainty Principle:
        For a new software system, the requirements will not be
        completely known until after the users have used it.