The document recounts the experience of a team that successfully ported a 9 million line code project to a 64-bit platform over a period of one and a half years. The process involved creating a separate development branch to handle the migration without disrupting ongoing development, managing dependencies on third-party libraries, and addressing numerous 64-bit conversion errors using their own static code analysis tool, PVS-Studio. Key recommendations for similar projects include thorough theoretical preparation, acquiring the right library versions, and methodically addressing diagnostic messages from static analysis.