cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

kos
Journeyman III

Can I use CAL from C ? Is it's H files only C-kind ?

I want to try D-programing language but it doesn't support C++ include files...

0 Likes
1 Reply
rafal_lewczuk
Journeyman III

Yes, you can. Look at cal.h (bold part in fragment below):


#ifdef __cplusplus
extern "C" {
#define CALAPI
#else
#define CALAPI extern
#endif


 

0 Likes