Back


Newsgroup comp.cad.autocad 44170

Directory

Subject: Re: Can AutoLisp do this -- From: Lu
Subject: Re: Autocad kills DOS editor -- From: Lu
Subject: CAD conversion of bmp files -- From: "Josep Dávila"
Subject: Re: Put AutoCAD 3D models on the Web! (was: VRML) -- From: DMA
Subject: Re: Autodesk Dumps on Educational Users... A Followup -- From: jimmy@fac.unc.edu (Jimmy Brown)
Subject: Re: Autocad Designer Literature? -- From: Dan Unrau
Subject: Re: NOT AUTHORIZED TO RUN ON THIS MACHINE -- From: Dan Unrau
Subject: Help with color printing DeskJet 400 (HP) -- From: cpisam@aol.com
Subject: Purging Drawings -- From: Holly Matheson
Subject: Purging Drawings -- From: Holly Matheson
Subject: Re: AutoCAD R14 -- From: bcollins64@aol.com
Subject: Re: A13fW: How to get the OSNAP on the middle mouse button? -- From: Geraint Williams
Subject: Re: Autocad kills DOS editor -- From: Mike McDougle
Subject: Re: Changing fonts in Acad13c4 -- From: Sudheer O
Subject: Re: Q: how to set units to feet or meters? -- From: Sudheer O
Subject: Re:AutoArchitect v12 for Windows 3.11 -- From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Subject: Re:Problem PPro 180 & win95 & ACADR12 for WIN -- From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Subject: Re:HELP!!!Current/New Viewports in R13 ??? -- From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Subject: Re:Help: Plotting to HP Draftmaster SX Plus from WinNT Acad R13 -- From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Subject: Re:Re: AutoCad R12 instgalled under Win95 problems. -- From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Subject: Re:Reinit tablet -- From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Subject: Re: Plotting OLE2 Objects -- From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Subject: Re:Acad12_c3 dos with Lantastic -- From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Subject: Re:ActiveX Whip Driver -- From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Subject: Re:AutoCAD for Windows 95 or Windows NT? -- From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Subject: Re:AutoCAD Drawing Error -- From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Subject: Re:Internal error !smio.cc@214 -- From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Subject: Re:Re: AutoLISP Advice Needed -- From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Subject: Re:autocad LT 1.0 -- From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Subject: Re:Autocad kills DOS editor -- From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Subject: Re: HELP: Exploding text -- From: hopltd@giasdl01.vsnl.net.in (Nikhil Kaila)
Subject: Re: Changing fonts in Acad13c4 -- From: hopltd@giasdl01.vsnl.net.in (Nikhil Kaila)
Subject: Re: Summa Wintab -- From: William Kiernan <71331.3510@compuserve.com>
Subject: beginner: help selecting objects -- From: "doug"
Subject: Q: printing from R12 to HP Deskjet 500 -- From: andrew tu'inukuafe + rebecca edwards
Subject: Invisible layer (Defpoints) -- From: "S & C ASSEL"
Subject: Not authorized on this machine -- From: SPGP81A@prodigy.com (Robin Strufe)
Subject: Re: R14 -- From: "Amar Hanspal"
Subject: Re: HELP: Exploding text -- From: Vladimir MICHL
Subject: Re: Put AutoCAD 3D models on the Web! (was: VRML) -- From: Vladimir MICHL

Articles

Subject: Re: Can AutoLisp do this
From: Lu
Date: Thu, 28 Nov 1996 17:32:42 -0800
Morten Warankov wrote:
> 
> Ian A. White wrote:
> >
> > Try the SETENV and GETENV functions.
> 
> There is no such lisp command as setenv.
> A possibility (untried) is: (command "shell" "set myacad=tull")
> but I know there's some restrictions to set environment variables within
> an application.
> Don't quite remember, but I think that this env. var. is only set as
> long as the application is running. Check it someone!
> 
> Hope this helps,
> 
> Mortenw
> 
> --
> ***********************************************************************************
> * The ultimate XREF utility - XREFCLEAN for R12/R13 from
> ABACUS                   *
> * XREF utility to export complex xref's to antoher company or for
> backup.         *
> *
> *
> * Copies all nescessary files. Strips xref-paths. Solves filename
> conflicts.      *
> * Include/Exclude overlays (R13 only). Creates a drawing index for
> included files.*
> *
> *
> * Available from  or mail for more
> info.                *
> ***********************************************************************************
Hi Mortenw,
Changes made to the environment table during a shell are cleared upon exiting the shell. 
 The only way to change it within a program is through OS function calls.
Cheers,
Lu
//------------------------------------------------------------------
//  When all else fails, read the book.
//  CAD\Tek Home Page: http://www.cad-tek.com
//------------------------------------------------------------------
Return to Top
Subject: Re: Autocad kills DOS editor
From: Lu
Date: Thu, 28 Nov 1996 17:51:44 -0800
Jon Juhlin wrote:
> 
> I use the DOS editor for writing AutoLISP programs for R12DOS. During the
> debugging process, I go into Autocad, try the program, and if (heaven
> forbid) the program dosen't run flawlessly the first time, exit Autocad
> to use the DOS editor only to find the editor is locked up. It won't even
> respond to Ctrl Alt Del and I must reset the computer.
> 
> Does anyone have an idea of what may be going on?
> 
> Please e-mail your reply as I don't get onto the internet every day, but
> I do get alerted to new e-mail.
> 
> Thanks in advance,
> Jon Juhlin
> j_juhlin@efn.org
Hi Jon,
It sounds like you are/were running AutoCAD as a shell of the Edit command.  Try 
doing it the other way.  Run AutoCAD, then shell out and use the edit command to edit 
your program.  
Cheers,
Lu
//------------------------------------------------------------------
//  When all else fails, read the book.
//  CAD\Tek Home Page: http://www.cad-tek.com
//------------------------------------------------------------------
Return to Top
Subject: CAD conversion of bmp files
From: "Josep Dávila"
Date: 29 Nov 1996 09:29:04 GMT
Can any body help us? We are new CAD users and we deal with many
engineering drawings. We would like to convert them into CAD in order to
ease further modifications. Is there any way to convert bmp files into CAD
and treat them further on as if there were mere CAD original drawings?
Thank you. Any tips welcome.
Return to Top
Subject: Re: Put AutoCAD 3D models on the Web! (was: VRML)
From: DMA
Date: Fri, 29 Nov 1996 12:24:09 +0100
Hmm,
Tried to try it out last night. The readme said that the free version
only exports ONE solid. Anyway, after getting to the dialog box I had to
type in a filename to export to. However, when I clicked the OK button
it said that I should type something into the filename box. Finally I
had to type CANCEL as it insisted that I didn't type a filename, and
gave up on it.
Other experiences?
DMA
Vladimir MICHL wrote:
> 
> A new version of VRMLOUT is on-line.
> See: http://www.cadstudio.cz/ftp.htm   (ARX and a demo model)
> 
> Export 3D solids (even assemblies) from AutoCAD or MechDesktop to
> VRML format (3D views in Netscape Navigator or MSIE). Free version.
> 
> --
> Vladimir Michl
> CAD Studio sro
> http://www.cadstudio.cz
> Tylova 17, C.Budejovice, CZ
> tel. +42-38-52966  fax. +42-38-52979
-- 
Marc van Grootel
LAVA (the lab for Architecture)
http://www.bwk.tue.nl/lava/
e-mail bwaumg@urc.tue.nl
home   http://www.bwk.tue.nl/lava/people/marc
Return to Top
Subject: Re: Autodesk Dumps on Educational Users... A Followup
From: jimmy@fac.unc.edu (Jimmy Brown)
Date: Fri, 29 Nov 1996 11:25:19 GMT
On Tue, 26 Nov 1996 13:26:40 GMT, jimmy@fac.unc.edu (Jimmy Brown)
wrote:
Winthin two hours of my original post hitting the net I received a
call from Mr. Mike Edmonds (East Coast Representative Autodesk Inc.)
who was in total agreement with me. He stated that Autodesk had made a
mistake issuing Facilities Management/Physical Plant departments this
version and would be issuing fixes to this problem starting Dec. 2nd.
Versions sold in educational institution books stores, and versions
used in teaching/lab situations would continue to have the banner on
all plots.
Jimmy Brown
University of North Carolina
jimmy@fac.unc.edu
Return to Top
Subject: Re: Autocad Designer Literature?
From: Dan Unrau
Date: Mon, 25 Nov 1996 22:00:02 -0700
Rick wrote:
> 
> Anybody know where I can get some literature for Autocad Designer?
> Thanx
Contact your local Mechanical Desktop Reseller. If you can't find one
call Autodesk in San Rafael California.
Dan.
Return to Top
Subject: Re: NOT AUTHORIZED TO RUN ON THIS MACHINE
From: Dan Unrau
Date: Mon, 25 Nov 1996 22:08:22 -0700
brettcraig@aol.com wrote:
> 
> NEED HELP... TRIED TO LOAD ACAD R13C4 ON MY NEW COMPUTER AND GOT ACAD
> ERROR ABORTING MESSAGE -  FATAL ERROR  MESSAGE "NOT AUTHORIZED TO RUN ON
> THIS MACHINE.  I AM USING PACKARD BELL P-133 WITH 32MB RAM.
> 
> EMAIL: BRETTCRAIG@AOL.COM
Hi!
I just finished resolving this one for one of my clients as well as my
own computer.
It seems sometimes that if the first time you enter AutoCAD and
configure it adding all the particulars and then authorize it AutoCAD
will crash with Fatal Error.
What I decided to do was, delete the Acadnt.cfg, reconfigure AutoCAD
without entering the Authorization code. I then enter AutoCAD and it
tells me there are so many days left on my trial. I then type config and
enter the authorization code. Save the configuration and now it seems to
work.
I don't know why this works but it seems to be a workaround.
Dan Unrau
http://www.autodraft.com
Return to Top
Subject: Help with color printing DeskJet 400 (HP)
From: cpisam@aol.com
Date: 29 Nov 1996 14:00:08 GMT
I am using ACAD 11, I am unable to print in color even after I loaded the
Driver that comes with ver 11.  I logged onto HP's bulletin board and they
said that there was not a driver for DOS ver. Any ideas on how I can print
on the INKJET.
Thanks for your Help!!
Return to Top
Subject: Purging Drawings
From: Holly Matheson
Date: Fri, 29 Nov 1996 11:16:39 -0800
Someone here on the drafting staff thought he heard of a utility that 
could be run independant of AutoCAD that would do the same thing as the 
Purge command in AutoCAD.  
Has anyone else heard or seen this utility or anything like it?
Return to Top
Subject: Purging Drawings
From: Holly Matheson
Date: Fri, 29 Nov 1996 11:16:39 -0800
Someone here on the drafting staff thought he heard of a utility that 
could be run independant of AutoCAD that would do the same thing as the 
Purge command in AutoCAD.  
Has anyone else heard or seen this utility or anything like it?
Return to Top
Subject: Re: AutoCAD R14
From: bcollins64@aol.com
Date: 29 Nov 1996 15:43:14 GMT
The only thing I heard is that they have a new rendering engine that is
faster under WIN95/NT than R12 DOS!  I find that hard to believe - has
anyone else heard that?
Return to Top
Subject: Re: A13fW: How to get the OSNAP on the middle mouse button?
From: Geraint Williams
Date: Fri, 29 Nov 1996 15:54:27 +0000
In article <57kqsb$kpq$1@news.cs.tu-berlin.de>, JR
 writes
>Hi everybody,
>simple question: I got both A13 for Windows and Dos installed, and I
>miss the snap on the middle logitech-mouse button under Windows.
>Do I have to manually edit the menue?
>
the middle button of your mouse is not configured respond as 
a middle button in the windows mouse set up config your middle
button to respond with -middlebutton- or -undefined- or similar
and acad should detect it
test that the windows menus are configured properly by 
 rightclick to simulate a middle mouse click
e-mail me if you need further help 
-- 
Geraint Williams
Turnpike evaluation. For information, see http://www.turnpike.com/
Return to Top
Subject: Re: Autocad kills DOS editor
From: Mike McDougle
Date: Fri, 29 Nov 1996 08:07:22 -0800
Jon Juhlin wrote:
> 
> I use the DOS editor for writing AutoLISP programs for R12DOS. During the
> debugging process, I go into Autocad, try the program, and if (heaven
> forbid) the program dosen't run flawlessly the first time, exit Autocad
> to use the DOS editor only to find the editor is locked up. It won't even
> respond to Ctrl Alt Del and I must reset the computer.
> 
> Does anyone have an idea of what may be going on?
> 
> Please e-mail your reply as I don't get onto the internet every day, but
> I do get alerted to new e-mail.
> 
> Thanks in advance,
> Jon Juhlin
> j_juhlin@efn.org
Do you "exit" AutoCAD or "shell" out of AutoCAD?  Check your Shell= line
in your config.sys and make sure there is an E:/1000 at the end of it. 
The bigger the number the more environment space you will have.
Mike McDougle
Return to Top
Subject: Re: Changing fonts in Acad13c4
From: Sudheer O
Date: 29 Nov 1996 03:37:56 -0800
In article <01bbdd63$d9b8fa60$edcc95ce@earthlink.net.novacad>, "Bill says...
>
>Help !!!
>
>I have used to older Autocad 12 for windows and to change from one font to
>another clicking on a different font.  Is there a way to have all of the
>fonts come up on the screen so that all you have to do is click and go.
>
>
Hi
In R13c4 there is no option to see all the text fonts as in R12.
But you can use the ddstyle dialog box to see each font seperately
and set  your style.Hope this helps,
Regards
Sudheer O
-- 
Sudheer O         |Dr. DWG Products |http://www.cswl.com 
sudhee@cswl.com   |OCX, Library and |1015 East Hillsdale 
Tel :(415) 3722900|Viewers for DWG  |Boulevard, Suite 208
Fax :(415) 5778451|(R12 & R13) files|Foster City CA 94404
Return to Top
Subject: Re: Q: how to set units to feet or meters?
From: Sudheer O
Date: 29 Nov 1996 04:17:12 -0800
In article <329C9376.59F8@poboxes.com>, Brian says...
>
>I am using R12 Windows - is there a way to set the default unit
>system to either feet or meters?
>
>Thanks, direct e-mails to me really appreciated...
>
>Brian
>-- 
>-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>Brian Honey              honeyman@poboxes.com or wwwplan@citynet.net
>Geographic Information Systems Planner         (glorified map maker)
>
>send unwanted BeBoxes to:  531 Market Street, Parkersburg, WV  26101
Hi
Change the units to your choice in the prototype drawing acad.dwg.
Then you can have it as default.Hope this helps,
Regards
Sudheer O
-- 
Sudheer O         |Dr. DWG Products |http://www.cswl.com 
sudhee@cswl.com   |OCX, Library and |1015 East Hillsdale 
Tel :(415) 3722900|Viewers for DWG  |Boulevard, Suite 208
Fax :(415) 5778451|(R12 & R13) files|Foster City CA 94404
Return to Top
Subject: Re:AutoArchitect v12 for Windows 3.11
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 29 Nov 1996 05:31:54 -0800
dstonge@vianet.on.ca (Dave St.Onge) wrote:
>I am trying to get the Windows version of Acad v12 Autoarch. to run
>but I can't figure out why it won't.  I have the student version and
>have the dos version of both working but I would like to try using the
>Windows version.  Autocad opens fine in windows but I can't get the
>AutoArchitect to work.  Anyone able to help me?
>
>                                                Dave
Dave,
As you have not said the version of Softdesk , I could not really help
you. Is it the latest Softdesk S7 series. In this case then you must be
doing a installation of the CORE also. Open the SDSK_I.dwg drawing and
see whether it loads any menu file.
G.Rajesh
//Autodesk Product Support on the Internet//
Return to Top
Subject: Re:Problem PPro 180 & win95 & ACADR12 for WIN
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 29 Nov 1996 05:32:47 -0800
06128970057-0001@t-online.de (Boris Op) wrote:
>Hello !
>I have a big problem with my AUTOCAD 12 for Windows. It is so
>slow on my Pentium Pro 180 Mhz with ASUS P6NP5 board under
>Windows 95. Is their anybody who can help me???
>
>P.S. Acad DOS R12 is so fast on the same computer
>
>thanks
>
I do have a Pentium with R12 DOS and WINDOWS loaded on Windows 95 and 
both RUN fine . 
I feel that it is better to run a DEFRAG and SCANDISK on your system
as any BAD SECTORS can also cause the problem if the part of the 
program is written on it. Check also out for any viruses.
What about the Hard disk space. Do you have enough free space.
Is this machine is stand alone or connected to some network.
Is there any startup virus check program . Try by removing it. There may
be a interrupt clash also.
What about the Mouse . Is it working fine. What about the other Windows
programs. Are they running fine.
Please write me in detail if you could.
G.Rajesh
//Autodesk Product Support on the Internet//
Return to Top
Subject: Re:HELP!!!Current/New Viewports in R13 ???
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 29 Nov 1996 05:33:30 -0800
buuny@ozemail.com.au (buuny) wrote:
>I am working on a large project with on average 10 xrefs attached to a
>drawing.  When working in R12  I would be able to freeze/thaw layers
>in my drawing by using the Current/New Viewports controls in the layer
>control dialog box and Visretain would be turned off allowing any
>changes to my xrefed base drawings to be reflected automatically on
>opening my drawing.   R13 seems to need visretain to be turned on to
>retain any of the layer control changes made within the drawing.  This
>means that a change in an xrefed drawing will require me to open any
>number of drawings turn visretain off, reload all my amended xrefs and
>then turn visretain back on.  What's the use of having current/new
>viewports in R13??  Or am I missing something???  Please help???
>
>Thanks for your time in advance.
>Suzanne Greenhalgh
>
>sue.greenhalgh@arup.com
>
>
The Problem is been solved in R13. The Visretain variable has to be 
switched ON to retain the changes made in the drawing with Xref's.
The Current /New VP layer buttons are actually for controlling the 
visibilty of the layers in tiled viewports so that the layers can
be thawed or frozen accordingly to depict different views.
This is nothing but the VPLAYER command. I am sure you must be knowing
this already.
So R13 is the correct way of using the VISRETAIN variable.
G.Rajesh
//Autodesk Product Support on the Internet//
Return to Top
Subject: Re:Help: Plotting to HP Draftmaster SX Plus from WinNT Acad R13
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 29 Nov 1996 05:34:17 -0800
Jeffrey Kafitz  wrote:
>I cannot plot in Windows NT but can plot in Windows 3.11 using same
>config.  HP & Autodesk have not been any help.  Any suggestions would be
>appreciated.
>
>Thanks,
>Jeff Kafitz
>Cad/Cam Mgr.
>Ostrom Tool Company
>
Jeff,
You can plot drawings from AutoCAD in Windows NT using only  SYSTEM PRINTER
option or the AUTOSPOOL method.
Take a look at the Autodesk web site for a detailed doc on plotting from 
WIndows NT at the technical support section.
http://www.autodesk.com
G.Rajesh
//Autodesk Product Support on the Internet//
Return to Top
Subject: Re:Re: AutoCad R12 instgalled under Win95 problems.
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 29 Nov 1996 05:34:55 -0800
rrepp@iquest.net (Ralph Repp) wrote:
>In article <01bbc991$7584d0e0$108911cb@MPX.MPX.COM.AU>,
>   "Stephen Pisani"  wrote:
>>Hi,
>>
>>I have been having problems installing Autocad (release 12) on our new
>>Windows 95 PC.  This is the first place I have turned to for help, but
>>after browsing through the
>>messages already posted I could not find a solution to me problem. I hope
>>it isn't too silly but here goes :
>>
>>a) I have completed the install process of AutoCad release 12 successfully,
>>b) I have modified the autoexec.bat as suggested by the installation
>>process,
>>c) I have put in the line device=c:\windows\emm386.exe
>>
>>However, when I try to execute this, whilst all my commands seem to perform
>>correctly, the startup process of Autocad fails with the following message
>>:
>>
>>**ERROR** No display driver is installed at interrupt vector 07A
>>
>>Please correct display adapter/configuration inconsistency.
>>
>>My display adapter is S3 Trio/64 and is correctly installed under windows
>>at what I think is 'Interrupt Request' 11. (See My-Computer/properties,
>>Device manager/ display adapter/properties/resource settings.)
>>
>>Does Autocad expect a device driver at 07A ? Windows did not allow me to
>>change my setting from 11 (eleven).
>>
>>What can I try next ??
>>
>Goto http://www.geocities.com/CapeCanaveral/5758/
>
>You find a link to get complete instructions for setting up dos version 12
>in win 95
>
>Regards,
>Ralph Repp
>rrepp@iquest.net
>
>Success is not permanent: The same is true of failure.
Delete the AutoCAD configuration file and reconfigure it for a 
Accelerated display driver in AutoCAD. Now set the Video display 
of your Windows 95 for just VGA and check whether it works now.
Check also whether the display driver is installed properly and the file
is not corrupted.
G.Rajesh
//Autodesk Product Support on the Internet//
Return to Top
Subject: Re:Reinit tablet
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 29 Nov 1996 05:24:28 -0800
"Jacques Junte"  wrote:
>We are using Autocada R13c4 with NT 4.0 and an Kurta XGT tablet.
>We sometimes have to Reinit the tablet 30 or 40 times a day.
>Can anyone help me what's the reason for this problem.
>(some registry setting?)
>
>Thanks in advance.
>
>Jacques Junte (jjunte@ventilex.nl) (http:///www.ventilex.nl)
>
Jacques - We're not familiar with this symptom, so it could be a problem 
with the XGT digitizer driver. You should check with Kurta about this.
G.Rajesh
//Autodesk Product Support on the Internet//
Return to Top
Subject: Re: Plotting OLE2 Objects
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 29 Nov 1996 05:26:32 -0800
Chico_Don@msn.com (Donald Butler)  wrote:
>Can an OLE2 object  be rotated at plot time? I'm running C4a 
>on Win95 and I'm configured for the system printer. I'm using the 
>latest HP 230 Designjet windows plotter driver from HP. I'm trying to 
>create an architectural legend and notes sheet. At plot time I rotate 
>the dwg 90d to plot on a 24x36 sheet inserted portrait style into the 
>plotter. All ACAD entities rotate, but OLE objects do not. Is this an 
>Autocad bug, a windows bug or an HP bug? I hope it can be corrected 
>as this is one of the most exciting new features of ACAD.
>
>Chico_Don
>
There isn't any way rotate OLE objects within AutoCAD. AutoCAD is unable 
interpret the objects within an OLE insert and therefore does not know how 
to manipulate them should the image be rotated.  However, the System 
Printer can manipulate the objects within an OLE object correctly. Use the 
rotation from System Printer Setup instead for the entire job instead of 
rotating the drawing in AutoCAD.
G.Rajesh
//Autodesk Product Support on the Internet//
Return to Top
Subject: Re:Acad12_c3 dos with Lantastic
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 29 Nov 1996 05:27:20 -0800
scott@southwind.net (Jack C. Scott)  wrote:
>Acadr12_c3  for  dos on  Lantastic 6.0  with all lantastic  6.0 
>patches.......dos 6.20
>
>The problem I'm  having is when I execute the plot cmd... 
>it takes about 30 to 60 seconds for the dlg box to come up. 
>but it does come up.    This gets very annoying.
>Boot with no lantastic..... it is ok.....
>
>8 user network..... the problem only comes up on two stations
>
>Is there a switch in acad config, configphar, lancfg, I have tried 
>every thing....   nothing seems to help.
>
>please help!!!!
>
>scott@southwind.net
Scott - This has to do with the default plotter configuration in AutoCAD on 
these two computers (The plotter listed in the upper left corner of the 
Plot dialog). The plotter ADI may be trying to initialize a serial or 
parallel port, and running into a conflict with the network. You may have 
to change the interrupt setting for the NIC, or change the plotter config 
settings or switch to a different driver. It's good that you have some 
working computers to compare settings with.
G.Rajesh
//Autodesk Product Support on the Internet//
Return to Top
Subject: Re:ActiveX Whip Driver
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 29 Nov 1996 05:25:12 -0800
Greg Knight  wrote:
>I am using the Beta ActiveX Whip Control with Internet Explorer 3.0.
>
>When I load a page with a DWF object, I am advised that my Whip Control
>is outdated. I would like to update to the release 1 control.  ActiveX
>controls are self installing - so installation requires no user
>intervention for the mostpart. Upgrading is a different story however.
>
>Autodesk provides no instruction in this regard...
>
>Any clues here?
>
>Thanks in advance,
>
>Greg Knight
>
>
Greg - MS Internet Explorer ActiveX support has been 
delayed (view the readme for details), but should be 
made available in a new beta version very soon. Check 
the ftp (ftp.autodesk.com) or web 
(http://www.autodesk.com) for this.
G.Rajesh
//Autodesk Product Support on the Internet//
Return to Top
Subject: Re:AutoCAD for Windows 95 or Windows NT?
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 29 Nov 1996 05:35:37 -0800
"Martin Schluetz"  wrote:
>Hello!
>
>AutoCAD for Windows 95 or AutoCAD for Windows NT?
>
>What would you prefere?
>
>Martin
>--
>   Dipl.-Math. M.Schluetz   Universitaetsrechenzentrum   Muenster
>                            Einsteinstr. 60,     D-48149 Muenster
>   Dahlweg 8,48153 Muenster Tel:(0251/83-)2693 FAX:(0251/83-)2678
>   Tel:0251/799403          e-mail  :  M.Schluetz@uni-muenster.de
>
>
It depends upon where do you want to use and under what limitations over
the other. Take a look at the Autodesk web site on which OS to choose. 
You can also find a doc. on the differences between Windows95 and NT
http://www.autodesk.com
Cheers
:-)
G.Rajesh
//Autodesk Product Support on the Internet//
Return to Top
Subject: Re:AutoCAD Drawing Error
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 29 Nov 1996 05:29:25 -0800
mrozowski@glis.net (Paul Mrozowski) wrote:
>   Has anyone every run into a "SaveR12.cc@765:ENullObjectID" Error?
>I've got a customer that gets this error in one of their drawings
>(I've had them try pulling it up in AutoCAD R13c3/c4, and inserting it
>into a new drawing. They've checked the drawing and AutoCAD says that
>nothing is wrong. Anyway to fix it? Let me know -
>
>Thanks.
>
>Paul Mrozowski
>RCS Solutions, Inc.
>(810) 263-4151
>email: mrozowski@glis.net
>
>
The utiluty MDDOCTOR.ARX may help. This could the problem with PURGE 
(removing some layers still in use by blocks) R13c4/13c4a. It's on the web 
page and also ftp.autodesk.com.
G.Rajesh
//Autodesk Product Support on the Internet//
Return to Top
Subject: Re:Internal error !smio.cc@214
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 29 Nov 1996 05:36:36 -0800
100607.401@compuserve.com (Marcel van Zoggel) wrote:
>We are using Acad r13c4 on a WindowsNT 3.51 machine.
>When creating a writeblock, which include line-entity's which enclose
>a Assiocative hatch (not including the hatch), and retrieving this
>block in another file, there seems to be someting wrong.
>When moving the line-entity's autocad say's 'Analyzing assocative
>hatch' while there is no hatch present.
>When dimensioning a random line, and then moving the whole drawing
>around, the internal error !smio.cc@214 pops up. We can easily recover
>the files,(using the AUDIT or RECOVER command), but we are just
>curious if this is a bug, or if we are doing something we're not
>supposed to.
>
>Greetings,
>Marcel van Zoggel
As you are using Associative hatch it will also check for the entities
that surround the hatch and hatch itself. So you have to remove the 
associativity if you don't want to check.
However , I would like to see the drawing. As you say the SMIO error is
due to AutoCAD not able to access the SYMBOL INPUT OUTPUT TABLE properly
for reading or writing and hence this problem. The only solution is 
to do a AUDIT and RECOVER. 
But I also would suggest to take a WBLOCK of the same drawing or take a
DXFOUT also.
G.Rajesh
//Autodesk Product Support on the Internet//
Return to Top
Subject: Re:Re: AutoLISP Advice Needed
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 29 Nov 1996 05:37:12 -0800
"Kenneth A. Lloyd, Jr."  wrote:
>Delfoe Trammell wrote:
>>
>> Hi Everyone,
>>
>>   I am a Computer Science/Engineering major interested in learning AutoLISP.
>> I am looking for a good AutoLISP programming book to purchase. I have a strong
>> background in FORTRAN77 and C/C++ programming languages, so it shouldn't take me long to
>> learn AutoLISP code.  I currently work as a drafter using AutoCAD R12 for Windows and
>> need to optimize my designs more efficiently. If anyone has any information or
>> suggestions where I could find a good AutoLISP book, please email me. Thanks.
>
>As a C/C++/MSVC programmer (long time) and one who has written several AutoLISP
>routines, my first book tutors were Customizing AutoCAD by New Riders Publications.
>Not necessarily sophisticated, but good perspectives.
>
>Warning: LISP stands for "Lost In Stupid Parenthesis".
>
>Going from the C framework to LISP is NOT elegant.
>--
>=========================================================================
>Kenneth A. Lloyd, Jr.                            EMail: lloydka@maren.com
>
>
Lloyd,
I feel that you should also take a look at the Maximising Autolisp book 
from New riders for knowing more on the tips & technicques. Just visit the
http://www.group-a.com/~rusty 
for knowing more information on it.
Meanwhile If you come across any new books , please let me know so that
I can pass on the information to all.
G.Rajesh
//Autodesk Product Support on the Internet//
Return to Top
Subject: Re:autocad LT 1.0
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 29 Nov 1996 05:39:06 -0800
Lutz Kondziella  wrote:
>Sorry for my bad english, but i have problem:
>
>How can i change limits in autocad lt 1.0.
>Yes i know that it works with _limits, but it doesen't works.
>How can i change the limits and the format of my paper.
>
>
After using the Limits command did you use the ZOOM command and then
use its All option so that the screen displays the given limits.
G.Rajesh
//Autodesk Product Support on the Internet//
Return to Top
Subject: Re:Autocad kills DOS editor
From: hopltd@giasdl01.vsnl.net.in (G Rajesh)
Date: 29 Nov 1996 05:39:58 -0800
Jon Juhlin  wrote:
>I use the DOS editor for writing AutoLISP programs for R12DOS. During the
>debugging process, I go into Autocad, try the program, and if (heaven
>forbid) the program dosen't run flawlessly the first time, exit Autocad
>to use the DOS editor only to find the editor is locked up. It won't even
>respond to Ctrl Alt Del and I must reset the computer.
>
>Does anyone have an idea of what may be going on?
>
>Please e-mail your reply as I don't get onto the internet every day, but
>I do get alerted to new e-mail.
>
>Thanks in advance,
>Jon Juhlin
>j_juhlin@efn.org
>
Jon,
Did you try using the Norton Editor (NE.COM) . I use it always and never
had problems.
But what is your dos version and what is your text editor.
G.Rajesh
//Autodesk Product Support on the Internet//
Return to Top
Subject: Re: HELP: Exploding text
From: hopltd@giasdl01.vsnl.net.in (Nikhil Kaila)
Date: 29 Nov 1996 05:41:12 -0800
jgoddard@oneworld.owt.com (Josh Goddard) wrote:
>I am running R13 for Windows, and would like to explode text.  This
>seems simple enough, but I haven't been able to figure it out.
>
>I have been sending files via DXF to our machinist, and text does not
>appear in his CAM software.  I would like to explode my text into
>lines and arcs to enable him to read construction notes, etc. which he
>could later delete.
>
>Any suggestions would be appreciated.
>
>Josh
Hi Josh,
The text entities cannot be explode. But there is a workaround to take
a .DXB output and call again in the same drawing. You can try following 
steps:
1) Configure for the AutoCAD file output formats (pre 4.1) by Autodesk,
Inc." under the Plotter Configuration.
2)Choose the "AutoCAD DXB". Give ENTER to all the questions.If any need
to be changed by you, give the corresponding values.
3)Now save the configuration.
4)Open the AutoCAD drawing containing the text to be exploded.
5)Use the "PLOT" command and use the "Windows" option to select the text.
6)Now open the drawing again and use the DXBIN command to call the
explode text.
Nikhil Kaila
//Autodesk Product Support on the Internet//
Return to Top
Subject: Re: Changing fonts in Acad13c4
From: hopltd@giasdl01.vsnl.net.in (Nikhil Kaila)
Date: 29 Nov 1996 05:42:01 -0800
"Bill McCarty"  wrote:
>Help !!!
>
>I have used to older Autocad 12 for windows and to change from one font to
>another clicking on a different font.  Is there a way to have all of the
>fonts come up on the screen so that all you have to do is click and go.
Hi Bill,
You can see different fonts on the screen in AutoCAD R13 too but in 
different way. Type DDSTYLE command a Text Style Dialog Box will open
there click on Browse in Fonts and select the font from the lists.
And you can see the appearence of style in the dialog box at place 
provided for it.
Nikhil Kaila
//Autodesk Product Support on the Internet//
Return to Top
Subject: Re: Summa Wintab
From: William Kiernan <71331.3510@compuserve.com>
Date: Fri, 29 Nov 1996 12:11:51 -0500
MaxCAD wrote:
> 
> We had the same problem...
> Upgrade to NT 4.0 is the only way we have found to get the summagraphics
> drivers to work properly with the puck buttons.
> 
> Summagraphics said to define all the buttons in their control panel to none
> would work, but we then ended up with no pick button, or any others!
> 
> Good Luck
> 
> --
> Andrew Dunn
> MaxCAD Drafting Services Pty. Ltd.
> ph:  +61 7 3264 7466
> fx:   +61 7 3264 7492
> email: ajdunn@maxcad.com.au
> 
> Chuck Lambert  wrote in article
> <01bbd7c6$015ba3e0$35104ace@cflambe>...
> > We just installed Win95 and are using the wintab driver 2.1 for win95.
> > Does anyone know how to setup the Summagraphics control panel so the puck
> > buttons use the buttons setting in the autocad menu?
> >
> > ------------------------
> > Chuck Lambert
> >Hello All!
	I ran into a similar problem with R13C4/Win under NT3.51, using WIN32_21.EXE 
driver that I downloaded from their BBS and my Summasketch II with 16-button puck.  
The solution for me was this:  In the Summa Control Panel, I assign Left-click to 
button 1 (the upper left corner button on the puck) and Right-click to button 2, and 
None to all the other buttons.  Then in my ACAD.MNU, I assign the function I want to 
put on button number 2 to the first line in the ***AUX1 part of the menu, and all the 
functions I want on buttons 3, 4, 5, 6, 7, 8, 9, 0, A, B, C, D, E, F go in the 
***BUTTONS menu, as follows:
//
//   Begin AutoCAD Button Menus
//
***BUTTONS1
'rtpan
^C^C^C(asave) line
;
^C^C^C(asave) erase
^C^C^C(asave) list
^C^C^C(asave) move
^C^C^C(asave) copy
^C^C^C(asave) change
endpoint
int
^c^c^c^h
'dist
$p0=*
per
cen
***AUX1
'rtpan
Note that there's an entry for 'rtpan in the first line of the ***BUTTONS menu; 
however, AutoCAD ignores this and uses the first line in the ***AUX1 menu for button 
number 2.  But I need something in the first line of the ***BUTTONS menu so 
AutoCAD will assign the LINE command to button number 3.  Also note that in AutoCAD, 
button number 1 is always the pick button.
I gave up on R13 under Win95 a while back; there was just no way I could get it to 
be even half as stable as R12 under DOS, and my company's CAD operators need to get 
some work done.  R13 under NT 3.51 almost never crashes, and NT multi-tasks really 
well.  But I'm curious about R13 in Win95; let me know if this menu trick works in 
Win95.  
Yours WDK
WKiernan@concentric.net
Return to Top
Subject: beginner: help selecting objects
From: "doug"
Date: 29 Nov 1996 17:07:35 GMT
in R12: is it possible to "de-select" one object of many that one may have
already selected?  Only way I know is to "contrl C" and start over.
Thanks
Return to Top
Subject: Q: printing from R12 to HP Deskjet 500
From: andrew tu'inukuafe + rebecca edwards
Date: Fri, 29 Nov 1996 13:15:49 -0800
I need to print from R12 to a HP Deskjet 500 printer. Does anybody have 
advice or know where I can get a printer driver.
Many thanks in advance.
andrew
Return to Top
Subject: Invisible layer (Defpoints)
From: "S & C ASSEL"
Date: 29 Nov 1996 09:13:52 GMT
Defpoints (LT Win95 + r13c4)
On some of my drawings this layer is not visible. We have attempted just
about everything and I am still waiting to get some info from drcsupport. I
first noted this problem in LT(win95), but then the layer also disappeared
in r13c4 (only on some drawings). 
??????
Return to Top
Subject: Not authorized on this machine
From: SPGP81A@prodigy.com (Robin Strufe)
Date: 29 Nov 1996 17:07:22 GMT
Actually, the acadnt.cfg file can just be edited and clean the 
authorization code line after the = sign.  Save the file and restart 
autocad and it will prompt you for the authorization codes.
Return to Top
Subject: Re: R14
From: "Amar Hanspal"
Date: 29 Nov 1996 17:00:10 GMT
Your problems with the DXF import in P-CAD may have to do with the fact
that  the
other product is expecting an R12 format DXF file and the R13 DXF file has
different
information (since the database is different).  Have you tried running your
files through the
DXFIX utility shipped with the product, to strip information down to R12
DXF format ?
Thanks for the kudos on R13, 
Amar Hanspal
Autodesk Inc. 
 Whenever I work at
> home I feel handicapped because of all of the great r13 features that I
> am missing. There are so many enhancememnts to this release, things that
> just make life easier, and the solids are also much better. Don't get me
> wrong, R12 is great, and R13 does have it's problems, but a lack of
> great new timesaving and useful features is not one of them. The main
> problem I see is the incompatability that exists between *everything*,
> and R13. I can NOT get a dxf from R13 into P-CAD, and that sucks, but I
> hear that at least they are including R12 when they sell a copy of R13
> these days.
> 
> piece
> chris
> 
> -- 
> 
> `=`=`=`=`=`=`=`=`=`=`=`=`=`=`=`=`=`=`=`=`
> Blah Blah Blah
> 
> cking@pcc1.com
> 
Return to Top
Subject: Re: HELP: Exploding text
From: Vladimir MICHL
Date: Fri, 29 Nov 1996 18:24:13 -0100
Josh Goddard wrote:
> 
> I am running R13 for Windows, and would like to explode text.  This
> seems simple enough, but I haven't been able to figure it out.
> 
> I have been sending files via DXF to our machinist, and text does not
> appear in his CAM software.  I would like to explode my text into
> lines and arcs to enable him to read construction notes, etc. which he
> could later delete.
Nice trick is to WMFOUT and then WMFIN the selected text entity.
-- 
Vladimir Michl
CAD Studio sro
http://www.cadstudio.cz
Tylova 17, C.Budejovice, CZ
tel. +42-38-52966  fax. +42-38-52979
Return to Top
Subject: Re: Put AutoCAD 3D models on the Web! (was: VRML)
From: Vladimir MICHL
Date: Fri, 29 Nov 1996 18:32:11 -0100
DMA wrote:
> 
> Hmm,
> 
> Tried to try it out last night. The readme said that the free version
> only exports ONE solid. Anyway, after getting to the dialog box I had 
> type in a filename to export to. However, when I clicked the OK button
> it said that I should type something into the filename box. Finally I
> had to type CANCEL as it insisted that I didn't type a filename, and
> gave up on it.
> 
> Other experiences?
There was a bug in direct typing of filename (many people has found it).
New version 1.0a (on WWW) exports multiple solids.
-- 
Vladimir Michl
CAD Studio sro
http://www.cadstudio.cz
Tylova 17, C.Budejovice, CZ
tel. +42-38-52966  fax. +42-38-52979
Return to Top

Downloaded by WWW Programs
Byron Palmer