php-windows Digest 31 Mar 2008 07:52:44 -0000 Issue 3449

Topics (messages 28843 through 28845):

compiling using vs 2005
        28843 by: Meir
        28844 by: Elizabeth M Smith
        28845 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 ---
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 



--- End Message ---
--- Begin Message ---
Meir wrote:
> 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 
> 
> 
errr...no you can't do that just by copying stuff from that directory,
it must be installed properly ;) - it doesn't work because it needs the
proper runtime (this is msvcr80.dll for 2005)  Do some reading about
windows side-by-side assemblies for the long version.

You can have them use this installer
http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en

this will make sure the runtime gets put in the right spot in their
windows directory.

Thanks,
Elizabeth

--- End Message ---
--- Begin Message ---
thanks Elizabeth
but i tried that already and it still does not working
Meir

"Elizabeth M Smith" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Meir wrote:
>> 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
>>
>>
> errr...no you can't do that just by copying stuff from that directory,
> it must be installed properly ;) - it doesn't work because it needs the
> proper runtime (this is msvcr80.dll for 2005)  Do some reading about
> windows side-by-side assemblies for the long version.
>
> You can have them use this installer
> http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en
>
> this will make sure the runtime gets put in the right spot in their
> windows directory.
>
> Thanks,
> Elizabeth 



--- End Message ---

Reply via email to