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.
I’m seeking for any suitable solution. I found that it is possible to use IDL files by including them in a project on the VS app, but I’m more interested in a deeper, raw solution
Пастухов Алексей is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.