Re: [gts-general] trying to link with c++
Brought to you by:
popinet
|
From: Stephane P. <s.p...@ni...> - 2001-08-14 20:52:37
|
Scott Dattalo writes:
>
> Paul,
>
> I haven't done this with gts, but I've done it with other software
> packages. What you most probably need is to wrap the C include files:
>
>
>
> A C++ program:
>
> #extern "C" {
>
> #include <some_C_include.h>
>
> }
Hi Scott,
This is already done in the gts.h header file, so that can't be the
problem...
Stephane
|