|
From: | Janos Blazi |
Subject: | Program that uses Guile crashes |
Date: | Fri, 29 Nov 2002 21:36:51 +0100 |
I have written a C++ program that crahses
after some time. My data look like
struct gppoint {
point *p; SCM update_func; }; point is a C++ class and for the C++ part I
use new and delete while Guile uses its own allocation function.
I also use new and delete in another part
of my program for wxWindows data.
Can new and Guile's own allocation scheme
coexist?
TIA,
Janos Blazi
|
[Prev in Thread] | Current Thread | [Next in Thread] |