SQLAPI++ in VS 2012

0

I am trying to use SQLapi library from inside Visual Studio 2012 x64 but SQLapi does not have lib & dll.

Of Visual Studio 2012 so I used older version from Visual Studio 2010 dll and lib.

First I got an error msvcr100d.dll not found (I think it is for Visual Studio 2010) even for Visual Studio 2010 x64.

Redistributal is installed, and I added to debug a folder manually, then I ran the program, I got another error.

The application was unable to start correctly (0xc000007b). Click OK to close the application.

This may have been due to debug mode so I changed it to release mode but I got 22 linker errors what is wrong? I am not getting the exact problem.

Thanks in advance.

c++
visual-studio-2012
asked on Stack Overflow Sep 28, 2012 by vivek • edited Apr 19, 2015 by Roan

1 Answer

0

This problem is solved by SQLAPI team in newer version.

answered on Stack Overflow Jul 25, 2016 by vivek

User contributions licensed under CC BY-SA 3.0