According to M$ the error code 4 means: Initialization error occurred. There is not enough memory or disk space, or you entered an invalid drive name or invalid syntax on the command line.
My best guess is that the compiler (like visual studio) is 32 bit and when trying to copy from "Program Files" it actually copies from "Program Files (x86)" where MapGuide is not installed. You can try to edit the bat/pre/post build (or where the xcopy commands are located) and add: echo Program files x86: %ProgramFiles(x86)% If the output is blank, the xcopy is running as 32 bit else you will see an output similar to: Program files: C:\Program Files (x86) Best regards Hans Milling... -- View this message in context: http://osgeo-org.1560.x6.nabble.com/64-bit-woes-tp4182647p5050129.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
