Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!agate!shelby!portia.stanford.edu!earthsea.stanford.edu!gyugyi From: gyugyi@earthsea.stanford.edu (Paul Gyugyi) Newsgroups: comp.windows.ms.programmer Subject: Re: Questions about Actor (from a *real* novice) ? Message-ID: <1990Dec3.115439@earthsea.stanford.edu> Date: 3 Dec 90 19:54:39 GMT References: Sender: news@portia.Stanford.EDU Reply-To: gyugyi@earthsea.stanford.edu (Paul Gyugyi) Distribution: comp.windows.ms.programmer Organization: Stanford University Lines: 42 In article , yoon@aludra.usc.edu (Dae-Kyun Yoon) writes: |> I'v finally gotten Actor 3.0 and started to read user's manual. Now, |> after reading a couple of chapters in the beginning, I have two |> questions. |> |> 1. I would like to keep my own class files in my directory other than |> Actor's default directory while maintaining the *class hierarchy*. |> How can I achieve this ? It seems O.K. to keep *.IMA files in |> other directories. Am I right ? Please correct me if I am wrong. I can't help you here. Actor wants all the files in actor\classes. What you can do, however, is have several "class" directories under actor, and rename the one for your current project to be \classes and the others to b e\classes1, \classes2, etc. This is how I used to keep projects straight. Now, however, I've found that I just keep all files in one subdir because I share my classes across projects. I agree that it would be very useful to have a subdir with just the Actor distribution classes, and your own directory for new class files. (I hope someone from WW is listening). |> |> 2. I'v read in the manual I need *rc* (resource compiler) to prepare |> stand-alone window applications from Actor *.IMA file. How can I |> obtain this program ? (Of course, for free..) |> rc.exe is included with Actor. The manual should be rewritten to make it clear. It's in actor\res\rc.exe. E-mail me if you can't find it. |> Thanks.. |> -- |> ----------------------------------------------- |> Dae-kyun Yoon |> dkyoon@usc.edu, ..usc!dkyoon -- Paul Gyugyi gyugyi@earthsea.stanford.edu