Relative Content

Tag Archive for c++ccom

Is it possible to use IDL in plain C-projects?

I’m interested in the question: is it possible to use IDL files in pure C projects (I’m trying to port some COM-project to plain C)? In C++, the #import directive is used for this, but can anyone tell me how this can be done in its “raw form”. I will be grateful for any hint, concept and other advices.