On 7/5/13 10:47 AM, Andi Vajda wrote:
On Jul 5, 2013, at 1:34, Johan Jonkers wrote:
On 7/5/13 10:16 AM, Andi Vajda wrote:
On Jul 5, 2013, at 0:11, Johan Jonkers wrote:
Hi Andi,
I was able to compile it all into one module and that worked perfectly.
I then tried to compile it again into t
On Jul 5, 2013, at 1:34, Johan Jonkers wrote:
> On 7/5/13 10:16 AM, Andi Vajda wrote:
>> On Jul 5, 2013, at 0:11, Johan Jonkers wrote:
>>
>>> Hi Andi,
>>>
>>> I was able to compile it all into one module and that worked perfectly.
>>>
>>> I then tried to compile it again into two seperate mo
On 7/5/13 10:16 AM, Andi Vajda wrote:
On Jul 5, 2013, at 0:11, Johan Jonkers wrote:
Hi Andi,
I was able to compile it all into one module and that worked perfectly.
I then tried to compile it again into two seperate modules and compared the
generated wrappers. What I saw was that all method
On Jul 5, 2013, at 0:11, Johan Jonkers wrote:
> Hi Andi,
>
> I was able to compile it all into one module and that worked perfectly.
>
> I then tried to compile it again into two seperate modules and compared the
> generated wrappers. What I saw was that all methods in the SumWrapper class
>
Hi Andi,
I was able to compile it all into one module and that worked perfectly.
I then tried to compile it again into two seperate modules and compared
the generated wrappers. What I saw was that all methods in the
SumWrapper class that had a reference to the Sum class were not wrapped
(didn
On Thu, 4 Jul 2013, Johan Jonkers wrote:
I've tried added the Sum class to the 2nd JCC call but it didn't solve the
problem. The 'asSum' method isn't getting wrapped. Also, instantiating a
SumWrapper with a Sum as argument results in the constructor without
parameters being called; which I wa
I've tried added the Sum class to the 2nd JCC call but it didn't solve
the problem. The 'asSum' method isn't getting wrapped. Also,
instantiating a SumWrapper with a Sum as argument results in the
constructor without parameters being called; which I wasn't expecting.
>>> c=SumWrapper(Sum(10))
On Mon, 1 Jul 2013, Johan Jonkers wrote:
Hello,
I have been playing around with JCC to see if it would provide in the needs
we have here at work to interface Java with Python. I have encountered one
issue in which I hope someone on this mailinglist might be able to help me
with. If this is