Author Topic: Jerry Winter - Customer Service (or lack thereof)  (Read 5249 times)

0 Members and 1 Guest are viewing this topic.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Jerry Winter - Customer Service (or lack thereof)
« Reply #15 on: March 03, 2014, 06:01:24 PM »
< .. >

PS: Why VB coders prefix all the local variables with "my" ? It makes the code completely indigestible !

Slightly better than using "his".
That would be really confusing as well as unpalatable.
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.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Jerry Winter - Customer Service (or lack thereof)
« Reply #16 on: March 03, 2014, 06:08:30 PM »
Hi,

Looking at the Error log it seems that the DatabaseIn argument is null when calling the InsertBlock() function.
If so the error is in the calling method where the database is not instanciated.

< .. >

Yes, that is what it looks like.

Yosso,
What version of AutoCAD are you programming for.

Does the 'book' make allowance for the changes related to AcCoreMgd introduced in AC2013
http://through-the-interface.typepad.com/through_the_interface/2012/03/migrating-net-applications-to-work-with-autocad-2013.html
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.

Yosso

  • Newt
  • Posts: 36
Re: Jerry Winter - Customer Service (or lack thereof)
« Reply #17 on: March 03, 2014, 09:11:56 PM »
Hi,

Looking at the Error log it seems that the DatabaseIn argument is null when calling the InsertBlock() function.
If so the error is in the calling method where the database is not instanciated.

< .. >

Yes, that is what it looks like.

Yosso,
What version of AutoCAD are you programming for.

2014/2013

Quote
Does the 'book' make allowance for the changes related to AcCoreMgd introduced in AC2013
http://through-the-interface.typepad.com/through_the_interface/2012/03/migrating-net-applications-to-work-with-autocad-2013.html

I'll take a look at the posting tonight, thanks for the link.  :-D