Home :: Books :: Professional & Technical  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet
Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical

Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Programming AutoCAD in ObjectARX

Programming AutoCAD in ObjectARX

List Price: $65.95
Your Price: $44.06
Product Info Reviews

<< 1 >>

Rating: 0 stars
Summary: Understand the how, when, where and why's of ObjectARX
Review: I wrote this book out of my frustration at learning ObjectARX. While the documentation contains descriptions of all the functions and classes, what was needed was a text that could guide the beginning ObjectARX developer through the fundamentals of ObjectARX. Learning any new programming language is difficult at best. The intent of this book is to give you the reader a thorough understanding of the fundamentals of ObjectARX and how ObjectARX works. In addition to the 'how', I attempt to explain the 'when', 'where' and 'why' of ObjectARX. When you are finished going through this book you will be well armed to pursue the other advanced areas of ObjectARX. The book is also complimented with many working sample applications. If ObjectARX were a country, then you should consider this book the ObjectARX map. I hope you enjoy this book and that it helps you advance your ObjectARX career.

Rating: 5 stars
Summary: Excellent Work!
Review: This book is a must for anybody who wants to learn ObjectARX. The CD-Rom has tons of great coding examples. The projects are really interesting to study from. My recommendation on learning ObjectARX is to buy & study the ObjectARX Primer & the Ransen's ObjectArx CD Course first, study this book next & you will be well on your way to become an ObjectARX expert.

Rating: 5 stars
Summary: Excellent Work!
Review: This book is a must for anybody who wants to learn ObjectARX. The CD-Rom has tons of great coding examples. The projects are really interesting to study from. My recommendation on learning ObjectARX is to buy & study the ObjectARX Primer & the Ransen's ObjectArx CD Course first, study this book next & you will be well on your way to become an ObjectARX expert.

Rating: 3 stars
Summary: Very good for beginners but not cover essential points.
Review: This book teach you how to build a first level application for AutoCAD. You learn the basics: to develop your own custom entity, to register commands... But there is nothing about advanced features: deep cloning, COM features (OPM, Design Center...), relationships between objects...

Rating: 3 stars
Summary: Good Basics on ObjectARX (but not for beginners)
Review: This is NOT a book for beginning C++ programmers. The author does warn of that in the beginning, and this reviewer believes it is worthwhile to stress again. The reader should be at least an intermediate programmer in C++. It is further recommended that the reader have a good understanding of Microsoft MFC as well. The author assumes the reader has these minimum competancies as he does not waste space trying to teach them.

Having said that, this reviewer started writing ObjectARX applications within the first 2-3 weeks of reading the book. The author provides sound basics and good examples. It covers many topics within the ObjectARX environment but does not go into great detail on any particular one. The book assumes that the reader will use the on-line reference to find out the nitty-gritty on a particular item. Admittedly, this reviewer found himself after the first month of programming relying primarily on the on-line reference provided with ObjectARX, rather than the book. Still, the book gets you pointed in the right direction. The biggest complaint this reviewer had, if he had to name one, is the index. It is quite lacking.

Rating: 5 stars
Summary: Excellent piece of work
Review: This is the book I was looking for. This book has given enough inputs for writing application. Full credits to Mr. Charls McAuley. Excellent example on drawing Windows coupled with DCL and then MFC support. Any one who is little comfortable with C++ and AutoCAD 2000, can very rapidly digest ObjectARX technology with this book. Go for it. Many thanks to Mr. McAuley for wonderful piece of work.

Rating: 3 stars
Summary: May drive you quickly back to VBA...
Review: While I agree with the previous words, I must add the following to their reviews: If you are not comfortable with C++, don't even look at this book. The first thing you will see is that rather than:

Private Sub Command1_Click() MsgBox "Hello World!" End Sub

you have instead two(!) pages of code to even register the Hello World application in the proper ObjectARX (class-based) method. Add to that the fact the the ObjectARX model uses a mind-boggling array of macros, includes, etc, and you will quickly feel out of your depth.

There are VERY good reasons to do ObjectARX programming, most of which have to do with the ability to add your own custom classes to the AutoCAD object model, and creating your own entity types from scratch. If you don't need to do that yet, go get a beginning VC++/MFC book and study that. Meantime, VBA is extremely fast for all but the most demanding applications, and is worth very careful study.

I would also add: AutoCAD has some of the BEST documentation in the world. If you have already downloaded the ObjectARX SDK (which I assume since you are perusing a book about it), don't overlook the excellent documentation in PDF format. Not many people know about it, but it is there if you look.


<< 1 >>

© 2004, ReviewFocus or its affiliates