php-windows Digest 1 Apr 2008 06:34:41 -0000 Issue 3450
Topics (messages 28846 through 28847):
Re: compiling using vs 2005
28846 by: Evan Burkitt
28847 by: Meir
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Message-ID: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Reply-To: "Meir" <[EMAIL PROTECTED]>
From: "Meir" <[EMAIL PROTECTED]>
Date: Sun, 30 Mar 2008 15:16:23 +0300
Subject: compiling using vs 2005
hello
i compiled php 5.2.5 with vs 2005 and every thing works fine on my computer
, but when i transfered it to another computer i got this error message "the
application failed to initialize properly (0xc0150002) click ok to terminate
the application"
i tried to copy all the redist directory from vs to that computer still no
success.
what else can i do to make it work?
tia
meir
If you compiled PHP yourself be sure you made a release build, not a
debug build (which VS does by default). Debug builds require DLLs
that aren't in the MS redistributables available in the link
Elizabeth gave you.
-eb-
--- End Message ---
--- Begin Message ---
"Evan Burkitt" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
>>Message-ID: <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Reply-To: "Meir" <[EMAIL PROTECTED]>
>>From: "Meir" <[EMAIL PROTECTED]>
>>Date: Sun, 30 Mar 2008 15:16:23 +0300
>>Subject: compiling using vs 2005
>>
>>hello
>>i compiled php 5.2.5 with vs 2005 and every thing works fine on my
>>computer
>>, but when i transfered it to another computer i got this error message
>>"the
>>application failed to initialize properly (0xc0150002) click ok to
>>terminate
>>the application"
>>i tried to copy all the redist directory from vs to that computer still no
>>success.
>>what else can i do to make it work?
>>tia
>>meir
>
> If you compiled PHP yourself be sure you made a release build, not a debug
> build (which VS does by default). Debug builds require DLLs that aren't in
> the MS redistributables available in the link Elizabeth gave you.
>
> -eb-
>
Well i think that im compiling a release build but im not sure , in the
configure phase i didnt add --enable-debug is that sufficient to make a
release build?
Meir
--- End Message ---