php-windows Digest 29 Oct 2010 20:01:19 -0000 Issue 3877

Topics (messages 30393 through 30401):

Re: Build with More Debug
        30393 by: Richard Quadling
        30394 by: Steven Scott
        30395 by: Steven Scott
        30396 by: Pierre Joye
        30398 by: Steven Scott
        30399 by: Pierre Joye

please unsubscribe
        30397 by: Alex Jacxsens
        30400 by: jerry verghese george

New clean compile of the 5.3.3 snapshot fails.
        30401 by: Steven Scott

Administrivia:

To subscribe to the digest, e-mail:
        php-windows-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-windows-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-wind...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
On 27 October 2010 16:31, Steven Scott <chowarm...@gmail.com> wrote:
> On Mon, Oct 25, 2010 at 12:19 PM, Steven Scott <chowarm...@gmail.com> wrote:
>> On Mon, Oct 25, 2010 at 9:58 AM, Pierre Joye <pierre....@gmail.com> wrote:
>>> hi,
>>>
>>>
>>>
>>> I installed dozen of times the same tools&SDK without issues. I cannot
>>> say what happened on your box but your setup is a mess, sadly.
>>> Uninstall the SDK & VS and install them again. It will be much faster
>>> than trying to fix the mess.
>>>
>>> Cheers,
>>>
>>> On Mon, Oct 25, 2010 at 3:31 PM, Steven Scott <chowarm...@gmail.com> wrote:
>>>> After fixing the PATH error from the Windows SDK, I can once again run
>>>> the cscript, and this is the output.  Still have the same Object
>>>> error.
>>>> C:\php5\source>config.nice
>>>>
>>>> C:\php5\source>cscript /nologo configure.js  "--enable-calendar"
>>>> "--enable-cli" "--with-gettext"
>>>> Saving configure options to config.nice.bat
>>>> Checking for cl.exe ... Looking ... \cygwin\bin\cl.exe
>>>> Looking ... \cygwin\usr\local\bin\cl.exe
>>>> Looking ... no\bin\cl.exe
>>>> Looking ... C:\WINDOWS\system32\cl.exe
>>>> Looking ... C:\WINDOWS\cl.exe
>>>> Looking ... C:\WINDOWS\System32\Wbem\cl.exe
>>>> Looking ... c:\Program Files\Microsoft SQL Server\100\Tools\Binn\\cl.exe
>>>> Looking ... c:\Program Files\Microsoft SQL Server\100\DTS\Binn\\cl.exe
>>>> Looking ... C:\WINDOWS\system32\WindowsPowerShell\v1.0\cl.exe
>>>> Looking ... C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\cl.exe
>>>>  <in default path>
>>>> C:\php5\source\configure.js(2511, 1) Microsoft JScript runtime error:
>>>> Object doesn't support this property or method
>>>>
>>>
>>>
>>>
>>> --
>>> Pierre
>>>
>>> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>>>
>> No problem.  It is a base VM image so I will create a new image with
>> the SDK, VS Studio, and then the PHP files.
>>
>
> Thanks for your help.  I am now able to compile with a clean
> environment.  My goal is to make a DLL though, but I am getting
> compile errors with the 5.3.3 release of the source code, and the
> current developer snapshot.
>
> I run:
> buildconf
> C:\php-sdk\php53dev\vc9\x86\php-5.3-dev>configure --enable-cli
> --with-gettext --enable-calendar --disable-all
>
> Error:
> info.c
> ext\standard\info.c(315) : error C2065: 'PRODUCT_ENTERPRISE' :
> undeclared identifier
> ext\standard\info.c(315) : error C2051: case expression not constant
> ext\standard\info.c(318) : error C2065: 'PRODUCT_BUSINESS' :
> undeclared identifier
> ext\standard\info.c(318) : error C2051: case expression not constant
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft
> SDKs\Windows\v1.0\VC\Bin\cl.exe"' : return code '0x2'
> Stop.
>

Those constants are defined in C:\Program Files\Microsoft
SDKs\Windows\V6.1\Include\WinNT.h

Lines 1181 and 1183

In C:\Program Files\Microsoft SDKs\Windows\V6.0A\Include\WinNT.h, they
are on lines 1111 and 1113


So, I'd suggest that the setup is still not quite right somehow.

Richard.
-- 
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY

--- End Message ---
--- Begin Message ---
On Wed, Oct 27, 2010 at 12:00 PM, Richard Quadling <rquadl...@gmail.com> wrote:
> On 27 October 2010 16:31, Steven Scott <chowarm...@gmail.com> wrote:
>> On Mon, Oct 25, 2010 at 12:19 PM, Steven Scott <chowarm...@gmail.com> wrote:
>>> On Mon, Oct 25, 2010 at 9:58 AM, Pierre Joye <pierre....@gmail.com> wrote:
>>>> hi,
>>>>
>>>>
>>>>
>>>> I installed dozen of times the same tools&SDK without issues. I cannot
>>>> say what happened on your box but your setup is a mess, sadly.
>>>> Uninstall the SDK & VS and install them again. It will be much faster
>>>> than trying to fix the mess.
>>>>
>>>> Cheers,
>>>>
>>>> On Mon, Oct 25, 2010 at 3:31 PM, Steven Scott <chowarm...@gmail.com> wrote:
>>>>> After fixing the PATH error from the Windows SDK, I can once again run
>>>>> the cscript, and this is the output.  Still have the same Object
>>>>> error.
>>>>> C:\php5\source>config.nice
>>>>>
>>>>> C:\php5\source>cscript /nologo configure.js  "--enable-calendar"
>>>>> "--enable-cli" "--with-gettext"
>>>>> Saving configure options to config.nice.bat
>>>>> Checking for cl.exe ... Looking ... \cygwin\bin\cl.exe
>>>>> Looking ... \cygwin\usr\local\bin\cl.exe
>>>>> Looking ... no\bin\cl.exe
>>>>> Looking ... C:\WINDOWS\system32\cl.exe
>>>>> Looking ... C:\WINDOWS\cl.exe
>>>>> Looking ... C:\WINDOWS\System32\Wbem\cl.exe
>>>>> Looking ... c:\Program Files\Microsoft SQL Server\100\Tools\Binn\\cl.exe
>>>>> Looking ... c:\Program Files\Microsoft SQL Server\100\DTS\Binn\\cl.exe
>>>>> Looking ... C:\WINDOWS\system32\WindowsPowerShell\v1.0\cl.exe
>>>>> Looking ... C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\cl.exe
>>>>>  <in default path>
>>>>> C:\php5\source\configure.js(2511, 1) Microsoft JScript runtime error:
>>>>> Object doesn't support this property or method
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Pierre
>>>>
>>>> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>>>>
>>> No problem.  It is a base VM image so I will create a new image with
>>> the SDK, VS Studio, and then the PHP files.
>>>
>>
>> Thanks for your help.  I am now able to compile with a clean
>> environment.  My goal is to make a DLL though, but I am getting
>> compile errors with the 5.3.3 release of the source code, and the
>> current developer snapshot.
>>
>> I run:
>> buildconf
>> C:\php-sdk\php53dev\vc9\x86\php-5.3-dev>configure --enable-cli
>> --with-gettext --enable-calendar --disable-all
>>
>> Error:
>> info.c
>> ext\standard\info.c(315) : error C2065: 'PRODUCT_ENTERPRISE' :
>> undeclared identifier
>> ext\standard\info.c(315) : error C2051: case expression not constant
>> ext\standard\info.c(318) : error C2065: 'PRODUCT_BUSINESS' :
>> undeclared identifier
>> ext\standard\info.c(318) : error C2051: case expression not constant
>> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft
>> SDKs\Windows\v1.0\VC\Bin\cl.exe"' : return code '0x2'
>> Stop.
>>
>
> Those constants are defined in C:\Program Files\Microsoft
> SDKs\Windows\V6.1\Include\WinNT.h
>
> Lines 1181 and 1183
>
> In C:\Program Files\Microsoft SDKs\Windows\V6.0A\Include\WinNT.h, they
> are on lines 1111 and 1113
>
>
> So, I'd suggest that the setup is still not quite right somehow.
>
> Richard.
> --
> Richard Quadling
> Twitter : EE : Zend
> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
>

Thanks.  I will check why they are not found then.

--- End Message ---
--- Begin Message ---
On Wed, Oct 27, 2010 at 12:00 PM, Richard Quadling <rquadl...@gmail.com> wrote:
> On 27 October 2010 16:31, Steven Scott <chowarm...@gmail.com> wrote:
>> On Mon, Oct 25, 2010 at 12:19 PM, Steven Scott <chowarm...@gmail.com> wrote:
>>> On Mon, Oct 25, 2010 at 9:58 AM, Pierre Joye <pierre....@gmail.com> wrote:
>>>> hi,
>>>>
>>>>
>>>>
>>>> I installed dozen of times the same tools&SDK without issues. I cannot
>>>> say what happened on your box but your setup is a mess, sadly.
>>>> Uninstall the SDK & VS and install them again. It will be much faster
>>>> than trying to fix the mess.
>>>>
>>>> Cheers,
>>>>
>>>> On Mon, Oct 25, 2010 at 3:31 PM, Steven Scott <chowarm...@gmail.com> wrote:
>>>>> After fixing the PATH error from the Windows SDK, I can once again run
>>>>> the cscript, and this is the output.  Still have the same Object
>>>>> error.
>>>>> C:\php5\source>config.nice
>>>>>
>>>>> C:\php5\source>cscript /nologo configure.js  "--enable-calendar"
>>>>> "--enable-cli" "--with-gettext"
>>>>> Saving configure options to config.nice.bat
>>>>> Checking for cl.exe ... Looking ... \cygwin\bin\cl.exe
>>>>> Looking ... \cygwin\usr\local\bin\cl.exe
>>>>> Looking ... no\bin\cl.exe
>>>>> Looking ... C:\WINDOWS\system32\cl.exe
>>>>> Looking ... C:\WINDOWS\cl.exe
>>>>> Looking ... C:\WINDOWS\System32\Wbem\cl.exe
>>>>> Looking ... c:\Program Files\Microsoft SQL Server\100\Tools\Binn\\cl.exe
>>>>> Looking ... c:\Program Files\Microsoft SQL Server\100\DTS\Binn\\cl.exe
>>>>> Looking ... C:\WINDOWS\system32\WindowsPowerShell\v1.0\cl.exe
>>>>> Looking ... C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\cl.exe
>>>>>  <in default path>
>>>>> C:\php5\source\configure.js(2511, 1) Microsoft JScript runtime error:
>>>>> Object doesn't support this property or method
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Pierre
>>>>
>>>> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>>>>
>>> No problem.  It is a base VM image so I will create a new image with
>>> the SDK, VS Studio, and then the PHP files.
>>>
>>
>> Thanks for your help.  I am now able to compile with a clean
>> environment.  My goal is to make a DLL though, but I am getting
>> compile errors with the 5.3.3 release of the source code, and the
>> current developer snapshot.
>>
>> I run:
>> buildconf
>> C:\php-sdk\php53dev\vc9\x86\php-5.3-dev>configure --enable-cli
>> --with-gettext --enable-calendar --disable-all
>>
>> Error:
>> info.c
>> ext\standard\info.c(315) : error C2065: 'PRODUCT_ENTERPRISE' :
>> undeclared identifier
>> ext\standard\info.c(315) : error C2051: case expression not constant
>> ext\standard\info.c(318) : error C2065: 'PRODUCT_BUSINESS' :
>> undeclared identifier
>> ext\standard\info.c(318) : error C2051: case expression not constant
>> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft
>> SDKs\Windows\v1.0\VC\Bin\cl.exe"' : return code '0x2'
>> Stop.
>>
>
> Those constants are defined in C:\Program Files\Microsoft
> SDKs\Windows\V6.1\Include\WinNT.h
>
> Lines 1181 and 1183
>
> In C:\Program Files\Microsoft SDKs\Windows\V6.0A\Include\WinNT.h, they
> are on lines 1111 and 1113
>
>
> So, I'd suggest that the setup is still not quite right somehow.
>
> Richard.
> --
> Richard Quadling
> Twitter : EE : Zend
> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
>

Interesting, but I do not see an include for WinNT.h in the info.c
file.  It is in my code too, but I do not see a reference to it in the
source code on this machine.

--- End Message ---
--- Begin Message ---
On Wed, Oct 27, 2010 at 8:15 PM, Steven Scott <chowarm...@gmail.com> wrote:

> Interesting, but I do not see an include for WinNT.h in the info.c
> file.  It is in my code too, but I do not see a reference to it in the
> source code on this machine.

What do you use to compile php?

SDK Console?


Cheers
-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--- End Message ---
--- Begin Message ---
On Wed, Oct 27, 2010 at 2:51 PM, Pierre Joye <pierre....@gmail.com> wrote:
> On Wed, Oct 27, 2010 at 8:15 PM, Steven Scott <chowarm...@gmail.com> wrote:
>
>> Interesting, but I do not see an include for WinNT.h in the info.c
>> file.  It is in my code too, but I do not see a reference to it in the
>> source code on this machine.
>
> What do you use to compile php?
>
> SDK Console?
>
>
> Cheers
> --
> Pierre
>
> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>

Windows 2003 Server, 32 Bit
Start / Microsoft Windows SDK / CMD Shell

--- End Message ---
--- Begin Message ---
version of the SDK?

What else did you install?

SDK 6.1 or 7.x work just fine here, by default, no magic...

On Wed, Oct 27, 2010 at 9:24 PM, Steven Scott <chowarm...@gmail.com> wrote:
> On Wed, Oct 27, 2010 at 2:51 PM, Pierre Joye <pierre....@gmail.com> wrote:
>> On Wed, Oct 27, 2010 at 8:15 PM, Steven Scott <chowarm...@gmail.com> wrote:
>>
>>> Interesting, but I do not see an include for WinNT.h in the info.c
>>> file.  It is in my code too, but I do not see a reference to it in the
>>> source code on this machine.
>>
>> What do you use to compile php?
>>
>> SDK Console?
>>
>>
>> Cheers
>> --
>> Pierre
>>
>> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>>
>
> Windows 2003 Server, 32 Bit
> Start / Microsoft Windows SDK / CMD Shell
>



-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--- End Message ---
--- Begin Message ---
please unsubscribe

--- End Message ---
--- Begin Message ---

> Date: Wed, 27 Oct 2010 21:04:00 +0200
> From: j.a...@scarlet.be
> To: php-wind...@lists.php.net
> Subject: [PHP-WIN] please unsubscribe
> 
> please unsubscribe
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
                                          

--- End Message ---
--- Begin Message ---
I have created a new, bare, clean, VM Image of 2003 Server, with all
the up to date patches.
Installed Visual Studio 2008 Express SP1
Set the include paths for include and libs to include the SDK paths
for Include and Lib
Installed Windows SDK 6.1

Created directories as specified in
http://wiki.php.net/internals/windows/stepbystepbuild

Start the Windows SDK CMD Shell
C:\Program Files\Microsoft SDKs\Windows\v1.0>setenv /x86 /2003 /release

Attempting to detect a Microsoft Visual Studio installation
Setting SDK environment relative to C:\Program Files\Microsoft SDKs\Windows\v1.0
.
Targeting Windows Server 2003 x86 RELEASE

C:\Program Files\Microsoft SDKs\Windows\v1.0>

Changed to C:\php-sdk
C:\php-sdk>bin\phpsdk_setvars.bat

returns:
C:\php-sdk>REM phpsdk.bat
C:\php-sdk>

Change to C:\php-sdk\php53dev\vc9\x86\php5.3-201010291830
buildconf

configure --disable-all --enable-cli --enable-calendar --with-gettext

Saving configure options to config.nice.bat
Checking for cl.exe ...  <in default path>
  Detected compiler MSVC8 (Visual C++ 2005)
  Detected 32-bit compiler
Checking for link.exe ...  C:\Program Files\Microsoft SDKs\Windows\v1.0\VC\Bin
Checking for nmake.exe ...  <in default path>
Checking for lib.exe ...  <in default path>
Checking for bison.exe ...  <in default path>
Checking for re2c.exe ...  <in default path>
  Detected re2c version 0.13.5
Checking for zip.exe ...  <in default path>
Checking for lemon.exe ...  <not found>
Checking for mc.exe ...  C:\Program Files\Microsoft SDKs\Windows\v1.0\Bin
Checking for mt.exe ...  C:\Program Files\Microsoft SDKs\Windows\v1.0\Bin

Build dir: Release_TS
PHP Core:  php5ts.dll and php5ts.lib

Checking for wspiapi.h ...  <in default path>
Enabling IPv6 support
Enabling SAPI sapi\cli
Enabling extension ext\calendar
Enabling extension ext\date
Enabling extension ext\ereg
Checking for library libintl_a.lib;libintl.lib ... ..\deps\lib\libintl_a.lib
Checking for libintl.h ...  C:\php-sdk\php53dev\vc9\x86\deps\include
Enabling extension ext\gettext
Enabling extension ext\pcre
Enabling extension ext\reflection
Enabling extension ext\spl
Checking for timelib_config.h ...  ext/date/lib
Enabling extension ext\standard

Creating build dirs...
Generating files...
Generating Makefile
Generating main/internal_functions.c
        [content unchanged; skipping]
Generating main/config.w32.h
Done.

Enabled extensions:
-----------------------
| Extension  | Mode   |
-----------------------
| calendar   | static |
| date       | static |
| ereg       | static |
| gettext    | static |
| pcre       | static |
| reflection | static |
| spl        | static |
| standard   | static |
-----------------------


Enabled SAPI:
-------------
| Sapi Name |
-------------
| cli       |
-------------

-------------------------------------------
|               |                         |
-------------------------------------------
| Build type    | Release                 |
| Thread Safety | Yes                     |
| Compiler      | MSVC8 (Visual C++ 2005) |
| Architecture  | x86                     |
-------------------------------------------


Type 'nmake' to build PHP

C:\php-sdk\php53dev\vc9\x86\php5.3-201010291830>

nmake begins to compile, returns a bunch of warnings concerning
Zend\zend_execute.c(615) : warning C4018: '>=' : signed/unsigned mismatch
c:\php-sdk\php53dev\vc9\x86\php5.3-201010291830\zend\zend_vm_execute.h(644) : wa
rning C4018: '>' : signed/unsigned mismatch
c:\php-sdk\php53dev\vc9\x86\php5.3-201010291830\zend\zend_vm_execute.h(647) : wa
rning C4018: '<' : signed/unsigned mismatch
c:\php-sdk\php53dev\vc9\x86\php5.3-201010291830\zend\zend_vm_execute.h(649) : wa
rning C4018: '>=' : signed/unsigned mismatch
c:\php-sdk\php53dev\vc9\x86\php5.3-201010291830\zend\zend_vm_execute.h(1323) : w
arning C4101: 'free_op1' : unreferenced local variable
c:\php-sdk\php53dev\vc9\x86\php5.3-201010291830\zend\zend_vm_execute.h(30028) :
warning C4716: 'ZEND_NULL_HANDLER' : must return a value
zend_execute_API.c
Zend\zend_execute_API.c(855) : warning C4018: '>' : signed/unsigned mismatch
Zend\zend_execute_API.c(1711) : warning C4018: '<' : signed/unsigned mismatch

...
main\rfc1867.c(1086) : warning C4018: '>' : signed/unsigned mismatch
main\rfc1867.c(1168) : warning C4018: '<' : signed/unsigned mismatch
safe_mode.c
snprintf.c
main\snprintf.c(1229) : warning C4018: '>=' : signed/unsigned mismatch
main\snprintf.c(1242) : warning C4018: '>=' : signed/unsigned mismatch
spprintf.c
strlcat.c
strlcpy.c
fnmatch.c
inet.c
sockets.c
cast.c
filter.c
glob_wrapper.c
main\streams\glob_wrapper.c(148) : warning C4018: '<' : signed/unsigned mismatch

memory.c

Then the following Error:
info.c
ext\standard\info.c(315) : error C2065: 'PRODUCT_ENTERPRISE' : undeclared identi
fier
ext\standard\info.c(315) : error C2051: case expression not constant
ext\standard\info.c(318) : error C2065: 'PRODUCT_BUSINESS' : undeclared identifi
er
ext\standard\info.c(318) : error C2051: case expression not constant
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft SDKs\Windows\v1.0\VC\Bin
\cl.exe"' : return code '0x2'
Stop.


Environment:
ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\Administrator\Application Data
APPVER=5.02
BISON_SIMPLE=C:\php-sdk\bin\\..\bin\bison.simple
ClusterLog=C:\WINDOWS\Cluster\cluster.log
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=SS-VM-PHP-5-3-3
ComSpec=C:\WINDOWS\system32\cmd.exe
CPU=i386
DEBUGMSG=
FP_NO_HOST_CHECK=NO
FxTools=C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\Administrator
Include=C:\Program Files\Microsoft
SDKs\Windows\v1.0\VC\Include;C:\Program Files\Microsoft
SDKs\Windows\v1.0\VC\Include\Sys;C:\Program Files\Microsoft
SDKs\Windows\v1.0\Include;C:\Program Files\Microsoft
SDKs\Windows\v1.0\Include\gl;
J2D_D3D=false
Lib=C:\Program Files\Microsoft SDKs\Windows\v1.0\VC\Lib;C:\Program
Files\Microsoft SDKs\Windows\v1.0\Lib;
LOGONSERVER=\\SS-VM-PHP-5-3-3
MSSdk=C:\Program Files\Microsoft SDKs\Windows\v1.0
NODEBUG=1
NUMBER_OF_PROCESSORS=2
ORIGINALPATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
Files\Microsoft Command Shell\;C:\Program Files\Microsoft Command
Shell\v1.0\;C:\Program Files\IDM Computer Solutions\UltraEdit\
OS=Windows_NT
Path=C:\Program Files\Microsoft SDKs\Windows\v1.0\VC\Bin;C:\Program
Files\Microsoft
SDKs\Windows\v1.0\Bin;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
Files\Microsoft Command Shell\;C:\Program Files\Microsoft Command
Shell\v1.0\;C:\Program Files\IDM Computer
Solutions\UltraEdit\;C:\php-sdk\bin\\..\bin;C:\php-sdk\bin\
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PHP_BUILDCONF_PATH=C:\php-sdk\php53dev\vc9\x86\php5.3-201010291830\
PHP_SDK_BIN_PATH=C:\php-sdk\bin\\..\bin
PHP_SDK_PATH=C:\php-sdk\bin\\..
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 6 Model 37 Stepping 2, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=2502
ProgramFiles=C:\Program Files
PROMPT=$P$G
ReferenceAssemblies=C:\Program Files\Reference Assemblies\Microsoft\WinFX\v3.0
SdkTools=C:\Program Files\Microsoft SDKs\Windows\v1.0\Bin
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WINDOWS
TARGETOS=WINNT
TEMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
TMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
USERDOMAIN=SS-VM-PHP-5-3-3
USERNAME=Administrator
USERPROFILE=C:\Documents and Settings\Administrator
VS90COMNTOOLS=C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\
windir=C:\WINDOWS

>From what I can see, the WinNT.h file is not included in the 
>ext\standard\info.c

--- End Message ---

Reply via email to