From: Juan Jose Segura
Subject: Question: adding native code to a c++ project
Date: 
Message-ID: <9422cl$35m$1@news.cec.uchile.cl>
Hi everybody,

    Is there any way to use native code (Lispworks compiled code) in a
Microsoft Visual C++ project?

Thanks in advance

From: Victor Bazarov
Subject: Re: Question: adding native code to a c++ project
Date: 
Message-ID: <942775$8ug$1@nnrp.atgi.net>
"Juan Jose Segura" <·······@cec.uchile.cl> wrote...
> Hi everybody,
>
>     Is there any way to use native code (Lispworks compiled code) in a
> Microsoft Visual C++ project?

If the code is in a form VC++ linker would understand (objective code
of a specific format), then yes, there is.  As to HOW, please enquire
in microsoft.public.vc.ide_general.

Victor
--
Please remove capital A's from my address when replying by mail
From: Marc Battyani
Subject: Re: Question: adding native code to a c++ project
Date: 
Message-ID: <942fs1$ndo$1@reader1.fr.uu.net>
"Juan Jose Segura" <·······@cec.uchile.cl> wrote

>     Is there any way to use native code (Lispworks compiled code) in a
> Microsoft Visual C++ project?

You can deliver LW code as a DLL

Marc