-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I am tring tu build phpexcelib with PHP 5.5.9 VC11 TS
I folow the https://wiki.php.net/internals/windows/stepbystepbuild to install de enviroment to compile de php.
I dowload php-5-5-9-VC11-src, php_sdk binary, required deps libs maching the php version.
When open de project excel.vcproj with VS 2012, the project was migrated to the new format ( excel.vcxproj )
I change some paths in the project becouse VS 2012 has new requirements.
In the php_excel porject properties.
In LINKER / Input / Additional dependencies has:
odbc32.lib;odbccp32.lib;php5ts.lib;%(AdditionalDependencies)
The LINKER is not finding this file odbc32.lib, odbccp32.lib, php5ts.lib
Do you have a updated project for VS 2012 ?
Do you know how to configure the project to find this files?
Tanks in advance