When compiling a 7.4 project in build 7501 as 64-bit, I got the following error.
But I found vipodbcbind.lib in lib folder rather than lib64. Is it shareable between 32-bit and 64-bit?
If not, how can I get the file in 64-bit version?
$(ProDir)lib64\vipodbcbind.lib
fatal error lnk2506 : Fatal error 2506: Cannot open file 'c:\program files (x86)\visual prolog 7.5\lib64\vipodbcbind.lib', errno=2 (No such file or directory). LastError:2
- Thomas Linder Puls
- VIP Member
- Posts: 1431
- Joined: 28 Feb 2000 0:01
That library only exist in 32 bit. You need it, because you use pfc\5xVIP\ODBCBind in your project.
That package is deprecated you should migrate your code to use pfc\odbc instead, especially if you want to compiler to 64bit.
The examples (IDE: Help -> Install Examples...) contains ODBC demos using the new package.7
There are also posts in this forum about ODBC.
That package is deprecated you should migrate your code to use pfc\odbc instead, especially if you want to compiler to 64bit.
The examples (IDE: Help -> Install Examples...) contains ODBC demos using the new package.7
There are also posts in this forum about ODBC.
Regards Thomas Linder Puls
PDC
PDC