Author Topic: Do you want autocad speak ?  (Read 81763 times)

0 Members and 1 Guest are viewing this topic.

terrycadd

  • Guest
Re: Do you want autocad speak ?
« Reply #60 on: February 09, 2007, 12:59:54 PM »
Here's a link that you might try to test for other free voices, to see if they will run on your system.
http://www.bytecool.com/voices.htm

M-dub

  • Guest
Re: Do you want autocad speak ?
« Reply #61 on: April 01, 2008, 03:22:36 PM »
*bump*

:)

Should have bumped it a few days ago, in preparation for April Fool's.

Bob Wahr

  • Guest
Re: Do you want autocad speak ?
« Reply #62 on: April 01, 2008, 03:28:19 PM »
This takes me back.  I was doing some HD cleanup the outh day and deleted a bunch of the CV agent chat stuff.

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
Re: Do you want autocad speak ?
« Reply #63 on: April 01, 2008, 04:25:38 PM »
Mine wont work,
; error: no function definition: VLAX-CREATE-OBJECT
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)

T.Willey

  • Needs a day job
  • Posts: 5251
Re: Do you want autocad speak ?
« Reply #64 on: April 01, 2008, 05:13:06 PM »
Mine wont work,
; error: no function definition: VLAX-CREATE-OBJECT
Do you have (vl-load-com) issued from anywhere?  You have to have this loaded once per session to use the ActiveX calls within lisp.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
Re: Do you want autocad speak ?
« Reply #65 on: April 01, 2008, 05:17:47 PM »
I knew it was something simple
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)

T.Willey

  • Needs a day job
  • Posts: 5251
Re: Do you want autocad speak ?
« Reply #66 on: April 01, 2008, 05:21:55 PM »
I knew it was something simple
Glad it was simple.  By the way, you can call (vl-load-com) as many times as you want with no performance loss, but it only needs to be called once.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

daron

  • Guest
Re: Do you want autocad speak ?
« Reply #67 on: April 02, 2008, 10:23:58 AM »
I knew it was something simple
Glad it was simple.  By the way, you can call (vl-load-com) as many times as you want with no performance loss, but it only needs to be called once.
Are you sure?
(while t (vl-load-com)) :lmao: :lmao:

T.Willey

  • Needs a day job
  • Posts: 5251
Re: Do you want autocad speak ?
« Reply #68 on: April 02, 2008, 11:11:51 AM »
I knew it was something simple
Glad it was simple.  By the way, you can call (vl-load-com) as many times as you want with no performance loss, but it only needs to be called once.
Are you sure?
(while t (vl-load-com)) :lmao: :lmao:
I stand corrected.  Good one Daron.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

TimSpangler

  • Water Moccasin
  • Posts: 2010
  • CAD Naked!!
Re: Do you want autocad speak ?
« Reply #69 on: April 02, 2008, 12:43:06 PM »
How in the heck did I miss this thread???

Great one!
ACA 2015 - Windows 7 Pro
All Comments and Content by TimSpangler, Copyright © 2016

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
Re: Do you want autocad speak ?
« Reply #70 on: April 02, 2008, 12:55:48 PM »
(while t (vl-load-com))

seems to lock up my computer, ideas?
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)

T.Willey

  • Needs a day job
  • Posts: 5251
Re: Do you want autocad speak ?
« Reply #71 on: April 02, 2008, 12:59:29 PM »
(while t (vl-load-com))

seems to lock up my computer, ideas?
Because it is always true, so it will keep issuing (vl-load-com).  Just do it once, no while loop, at the beginning of the code.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

daron

  • Guest
Re: Do you want autocad speak ?
« Reply #72 on: April 02, 2008, 01:38:36 PM »
It was a joke David. I was just toying with Tim's comment about being able to use (vl-load-com) as much as you want without performance loss. With that while loop, it will never finish executing the vl-load-com. You have performance loss from the get go, because it will eternally load or lock up as you experienced, never getting to the rest of the procedures.

TimSpangler

  • Water Moccasin
  • Posts: 2010
  • CAD Naked!!
Re: Do you want autocad speak ?
« Reply #73 on: April 02, 2008, 01:47:08 PM »
OK we can get autocad to speak but what about play tones.  I read in the a lisp programming book (not sure which one) that you can get autocad to beep. (or play sounds).

Anyone here know how this is possible.  (I cold get the example to work if I remember)  I also have beep on error turned off maybe that has something to do with it.
ACA 2015 - Windows 7 Pro
All Comments and Content by TimSpangler, Copyright © 2016

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
Re: Do you want autocad speak ?
« Reply #74 on: April 02, 2008, 01:50:31 PM »
It was a joke David. I was just toying with Tim's comment about being able to use (vl-load-com) as much as you want without performance loss. With that while loop, it will never finish executing the vl-load-com. You have performance loss from the get go, because it will eternally load or lock up as you experienced, never getting to the rest of the procedures.
I guess I should have read it a little closer.  For that matter, I should use LISP more
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)