[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: concerns when integrating C++ code into guile?
From: |
Hans Aberg |
Subject: |
Re: concerns when integrating C++ code into guile? |
Date: |
Fri, 9 Jan 2015 10:32:17 +0100 |
> On 9 Jan 2015, at 03:30, Matt Wette <address@hidden> wrote:
>
>
> On Jan 7, 2015, at 5:00 PM, Matt Wette <address@hidden> wrote:
>> PyQt does not recompile Python in C++ so there must be some way to do it w/o
>> recompiling python (=> guile).
>
> I looked into PyQt a bit. Only recent versions of Qt have exceptions. The
> bulk of the code is exception free.
If one is using the standard C++ library, it may throw exceptions.
> Also, PyQt uses a tool called "sip" to generate wrappers for the C++ code to
> be integrated into Python.
Check if it has a try-catch clause.
Re: concerns when integrating C++ code into guile?, Chris Vine, 2015/01/07
Re: concerns when integrating C++ code into guile?, Hans Aberg, 2015/01/07
Re: concerns when integrating C++ code into guile?, Ludovic Courtès, 2015/01/07