Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 98867
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T00:16:42+00:00 2026-05-11T00:16:42+00:00

I am presently working on converting a 32-bit application into a 64-bit application in

  • 0

I am presently working on converting a 32-bit application into a 64-bit application in C. This application is currently working on x86 architecture (Windows, osx, Unix, Linux). So, before starting coding, I wanted to know what do I need to consider while converting the application.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T00:16:42+00:00Added an answer on May 11, 2026 at 12:16 am
    1. Find out who wrote it. Are they an idiot? Are they you from a few years ago? Can you ask them questions? Are they familiar with the existence of multiple platforms and systems? Knowing the mind-set of the author(s) of the program will help you understand problems when you run into them.
    2. Get a 64-bit machine/build environment up and running.
    3. Replace long with int. Be perfectly aware that LONG is not long.
    4. Replace (int)&x casts and typing with intptr_t and (unsigned int)&x with uintptr_t
    5. Audit anything that relies on casting structures to char* to do pointer arithmetic with it.
    6. Regex search for \<4\> in case you assumed 4 = sizeof(void*)
    7. Be patient. When you find a problem, look elsewhere if the same problem exists, and wrap the solution in a macro.
    8. Try not to use #ifdef RUN64 or anything similar. You’ll regret it if 128-bit platforms ever go into vogue.
    9. Encapsulate all of your changes in terms of some centralized macros that’ll hide the portability differences elsewhere in your program.
    10. Use a coverage tester to help make sure you’ve covered everything (if appropriate)

    EDIT added uintptr_t note as suggested by comment.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Presently I'm working on a Windows Phone application that will work in both online
I'm presently working on a side-by-side application (C#, WinForms) that injects messages into an
Presently I am working on an application which sends and receives file from remote
This is a somewhat unusual problem. I'm presently working on an effort to automate
I am presently working on two different linux boxes in the same network. Now
I am presently working on a application in which I have a display a
presently i working on win forms(code behind c#) in this i'm using data-grid and
I am presently working on an WiFi application for Android. I am having trouble
Presently I am working using single tier architecture. Now I am wanting to learn
I am a RoR developer, but I am presently working with CakePHP for a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.