Hello Ken,
On Sun, 2 Apr 2006 00:50:20 -0500
Ken Raeburn <[EMAIL PROTECTED]> wrote:
...
>
> You call scm_with_guile, and give it a function to call that
> manipulates Guile objects or calls Guile functions; it causes the
> thread to enter "guile mode", calls the function, leaves "guile mode"
On Apr 1, 2006, at 21:48, Oleg Parashchenko wrote:
Neil Jerram <[EMAIL PROTECTED]> wrote:
Could you easily rework the program to use scm_boot_guile or
scm_with_guile instead?
No, scm_boot_guile doesn't return, and I can't guess what
scm_with_guile
does. But looking at sources, I found the fu
Hello Nail,
On Sat, 01 Apr 2006 10:01:10 +0100
Neil Jerram <[EMAIL PROTECTED]> wrote:
> Oleg Parashchenko <[EMAIL PROTECTED]> writes:
>
> > Hello,
> >
> > I'm trying to compile a program which uses libguile 1.8.0 under
> > Windows under MinGW. The program is a plugin which uses scm_init_guile
>
Oleg Parashchenko <[EMAIL PROTECTED]> writes:
> Hello,
>
> I'm trying to compile a program which uses libguile 1.8.0 under Windows
> under MinGW. The program is a plugin which uses scm_init_guile to
> initialize Guilde when loaded. Unfortunately, the program doesn't compile
> due to undefined refe