Roger Oberholtzer wrote:
The thing is, I do not want to use it from c++. It is used in C code. The whole application is C. I am just forced to use the g++ compiler because some include files for a library I must use (an interface to some GigaEvision cameras) use c++ definitions. Even though the stuff I am using from them are all C. Such is life.
I think you're left with perhaps creating a glue layer when you create C functions for the C++ interfaces you need. That's what I did.
/Per Jessen, Zürich