![]() |
![]() |
Back |
kalbes@aol.com wrote: > > try adding the line to the config.sys > shell=command.com^/p^/e:1024 > the carrot represents a space > this will add more conventional memory > > kathy straub > kalbes@aol.com Hi there ! I'm affraid you're wrong.The e:1024 parameter sets the size of DOS's environment and as a matter of fact takes more conventional memory that the default size ( 256 ).This environment increase heps only when you got the "out of environment" message. For freeing as much conventional memory as possible one should use a memory optimizer like Memmaker or QEMM's Optimize utility. Regards. BogdanReturn to Top
(Reini Urban) wrote: > Morten WarankovReturn to Topwrote: > >WE WANT THAT ! > Me too! > (my first "me too" post) Actually, Autodesk would do well to take a good look at how uStation handles reference files. It is one place where uSTN is vastly superior to ACAD. MST
kalbes@aol.com wrote: > > does anyone know what file controls the number of buttons that microsoft > mouse defaults to, ie: type in config and go to config digitizer and when > i select microsoft mouse it says 2 buttons choice is automatic and doesn't > give me the option to change. what file is old and needs to be updated? i > am using autocad r12 for dos. > > thanks in advance > kathy straub > kalbes@aol.com Hello! That's not an Autocad problem but a mouse driver problem.Try to use the latest driver (DOS & Windows)available for your mouse.If you don't have all 3 buttons working under DOS and Windows they won't work under Autocad either.Try also to see if you have a switch on your mouse that enables your third button. Hope that helps. Regards, BogdanReturn to Top
In article <32A30198.7F52@ix.netcom.com>, learly@ix.netcom.com says... > Please Autodesk, don't read this! I guess they could search every file > on all available drives to make attaching xref's easy for a novice but > then *all* of us would have to suffer because a few people don't > understand some basic principles. Lu, All I would request is that the Xref searching be changed back to the way it was in r12 Win & DOS. If a path is specified, it should always pull from there until repathed by the user. If it does not have a specific path specified, than it should search for it as it currently does, in the current directory and support directories. What I'm concerned with is the stripping of the path information without the users knowledge or action. What I think Vladimir whoud like is that, if AutoCAD is smart enough to find nested XREFs. If A.DWG is xrefed in B.DWG and B.DWG is then Xrefed into another drawing in a different directory C.DWG, upon opening C.DWG, AutoCAD should detect that B Xref contains A Xref and should look in the same directory as B.DWF for that Xref unless the path is specificaly stated. I'm not even going to go back and read what I just typed in the even that I'll confuse myself.Return to TopSincerely, Y-------------------------------------------------------------------+ | Darren J. Young | Minnesota CADWorks, Inc. | | dyoung@mcwi.com | P.O. Box 7293 | | 76341.3053@compuserve.com | St. Cloud, Minnesota 56302-7293 | | http://www.mcwi.com | Phone: 1-320-654-9053 | | CAD/CAM/CNC - Drafting Design Customization Training Programming | 0,0-----------------------------------------------------------------X Email addresses not to be sold or used for unsolicited advertizments.
In article <57voi9$rc8@sun630.bentley.com>, mike.mcsween@bentley.com says... > Yes this is true. In MicroStation 95 you can "EXCHANGEFILE >Return to Top" (the alternate keyin is "XD= ). The existing > views are maintained but your ability to write has been 'moved' to the > designated file. > > Hope this helps, ^^^^^^^^^^^^^^^^^^ No this doesn't help. We have AutoCAD. Later, -- Y-------------------------------------------------------------------+ | Darren J. Young | Minnesota CADWorks, Inc. | | dyoung@mcwi.com | P.O. Box 7293 | | 76341.3053@compuserve.com | St. Cloud, Minnesota 56302-7293 | | http://www.mcwi.com | Phone: 1-320-654-9053 | | CAD/CAM/CNC - Drafting Design Customization Training Programming | 0,0-----------------------------------------------------------------X Email addresses not to be sold or used for unsolicited advertizments.
In article <32A2F990.7A4B@ix.netcom.com>, learly@ix.netcom.com says... > Another thought that occured to me is the OSMODE setting. I rarely use > it, I use OSNAPS and the programs I write are based on OSMODE being 0. Lu, I appreciate the suggestion as this is easily overlooked but I've already done that. Not sure if I stated that in the original message or not. Some of the other things that I tried we changing the APERTURE and PICKBOX variables to their smallest settings. I also set viewres to it's highest setting which did help but did not eliminate the problem. Thanx much, -- Y-------------------------------------------------------------------+ | Darren J. Young | Minnesota CADWorks, Inc. | | dyoung@mcwi.com | P.O. Box 7293 | | 76341.3053@compuserve.com | St. Cloud, Minnesota 56302-7293 | | http://www.mcwi.com | Phone: 1-320-654-9053 | | CAD/CAM/CNC - Drafting Design Customization Training Programming | 0,0-----------------------------------------------------------------X Email addresses not to be sold or used for unsolicited advertizments.Return to Top
karn wrote: > > Hi everybody, > question. I just accidentally save my ACADr12's drawing in ACADr13. > Unfortunately, my office has only r12!! so I cannot print my drawing. > If I'd like to print it, I have to draw a new one, haven't I? > Please answer me as soon as possible. > Thank you very much. > Karn. Hi! To solve your problem, open your drawing in R13, then use SAVEASR12 command to export it as a R12 dwg. Regards, BogdanReturn to Top
For a good introduction to desktop mapping and the latest news about TIGER and other data sources, visit: http://www.wessex.com We offer a wide variety of mapping and demographic software and data, along with industry gossip. Our data is available in MapInfo, ArcView, SPSS, SAS, Excel and dBase formats. Samples, demos, software, manuals and utilities available for free download. Scott Elliott selliott@mcs.com http://www.wessex.comReturn to Top
In article <32A450A5.57BD@netonecom.net>, scnagel@netonecom.net says... > I thought of a lisp program that would be very handy and a real time > saver but don't know if one even is out there. > > I'm looking for one that once started it'll ask to pick objects that > will turn off the layers. What would even be cool is to have this > program ask you if you would like to have the layer (that was picked) > frozen or just turned off. > Here's a quick and dirty program that will freeze the layer of a selected object. You can easily modify it to turn off or lock the layer instead. I would recomend haveing them as 2 seperate commands as the extra prompt for Freeze/Off would not be as productive. (defun c:lf () (princ "\nSelect object on layer you wish to freeze.") (setq frz_lyr (cdr (assoc '8 (entget (car (entsel)))))) (command "layer" "f" frz_lyr "") (princ) );eof Sincerely, Y-------------------------------------------------------------------+ | Darren J. Young | Minnesota CADWorks, Inc. | | dyoung@mcwi.com | P.O. Box 7293 | | 76341.3053@compuserve.com | St. Cloud, Minnesota 56302-7293 | | http://www.mcwi.com | Phone: 1-320-654-9053 | | CAD/CAM/CNC - Drafting Design Customization Training Programming | 0,0-----------------------------------------------------------------X Email addresses not to be sold or used for unsolicited advertizments.Return to Top
SIMON COSTELLO USER658252@AOL.COM I AM LEAD TO BELIEVE THAT THERE IS A PATCH FOR AUTOCAD R13c4 THAT CAN CURE THIS PROBLEM CAN ANYBODY PASS ON THE ADDRESS OF THE WEB SITE WHERE THIS IS LOCATED SO THAT I CAN DOWNLOAD IT. THANKS, SIMON.Return to Top
In article <19961120023500.VAA06670@ladder01.news.aol.com>, longcable@aol.com says... > How do you use autolisp to change block attributes? I am trying to write > a program that updates the version number and date in a block. My only > problem how do I get a hold of the attribute? ME, What point are you at in the program? Are you able to extract any information about the block at all? I'm just trying to get an idea where your LISP knowledge is so I don't spend a lot of time rehashing what you do know. Sincerely, Y-------------------------------------------------------------------+ | Darren J. Young | Minnesota CADWorks, Inc. | | dyoung@mcwi.com | P.O. Box 7293 | | 76341.3053@compuserve.com | St. Cloud, Minnesota 56302-7293 | | http://www.mcwi.com | Phone: 1-320-654-9053 | | CAD/CAM/CNC - Drafting Design Customization Training Programming | 0,0-----------------------------------------------------------------X Email addresses not to be sold or used for unsolicited advertizments.Return to Top
Gerhard Reithofer wrote: > > On 2 Dec 1996, Rodney Wilson wrote: > > > We have been using R13C4 for the last 6 months with only occasional un- > > handled errors, o for my mind it is as good as just about any other > > commercial product being marketed. It is IMPOSSIBLE to produce large > > programs that are 100% bug free. The focus is to make code as robust as > > possible and in this case I think Autodesk have done the best that they > > can. > > ... you mean, that you cannot build a stable software on win-95. > I always supposed ... > > ************************** T.B.Reithofer ***************************** > * Gerhard Reithofer Technical Sofware Developement * > * Registered Autodesk Developer * > * Mechanical Design and Construction * > ********************************************************************** > * Email tbr_laa@aon.at 100141.1024@compuserve.com * > * PAN 912516323 CIS 100141,1024 * > * Phone +43-2522/8726 Fax +43-2522/87268 * > ********************************************************************** Not to mention that Win95's memory manager is not fully VCPI compliant. And that spells trouble for a Autocad user ! BogdanReturn to Top
On Fri, 29 Nov 1996 21:20:33 GMT, indy1cache@iquest.net (John H.) wrote: >What pointer device is best for Autocad R13.... Digitizer or Mouse? I have preferred the digitizer for a long time. But now I am using Autocad r13c4 with Windows NT. Everything is on the screen (toolbars), you don't need the digitizer. A mouse is much cheaper, more robust, easier on the hand and wrist (remember RSI!), and you can keep your eyes on the screen. No more digitizers for me! Gary SlickerReturn to Top
In articleReturn to TopDarren Young wrote: >Date: Tue, 3 Dec 1996 13:24:32 -0600 >From: dyoung@mcwi.com (Darren Young) >Newsgroups: comp.cad.autocad >Subject: Re: Looking for a lisp program to do....... > >In article <32A450A5.57BD@netonecom.net>, scnagel@netonecom.net says... >> I thought of a lisp program that would be very handy and a real time >> saver but don't know if one even is out there. >> >> I'm looking for one that once started it'll ask to pick objects that >> will turn off the layers. What would even be cool is to have this >> program ask you if you would like to have the layer (that was picked) >> frozen or just turned off. >> > >Here's a quick and dirty program that will freeze the layer of a selected >object. You can easily modify it to turn off or lock the layer instead. >I would recomend haveing them as 2 seperate commands as the extra prompt >for Freeze/Off would not be as productive. > > >(defun c:lf () > (princ "\nSelect object on layer you wish to freeze.") > (setq frz_lyr (cdr (assoc '8 (entget (car (entsel)))))) > (command "layer" "f" frz_lyr "") > (princ) >);eof > >Sincerely, >Y-------------------------------------------------------------------+ >| Darren J. Young | Minnesota CADWorks, Inc. | >| dyoung@mcwi.com | P.O. Box 7293 | >| 76341.3053@compuserve.com | St. Cloud, Minnesota 56302-7293 | >| http://www.mcwi.com | Phone: 1-320-654-9053 | >| CAD/CAM/CNC - Drafting Design Customization Training Programming | >0,0-----------------------------------------------------------------X >Email addresses not to be sold or used for unsolicited advertizments. Here are two different routines I have written. The first is just a cleaned up version of what Darren posted: (defun c:LF (/ XA XB) (setq XA (cdr (assoc 8 (entget (car (entsel "\nPick entity for layer freeze: ") ))))) (if (/= XA (getvar "clayer")) (progn (command "layer" "freeze" XA "") (prompt "Layer frozen: ")(eval XA)) (progn (setq XB (strcase (getstring (strcat "\nReally want layer " XA " (the current layer) frozen? " ) ))) (if (= (ascii XB) 89) (command "layer" "s" "0" "freeze" XA "") ) ))) This second one lets you "pick freeze" on an x-ref layer of a regular drawing layer. I should combine the two, but haven't got around to it yet. (defun c:LFX (/ LAY PIK STR) (setq PIK (nentsel "\nSelect an item on Layer to Freeze: ")) (setq LAY (assoc 8 (entget (car PIK)))) (setq STR (cdr LAY)) (command "layer" "F" STR "") (prompt "\nLayer frozen: ")(eval STR) ) Hope these are useful for someone. Joel Johns Gantt Huberman Architects 500 North Tryon Street Charlotte, NC 28202
Here is what I wrote and have been using for about three years with no problems. (defun C:CR (/ CMD) (setq CMD (getvar "CMDECHO")) (setvar "CMDECHO" 0) (prompt "\nSelect objects to rotate...") (command "select" pause) (prompt "\nPick rotation base point...") (command "copy" "p" "" pause (getvar "lastpoint")) (prompt "\nEnter rotation angle: ") (command "rotate" "p" "" (getvar "lastpoint") pause) (command "redraw") (setvar "CMDECHO" CMD) (princ) ) Hope this helps. Joel Johns Gantt Huberman Architects 500 North Tryon Street Charlotte, NC 28202 Joel Johns Gantt Huberman Architects 500 North Tryon Street Charlotte, NC 28202Return to Top
Anyone know of a newsgroup for MechDesk?Return to Top
Just trying to save the world !!! Sorry but you chose for hell ! Hans Tony TanzilloReturn to Topwrote in article <01bbdd79$a466c340$3d7174cf@pentiumpro>... > What are you doing reading an AutoCAD newsgroup, asshole? > > /*******************************************************/ > /* Tony Tanzillo Design Automation Consulting */ > /* Expert AutoCAD Programming and Customization */ > /* --------------------------------------------------- */ > /* Co-Author of Maximizing AutoCAD R13 and */ > /* Maximizing AutoLISP for AutoCAD R13 */ > /* --------------------------------------------------- */ > /* Contributing Author, CADENCE Magazine */ > /* --------------------------------------------------- */ > /* 71241.2067@compuserve.com */ > /* tony.tanzillo@worldnet.att.net */ > /* http://ourworld.compuserve.com/homepages/tonyt */ > /*******************************************************/ > > > Hans Heuver wrote in article > <01bbd8af$6cee17c0$655897c2@superspeedy>... > > Mister Tony Tanzillo, > > > > According to your signature, you try to make Acad as clever as ME10. > > > > Please be clever stop making people use that miserable piece of shit. > > > > Be a real proffessional and use the best system ever HP ME 10 !!!! > > > > hoping to save you, > > > > Hans Heuver > > > > Tony Tanzillo wrote in article > > <01bbd7ab$e84906a0$957174cf@pentiumpro>... > > > > > chris mortimer wrote in article > > > <32943623.2244@york.ac.uk>... > > > > Could anyone tell me what HPME-10 is please. > > > > regards Chris.M. > > > > > > > > > >
On Mon, 2 Dec 1996 05:20:52 -0500,Return to Topwrote: >Ian - You're correct. SETENV is there in R12, but not R13 Another reason not to upgrade :-) I suppose it was another streaker's excuse - "It seemed like a good idea at the time". I wonder how it is determined that commands and functions be dropped? If it is a case of "people not using them" then, depending on who was asked, we could end up with no commands. For example I wonder how many people use the Reference option in the Scale and Rotate commands? No, I am not suggesting that they be dropped, as I do use them extensively, and so do the people I teach. Maybe users need to submit a list of the commands, options and functions we do use. Getting back to (setenv), It seems to be an important enough command in LT3, but not in R13. I can't see the logic. It makes you wonder how these "changes" get through beta testing. It happens everywhere though. The Australian Standard for technical drawing changed the symbol for centreline. When I questioned them, no one could tell me what the reason was behind the change. It "happened". What is has done is cause many organisations a lot of trouble as they re-define their fonts. For what I use (setenv) for, I can get away with manually editing the ACAD.INI file. I use it to store variable menu parameters for my various clients. Each have different drawing sheet border sizes and offsets, drawing sheet filenames and company stamps. By having this information as variables in the INI file, I only need maintain a single menu file. At one stage I did try and use SETENV in LT2 to store a user input, however I found I had to complete the macro before I could retrieve the variable, so gave that away. Regards, Ian A. White, CPEng waiwhite@zip.com.au WAI Engineering Sydney 2000 Australia
On Sun, 01 Dec 1996 15:37:50 -0800, Chris WillemsenReturn to Topwrote: >Why is it not possible to use the windows printerdriver for acad12win. >There is no driver for the HP deskjet 540 I take it you have added a System Printer configuration using the AutoCAD CONFIG command? Regards, Ian A. White, CPEng waiwhite@zip.com.au WAI Engineering Sydney 2000 Australia
On Mon, 02 Dec 1996 22:13:47 GMT, phil@prallen.demon.co.uk (phil) wrote: >Hi > >Can some one help me out and write a lisp routine to do the following: > >I want to be able to copy and rotate an object in one go, I would like >to select the object, select the rotation point and input the degrees >to rotate it , but i want it to leave the original selection behind. > >I know you can use array to do this but its a pain You may have seen some messages on this, but here goes. There is a routine called MCR.LSP on the R12 Bonus disk which has two commands. One is CR (Copy Rotate), and the other is MR (Move Rotate). Regards, Ian A. White, CPEng waiwhite@zip.com.au WAI Engineering Sydney 2000 AustraliaReturn to Top
Does anyone have a copy of Microsoft Visual C++ v. 2.0 for sale? I need this particular compiler for compatability w/Autocad r12's ADS system. Thanks ----------------------------------------------- Shawn L. Bradley CADD Design Solutions e-mail: cds@59mail.idt.net Visit our web site for latest news, neat tips, and FREE AutoLISP utilities! http://metropolis.idt.net/~cds59 ----------------------------------------------- All that must happen for evil to prevail, is for good men to do nothing. -Edmund Burke "A democracy cannot exist as a permanent form of government. It can only exist until the voters discover that they can vote themselves money from the Public Treasury. From that moment on, the majority always votes for the candidates promising the most benifits from the Public Treasury with a result that a democracy always collapses over loose fiscal policy always followed by a dictatorship." -Alexander Fraser TytlerReturn to Top
I have a product called AutoNUM. It is designed to reduce the time it takes to enter numeric data into any AutoCAD command. It also has GUI interfaces for the fillet, offset and chamfer commands. To see a sample of the interfaces see http://www.execpc.com/~innovate/autonum We also do a full array of CAD/CAM and MIS functions including consulting for Windows NT, Novell, UNIX and Networking services. Custom programming for AutoCAD and Data Management also available. For more info visit our WWW site at http://www.execpc.com/~innovate Thank You, John MalotkyReturn to Top
Has anyone seen this error? It occurs when opening a drawing. After the acad.lsp has been loaded and it is "Regenerating drawing" this error pops up periodically. It has happened to 3 different people today on a 20 person Novell network. INTERNAL ERROR:lr:\INCLUDE\dbqspace.h@283:ePermanentlyErased Any help would be much appreciated. Joel Johns Gantt Huberman Architects 500 North Tryon Street Charlotte, NC 28202Return to Top
Hi, I'm trying to help a friend set up a copy of AutoCad 11 under Win 95, but each time I run the installer from a Dos box it immediately crashes. Is there a trick or does R11 just not install or work under a Win 95 Dos box? Thanks. ---------------------------------------------------------------------- Don Gamble Capilano Computing Systems Ltd. Developers of DesignWorks and LogicWorks schematic capture and digital simulators for professionals and students on Windows and the Macintosh. email: don@capilano.com www: http://www.capilano.com ftp: ftp.wimsey.com /pub/Capilano phone: (604) 522-6200 fax: (604) 522-3972Return to Top
Concerning the usage of AUTOSPOOL and multiple output devices. In the Plot Spooling batch file, commands like 'copy %2 /b LPT1' or 'copy %2 /b \\SERVER_NAME\DEVICE_NAME' work just fine since I know the name of the output device. What I would like to do is copy the plotfile to another disk file (in the path of my choice) with a name of 'DWGNAME.plt'. For example: drawing_name FOO.DWG path C:\ACAD\DWG thus DWGNAME is C:\ACAD\DWG\FOO out_file_name FOO.PLT out_file_path D:\TEMP and the pseudo-command is something like 'copy %2 d:\temp\(DWGNAME-DWGNAME_PATH).plt I such a thing possible? -------------------==== Posted via Deja News ====----------------------- http://www.dejanews.com/ Search, Read, Post to UsenetReturn to Top
Darren, I must admit, I don't use nested xref's. I use 2 computers, one running dual drives and r13 win and the other has a single drive and r12. When I load a r12 detail drawing in r13, I must run a program to reattach the border xref. Before I do this, in r13, the text/block indicating the missing xref appears just as it did in r12. I always attach files with the full file path so I know ehere the file came from. It it possible that the xref's were not attached using the full file spec in the first place? I just tried creating a detail drawing with xrefed border in r13 and loading it in my r12 mach. My program workes just as well going the other way. Cheers, Lu //------------------------------------------------------------------ // When all else fails, read the book. // CAD\Tek Home Page: http://www.cad-tek.com //------------------------------------------------------------------Return to Top
In article <329D8D31.4763@maren.com>, "Kenneth A. Lloyd, Jr."Return to Topsays: > >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 Also try ESSENTIAL AUTOLISP my vendor suggested this...
Can anyone give me a clue how to use the SAVEIMG command in a script file? SAVEIMG without any parameters works, except I want to process a lot of files and don't want to hit return everytime to accept the defaults in the message box. I also tried (c:saveimg "TEST" "GIF") in various formats and always seemed to get error messages such as "not enough parameters". See...I have an Access database and want to write a script to process all my DWG files into gif files in one fell swoop. And I have no experience with autolisp. Thanks to anyone who can help. e-mail to schuck@sfu.ca if possible.Return to Top
In article <32a442a4.16253216@news.tu-graz.ac.at>,Return to Top(Reini Urban) says... > Morten Warankov wrote: > >WE WANT THAT ! > > Me too! > > (my first "me too" post) Shouldn't that be (princ "my first \"me too\" post")? -- Y-------------------------------------------------------------------+ | Darren J. Young | Minnesota CADWorks, Inc. | | dyoung@mcwi.com | P.O. Box 7293 | | 76341.3053@compuserve.com | St. Cloud, Minnesota 56302-7293 | | http://www.mcwi.com | Phone: 1-320-654-9053 | | CAD/CAM/CNC - Drafting Design Customization Training Programming | 0,0-----------------------------------------------------------------X Email addresses not to be sold or used for unsolicited advertizments.
any one know where cadalog went to. did they change the address??? i tried cadalog.com, it gave my a not found error. jace paddleford gsot@ionet.netReturn to Top
HI, Can anyone tell me how to load a driver for a rolland plotter so acad will see it when it searches for driver files in the config menu? I tried copying the driver files in the drv directory in acad...still when I run config to add a plotter my rolland is not on the list? Please contact me .. Thanks in advance Charlene malachi@cdlcorp.comReturn to Top
The real value of a graphics tablet is the buttons on the puck and knowing how to use them. If a person really wants to be productive, there is no better method with current practical technology. Count the number of times you use; copy, move, erase, zoom window, zoom previous, etc. Now, imagine how handy it would be to call these commands without moving your eyes from the entity you are trying to modify. Plain and simple, If Autodesk dropped tablet support, I would drop AutoCAD like a hot frying pan. Actually I intent to continue using r12 until a better/cost_effective product comes on the market. I am about 4 times more productive using r12 with my 16 button puck as playing AutoCAD video games with a mouse. I created a pop0 menu that has my puck commands on it. I trigger it with the right mouse button but it still dosn't come close to actually using a puck. A mouse is for freehand drawing and word processing, not designing. Cheers, Lu //------------------------------------------------------------------ // When all else fails, read the book. // CAD\Tek Home Page: http://www.cad-tek.com //------------------------------------------------------------------Return to Top
When I try to insert an Autocad drawing as an object into a Word or Excel document using NT 4.0, I get a Dr. Watson error. Access violation for application rpcss.exe. Does anyone know what's happening?Return to Top
You can't use MSVC++ 2.0 with R12, You Need MSVC++ 1.5x (the Win16 version). -- /*******************************************************/ /* Tony Tanzillo Design Automation Consulting */ /* Expert AutoCAD Programming and Customization */ /* --------------------------------------------------- */ /* Co-Author of Maximizing AutoCAD R13 and */ /* Maximizing AutoLISP for AutoCAD R13 */ /* --------------------------------------------------- */ /* Contributing Author, CADENCE Magazine */ /* --------------------------------------------------- */ /* 71241.2067@compuserve.com */ /* tony.tanzillo@worldnet.att.net */ /* http://ourworld.compuserve.com/homepages/tonyt */ /*******************************************************/ Shawn L. BradleyReturn to Topwrote in article <58251q$2s@nnrp3.farm.idt.net>... > Does anyone have a copy of Microsoft Visual C++ v. 2.0 for sale? I need this particular > compiler for compatability w/Autocad r12's ADS system. > > Thanks > > ----------------------------------------------- > > Shawn L. Bradley > CADD Design Solutions > > e-mail: cds@59mail.idt.net > > Visit our web site for latest news, neat tips, > and FREE AutoLISP utilities! > http://metropolis.idt.net/~cds59 > > ----------------------------------------------- > > All that must happen for evil to prevail, is > for good men to do nothing. -Edmund Burke > > "A democracy cannot exist as a permanent form of government. > It can only exist until the voters discover that they can vote > themselves money from the Public Treasury. From that moment on, > the majority always votes for the candidates promising the most > benifits from the Public Treasury with a result that a democracy > always collapses over loose fiscal policy always followed by a > dictatorship." -Alexander Fraser Tytler > >
I have been using Acad r13c4 in windows 95 for a few months. And when I tried to load it up today I get the Fatal error: No hardward lock. I have taken the lock on and off with 95 on and off. I have even gone as far as to reinstall Acad. Anyone have any ideas?Return to Top
****** W E W A N T Y O U R D R A W I N G S ****** Would you like to see one of your AutoCAD drawings appear in soon to be released book, Maximizing AutoLISP R13? The author is in search of quality AutoCAD drawings for use in various demonstrations and exercises for the book. Categories include small mechnical parts and assemblies, Civil, Site Layout, Archtectural floor plans, elevations, and 3D models, and space planning/facilities layouts that contain blocks and attributes. If your drawing is included, you will be given credit in the book. If you have a drawing that fits one of these categories, and would like to see it in MaxLisp, then send me a note describing it. -- /*******************************************************/ /* Tony Tanzillo Design Automation Consulting */ /* Expert AutoCAD Programming and Customization */ /* --------------------------------------------------- */ /* Co-Author of Maximizing AutoCAD R13 and */ /* Maximizing AutoLISP for AutoCAD R13 */ /* --------------------------------------------------- */ /* Contributing Author, CADENCE Magazine */ /* --------------------------------------------------- */ /* 71241.2067@compuserve.com */ /* tony.tanzillo@worldnet.att.net */ /* http://ourworld.compuserve.com/homepages/tonyt */ /*******************************************************/Return to Top
pappyReturn to Topwrote in article <56t37t$eek@news05.deltanet.com>... > Does anyone use this package? If so what are the Pros & Cons!! > > I use it daily and find it extremely powerful for doing machining drawings of hydraulic manifolds. These are basically large blocks of steel with drilled passageways meeting internally to route the fluid from various valves. It is very easy to lay out the manifold quickly and make minor changes so that I can package 10# of sugar in a 5# bag. The drawbacks: The drawings are not 100% AutoCAD compatible. You can export an AutoCAD drawing that is but you lose your Mechanical Desktop information. Since the drawing files use the same extension (.dwg) this causes library problems for us when trying to maintain just one database. 'Nother drawback: You need tremendous machine power to run this program. It crashes readily when you build large models and assemblies because it runs out of memory. I would recommend a dual processor system running Windows NT with a minimum of 64M of ram. I use a 100MHz Pentium with 64M of ram, and am always waiting twiddling my thumbs like the old days of 8088 processors.
Hi, Can any one tell me how to load a plotter driver in r12c1 of acad? I have copied the driver files to the drv directory of acad but when I go to configure and add a plotter the driver files I have are not there. I am trying to configure a rolland plotter but acad does not see it.. Help Please!... Contact me. Thanks malachi@cdlcorp.comReturn to Top
In article <32a323b5.4644239@news.demon.co.uk>, phil@prallen.demon.co.uk wrote: > >I want to be able to copy and rotate an object in one go, I would like >to select the object, select the rotation point and input the degrees >to rotate it , but i want it to leave the original selection behind. You can do this with grips fairly easily (using Rotate|Copy). You could even make a menu macro to do it with just 2 clicks and an angle. :) Owen Wengerd [ManuSoft] ** AutoCAD Wizard At Large ** http://www.manusoft.com owenw@manusoft.com Compuserve: 71324,3252Return to Top
If anyone is interested in writing a few lisp programs for my company, please email me or post your phone number or web site. I will fax you the lisp routines for a quote. I could also post the needed lisp routines. Quotes from other sources have offered $70.00 per hour and said the lisp routines will take 2-3 hours total.Return to Top