Richard Quadling wrote:
2008/11/4 Steph Fox <st...@php.net>:
How you got both files is beyond me - winres.h is not present in either
the 2003 sdk or the 6.1 sdk (used with VC6 and VC9 respectively) - our
current instructions for building involve renaming header files in the
sdk which is a very silly thing.
Nah, it'll be a legacy thing. I've only ever installed one compiler :)
I bet it was overwritten with the final upgrade.
- Steph
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Just trying to build the new MS SQL Server extension for PHP (sqlsvr).
Getting a winres.h error.
Can happily build PHP without this extension.
What file am I SUPPOSED to be using? winres.h or winresrc.h
I'm using V6.1 of the SDK. There is a WinResrc.h.
Changing the MS code to use this header file allows for a successful compile.
As I didn't do the rename to get my initial win32 build working, I'm
assuming the issue is in the MS template.rc file and that they are
following old instructions on having winres.h present.
https://sqlsrvphp.svn.codeplex.com/svn/template.rc
yeah, this was fixed in our builds and is a really old leftover - feel
free to file a bug against their extension ;)
Thanks,
Elizabeth Smith
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php