I am a new ADO. I was trying a tutorial related to ADO. Meanwhile, I encounter this problem.
I want to import msado15.dll
in an existing project ("MT4ManagerAPI" (if someone knows this project)). But import code shows
"Error: cannot open source file "C:/Users/777/Desktop/Don't Remove/Новая папка (2)/MT4-Manager-API-master/Examples/ManagerAPISample/Debug/msado15.tlh".
Even, I couldn't find msado15.tlh
in an above local address.
This is my code :
`#import "C:\\Program Files\\Common Files\\system\\ado\\msado15.dll" \ no_namespace rename("EOF", "EndOfFile")`
But when I import this path not existing project in newly created project everything is alright, there is no error. I wonder what is the problem? should I change something from existing project's property?