Changes between Initial Version and Version 3 of Ticket #88
- Timestamp:
- 10/28/08 09:22:16 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #88
- Property Milestone 1.2
- Property Type defect → enhancement
- Property Summary MapGuide 64 bit Compatability → Native 64bit MapGuide Support
-
Ticket #88 – Description
initial v3 1 MapGuide Studio is not compatible with Windows 64 bit OS. 1 In order to support native 64bit !MapGuide on a 64bit OS the following tasks need to be done: 2 2 3 Server and the Web Extensions Can be run by enabling WOW64 and configuring IIS 6.0 for 32 bit compatibility. Ther server must also have .NET 1.1 installed. 3 {{{ 4 1) Update existing projects/makefiles with x64 configurations 5 2) Update 3rd party libraries as needed 6 3) Address any 64bit programming issues 7 }}} 8 9 Note: You can run 32bit !MapGuide on a 64bit OS (Server and the Web Extensions) by enabling WOW64 and configuring IIS 6.0 for 32 bit compatibility. Ther server must also have .NET 1.1 installed. 10