Home > other >  Would it be possible to QT mixed use ADO
Would it be possible to QT mixed use ADO

Time:10-27

Would it be possible to QT mixed use ADO? If so, what should I do?

CodePudding user response:

Can mix, I just want to mix with, so finally fixed,
First of all, the # import "C:/Program Files/Common Files/System/ado/msado15. DLL" no_namespace rename (" EOF ", "adoEOF")
This can be compiled through, but application is not successful, error message is: the # import does not support/MP (,,)
This time, you in the debug folder will find "msado15. TLH" and "msado15. Tli" two files, according to the "msado15. TLH" location
The # import "C:/Program Files/Common Files/System/ado/msado15. DLL" no_namespace rename (" EOF ", "adoEOF")
To # include "x64 \ Debug \ msado15 TLH" program run successfully after the Debug folder under the x64 folder (I)
Hope to bring help to meet the same problem,

CodePudding user response:

"Msado15. Tli" should also be included,
# include "x64 \ Debug \ msado15 tli." "
  • Related