Jump to content

Recommended Posts

Posted (edited)

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
  • 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

Posted

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.

Posted

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.

Posted
(getenv "PROCESSOR_ARCHITECTURE")

Posted
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.

Posted
(getenv "PROCESSOR_ARCHITECTURE")

 

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

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

Oops, sorry. Missed that.

Posted
(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

Posted
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")))

Posted
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.

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

 

what he said ...

Posted

Makes you wonder what a 64 bit AMD machine will return.

Posted

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

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

 

conspiracy??

Posted
conspiracy??

I know nothing! I know nothing!

Posted
I know nothing! I know nothing!

 

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

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

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

 

Posted
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.

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...