If you are developing with Microsoft Visual Studio, you may use any of these interface methods.
However, if you are developing with any other IDE (e.g., Borland C++ Builder), you may only use the C
and COM interfaces. This is because there is no standard for how C++ name mangling is performed, and
the OmniDriver C++ interface was developed using Microsoft Visual Studio. Using the C++ interface
with an IDE other than Visual Studio results in many "undefined symbol" errors.
Peut être qu'on peut passer par du C sous le compilateur C++ de Qt qui est une surcouche de C++.
[^] # Re: tes infos datent de 2010...
Posté par electro575 . En réponse au message Projet : conflit avec vstmod. Évalué à 1.
Pour Omnidriver, voici ce qui est dit :
If you are developing with Microsoft Visual Studio, you may use any of these interface methods.
However, if you are developing with any other IDE (e.g., Borland C++ Builder), you may only use the C
and COM interfaces. This is because there is no standard for how C++ name mangling is performed, and
the OmniDriver C++ interface was developed using Microsoft Visual Studio. Using the C++ interface
with an IDE other than Visual Studio results in many "undefined symbol" errors.
Peut être qu'on peut passer par du C sous le compilateur C++ de Qt qui est une surcouche de C++.