Should be possible if you just do
extern "C" { #include "whatever.h" }
Make sure to not throw any C++ exceptions though.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2004-02-17 11:00: Subject: modules in C++?
Hi,
Is it safe (or possible) to write modules in C++ instead of C?
I don't any C++-safe declarations (extern "C") in Pike headers, so it seems - not... Do I miss something or?
Regards, /Al
/ Brevbäraren