|
//제문제와 비슷해서 구글에서 검색해봤더니.저와비슷한 질/답이 올라왔길래 이해가 안간부분이있어서
질문드립니다.
I am trying to use the API function SQLInstallerError; it is defined in
odbcinst.h and as stated there supposed to be in odbccp32.lib, but I get the
linker error:
[Linker Error] Unresolved external 'SQLInstallerError' referenced from
D:\WORK\GUILLE\BEEHIVE\AHCLIENT\PROTO4\ADMINISTRATOR\TACCESSTOOLS.OBJ
OK...I had this recently and solved it.
I resolved it like this:
1. got odbccp32.dll from \system dir
2. copy to the working folder
3. implib odbccp32.lib odbccp32.dll <- creates the .lib file
4. Add this to the project
(I doubt if these steps are strictly necessary however I wanted to have the
latest .lib files)
//이부분에서 3번내용은 어떻게 하란말인지..무슨뜻인지 잘모르겠습니다.
빌더가 처음이라 접하는데 어려움이 크군요...
|