Author Topic: DVB in 2010-64bit + Windows 7  (Read 3450 times)

0 Members and 1 Guest are viewing this topic.

NYacad

  • Guest
DVB in 2010-64bit + Windows 7
« on: February 06, 2010, 09:05:04 AM »
The program written using AutoCAD VBA. Works OK in ACAD2010 32-bit. Will it work in 2010-64 bit in Windows 7?
Thank you, 

Alex

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
Re: DVB in 2010-64bit + Windows 7
« Reply #1 on: February 06, 2010, 09:55:40 AM »
it should....
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

Ricky_76

  • Guest
Re: DVB in 2010-64bit + Windows 7
« Reply #2 on: February 11, 2010, 02:11:02 AM »
Hi,

I work both on 32 (xp) and 64 (7),
only some difference in the syntax, for example idObject must be changed in id32Object (if I remember well).
The problem is the speed of execution, in my old PC (win xp 32 bit) the procedures run many and many time faster then in
the ultra new PC (win 7 64 bit), due to the 64 bit execution of the native 32 bit of the VBA language.
Microsoft won't work on the 64 bit version of VBA, so no expectation for the future.

/r
« Last Edit: February 11, 2010, 11:14:27 AM by Ricky_76 »

jjs

  • Guest
Re: DVB in 2010-64bit + Windows 7
« Reply #3 on: January 20, 2011, 10:37:24 AM »
Yeah, the VBA Enabler for 64bit really slows down everything. You also have the problem of getting autocad up and running once it has been minimized.

Atook

  • Swamp Rat
  • Posts: 1029
  • AKA Tim
Re: DVB in 2010-64bit + Windows 7
« Reply #4 on: March 02, 2011, 11:26:35 PM »
Is there a way to get intellisense ctrl-space to work in the IDE on 64 bit?