Jump to content

Which one? 64 or 32 bit?


Ahankhah

Recommended Posts

Greetings,

does anyone know how it is possible to find out whether the current version of acad is 32 or 64 bit?

Edited by Ahankhah
Link to comment
Share on other sites

  • Replies 37
  • Created
  • Last Reply

Top Posters In This Topic

  • Ahankhah

    11

  • alanjt

    8

  • rkmcswain

    4

  • LibertyOne

    3

Top Posters In This Topic

Posted Images

I'm assuming you have a 64-bit computer.

 

Look at which folder the program is loaded in. No special software or program required.

 

64-bit software will be installed in the Program Files folder.

 

32-bit software will be installed in the Program Files (x86) folder.

 

Simple.

Link to comment
Share on other sites

Look at which folder the program is loaded in. No special software or program required.

 

Except for the isolated cases where someone installs AutoCAD in C:\Acad or some other non-default path.

Link to comment
Share on other sites

Except for the isolated cases where someone installs AutoCAD in C:\Acad or some other non-default path.

Agreed. Some users like to be different. Good point.

Link to comment
Share on other sites

(getenv "PROCESSOR_ARCHITECTURE")

 

That tells you what processor is installed, the OP wants to know what version software is running.

Link to comment
Share on other sites

That tells you what processor is installed, the OP wants to know what version software is running.

Oops, sorry. Missed that.

Link to comment
Share on other sites

(getenv "PROCESSOR_ARCHITECTURE")

I hate to get off topic, but I copy/pasted my code just to be curious and it returned a value of "AMD64". That's really weird since I have a Core i5 with a nVidia QFX card. Why AMD64? Hmmmm

Link to comment
Share on other sites

I hate to get off topic, but I copy/pasted my code just to be curious and it returned a value of "AMD64". That's really weird since I have a Core i5 with a nVidia QFX card. Why AMD64? Hmmmm
Mine just returns "x86". Not sure why you're getting AMD, but it's really the number that's important.

 

(defun is64bit (/) (vl-string-search "64" (getenv "PROCESSOR_ARCHITECTURE")))

Link to comment
Share on other sites

I hate to get off topic, but I copy/pasted my code just to be curious and it returned a value of "AMD64". That's really weird since I have a Core i5 with a nVidia QFX card. Why AMD64? Hmmmm

 

Mine also returns AMD64. My computer it in-fact a 64 bit Intel machine not AMD.

Link to comment
Share on other sites

Which ofcourse means you DO know something? hmmMMMM???

I have NO idea what you're talking about. 012-Rolleye-Emoticonycom1.gif

 

Link to comment
Share on other sites

Sounds like AMD is suppling Intel with its 64 bit Processors.

 

Put whatever faith in this that you want....

 

Many operating systems and products, especially those that introduced x86-64 support prior to Intel's entry into the market, use the term "AMD64" or "amd64" to refer to both AMD64 and Intel 64.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...