On 25/08/2012 11:28 AM, Will Sadkin wrote:
On 24/08/2012 4:00 AM, Will Sadkin wrote:
Hi all,
I have a bit of a stumper. We have a C++ program in which we embed a
release python interpreter, so that both our C++ and python programs
can share a single codebase, written in Python. When buildi
On 24/08/2012 4:00 AM, Will Sadkin wrote:
>> Hi all,
>>
>> I have a bit of a stumper. We have a C++ program in which we embed a
>> release python interpreter, so that both our C++ and python programs
>> can share a single codebase, written in Python. When building the
>> program for debug, we
On 24/08/2012 4:00 AM, Will Sadkin wrote:
Hi all,
I have a bit of a stumper. We have a C++ program in which we embed a
release python interpreter, so that both our C++ and python programs can
share a single codebase, written in Python. When building the program
for debug, we always #undef _DEB
Hi all,
I have a bit of a stumper. We have a C++ program in which we embed a
release python interpreter, so that both our C++ and python programs can
share a single codebase, written in Python. When building the program
for debug, we always #undef _DEBUG while including Python.h, and always
ther