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
  ReMark said:

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
  rkmcswain said:
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
  alanjt said:
(getenv "PROCESSOR_ARCHITECTURE")

 

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

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

Oops, sorry. Missed that.

Posted
  alanjt said:
(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
  StykFacE said:
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
  StykFacE said:
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
  Dink87522 said:
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
  SLW210 said:
Sounds like AMD is suppling Intel with its 64 bit Processors.

 

conspiracy??

Posted
  Tiger said:
conspiracy??

I know nothing! I know nothing!

Posted
  alanjt said:
I know nothing! I know nothing!

 

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

Posted
  Tiger said:
Which ofcourse means you DO know something? hmmMMMM???

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

 

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

 

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

 

  http://en.wikipedia.org/wiki/Amd64 said:

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