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 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php