I have a C++ driver I\'m trying to compile, and it has this line in the code:
#import \"msado15.dll\" no_namespace rename(\"EOF\", \"EndOfFile\")
Try to set "Delayed DLL loading" (or an option similar) in 'Project Properties'->'Linker'->'input' section of your VC++ project.