Author Topic: VBA in 2008 .. something to think about  (Read 6370 times)

0 Members and 1 Guest are viewing this topic.

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
VBA in 2008 .. something to think about
« on: February 23, 2007, 01:39:55 PM »
Interesting article regarding the future of programming interfaces for AutoCAD ...

http://through-the-interface.typepad.com/through_the_interface/2007/02/autocad_2008_64.html
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Bobby C. Jones

  • Swamp Rat
  • Posts: 516
  • Cry havoc and let loose the dogs of war.
Re: VBA in 2008 .. something to think about
« Reply #1 on: February 23, 2007, 03:05:06 PM »
Something to think about indeed.  An out of process VBA environment isn't going to be pretty.
Bobby C. Jones

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: VBA in 2008 .. something to think about
« Reply #2 on: February 23, 2007, 03:08:07 PM »
Something to think about indeed.  An out of process VBA environment isn't going to be pretty.

Tell me about it ..

I can see the wheels turning now .. programmers across the globe trying to figure out how to inject a 32bit process into a 64bit process .. I can't wait to see what they come up with ...
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Chuck Gabriel

  • Guest
Re: VBA in 2008 .. something to think about
« Reply #3 on: February 23, 2007, 04:58:16 PM »
Something to think about indeed.  An out of process VBA environment isn't going to be pretty.

Ooh!  That didn't click in my head when I read the article.  That is no bueno.

uncoolperson

  • Guest
Re: VBA in 2008 .. something to think about
« Reply #4 on: February 23, 2007, 05:04:47 PM »
Interesting....

I think work firewall blocks almost (the swamp excluded ofcourse) that falls into that catagory.


yup, dangit

Bobby C. Jones

  • Swamp Rat
  • Posts: 516
  • Cry havoc and let loose the dogs of war.
Re: VBA in 2008 .. something to think about
« Reply #5 on: February 23, 2007, 05:10:15 PM »
Something to think about indeed.  An out of process VBA environment isn't going to be pretty.

Ooh!  That didn't click in my head when I read the article.  That is no bueno.
Hey Chuck,
I wouldn't have caught it either.  They let us know at the dev days prior to au this past year.
Bobby C. Jones

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: VBA in 2008 .. something to think about
« Reply #6 on: February 23, 2007, 05:27:28 PM »

The incompatability of VBA with 64 bit computing has been known for quite a while. I didn't think the future of VBA  would catch anyone by surprise.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Chuck Gabriel

  • Guest
Re: VBA in 2008 .. something to think about
« Reply #7 on: February 23, 2007, 05:50:41 PM »

The incompatability of VBA with 64 bit computing has been known for quite a while. I didn't think the future of VBA  would catch anyone by surprise.

Some of us don't pay enough attention to changing technology because we are convinced we will never actually get to use anything newer than Windows 2000 and AutoCAD 2000i. :D

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: VBA in 2008 .. something to think about
« Reply #8 on: February 23, 2007, 06:09:09 PM »
 :-( :cry:

Thats a pretty sad expectation Chuck, I feel for you !

« Last Edit: February 23, 2007, 08:11:06 PM by Kerry Brown »
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Glenn R

  • Guest
Re: VBA in 2008 .. something to think about
« Reply #9 on: February 23, 2007, 09:33:36 PM »
I read a transcript of a Dev con ference in 2005 where MS asked autodesk to demo and they demonstrated an autocad with VSTA.
As Kerry pointed out, MS is doing nothing for VBA in 64 bit - and quite rightly so.

Bryco

  • Water Moccasin
  • Posts: 1883
Re: VBA in 2008 .. something to think about
« Reply #10 on: February 23, 2007, 11:19:22 PM »
So Glenn are you saying that vba is impossible to fix?

Glenn R

  • Guest
Re: VBA in 2008 .. something to think about
« Reply #11 on: February 24, 2007, 01:07:04 AM »
Not impossible to fix I think, just that MS is not going to do it. They own the code base, hence why Adesk is having to fix it in a 32 bit out of process...they can't change the way it works.

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: VBA in 2008 .. something to think about
« Reply #12 on: February 25, 2007, 03:25:13 PM »
AutoLISP and OpenDCL . . .  8-)
James Buzbee
Windows 8

Glenn R

  • Guest
Re: VBA in 2008 .. something to think about
« Reply #13 on: February 25, 2007, 06:06:31 PM »
< shudders >

jjs

  • Guest
Re: VBA in 2008 .. something to think about
« Reply #14 on: March 02, 2007, 01:04:08 AM »
does that mean i might actually have to learn .not?

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: VBA in 2008 .. something to think about
« Reply #15 on: March 02, 2007, 08:23:54 AM »
does that mean i might actually have to learn .not?

If you ever use a 64bit O/S you can still use VB(a) but the speed will be greatly reduced because of marshalling. VB(a) can still be used without issue on 32bit O/S .... but keep in mind that Microsoft is moving toward the 64bit O/S and in the forseeable future, you may likely only be able to get a 64bit O/S for a business environment.
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

joseguia

  • Guest
Re: VBA in 2008 .. something to think about
« Reply #16 on: March 14, 2007, 10:31:52 PM »
A reply straight from that post ...
Quote
Hi Donald,

MNU files have a somewhat limited future, but CUI files are very much part of AutoCAD's future. Which includes toolbars, pull-down menus, etc.

VBA has a limited future, given Microsoft's plan not to provide a 64-bit version, but LISP is likely to be around - there are no plans to remove it (just no big plans to enhance it).

Of the customization technologies, .NET currently seems to have the greatest potential in the future.

Regards,

Kean

daron

  • Guest
Re: VBA in 2008 .. something to think about
« Reply #17 on: March 15, 2007, 09:26:45 AM »
No, it means you could learn
Quote
LISP                     No impact – neither for LSP nor FAS files
and so many people say that lisp is dead. Hah. Seems like the thread it's hanging on from is not breaking.

HarleyHetz

  • Guest
Re: VBA in 2008 .. something to think about
« Reply #18 on: March 22, 2007, 09:44:33 AM »
I may be kind of speaking out of turn here because I don't really have enough experience with AutoCAD to have ever used VBA in it. However, I have used VB since 4 and have had to learn .NET. It really isn't that hard to make the transition, some of your old habits will have to be broken, but other than that and a short learning curve, most stuff is very similar.

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: VBA in 2008 .. something to think about
« Reply #19 on: March 22, 2007, 09:47:19 AM »
I may be kind of speaking out of turn here because I don't really have enough experience with AutoCAD to have ever used VBA in it. However, I have used VB since 4 and have had to learn .NET. It really isn't that hard to make the transition, some of your old habits will have to be broken, but other than that and a short learning curve, most stuff is very similar.

Agreed ...  .net is not an unfamiliar interface for a seasoned VB programmer. The transition is much easier than I had first envisioned.
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

HarleyHetz

  • Guest
Re: VBA in 2008 .. something to think about
« Reply #20 on: March 22, 2007, 10:19:49 AM »
Agreed ...  .net is not an unfamiliar interface for a seasoned VB programmer. The transition is much easier than I had first envisioned.
[/quote]

Yea, I imagine it's like anything new, folks are a bit apprehensive about it at first, but once they get into it, I think most will find it to be much less painless than they imagined!! :) It is human nature to resist change...