From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1a794e8ed8953f4d X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Re: Very elementry query Date: 1999/11/02 Message-ID: <7vn7n6$81r$1@nnrp1.deja.com>#1/1 X-Deja-AN: 543557591 References: <7vn60o$6km$1@nnrp1.deja.com> X-Http-Proxy: 1.0 x24.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Tue Nov 02 17:40:54 1999 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.6 [en] (WinNT; I) Date: 1999-11-02T00:00:00+00:00 List-Id: In article <7vn60o$6km$1@nnrp1.deja.com>, rishikeshjha@my-deja.com wrote: > I am an absolute newbie to ADA. I have been assigned the task of > sizing a project wherein a ADA app. has to be ported from Solaris to > NT. Can someone tell me how complicated such efforts are. > > I know this question is severly lacking in detail but then I need a > very appx answer too. Ada itself is farily portable. So its quite possible it will be *no* work, just a matter of recompiling the software. But of course any OS calls made outside the language, or compiler specific features used will be a fair bit of work to port. And there's also the related issue of porting from Ada 83 to Ada 95, which may come up. So the answer really has everything with how the code in question is written and what it does. My suggestion would be to hook up with an Ada vendor or two and ask for their help in this estimate. Most of them have a lot of experience with these issues. Failing that, you'll have to go through the source youself, looking for unportable things, with an eye towards how much redesign will be required to get them working on the new platform. We here on c.l.a can certianly be of help if you have specific "Is this construct guaranteed portable?" or "How can I accomplish this in Ada on NT?" questions. But of course no one here is going to be able to just tell you "200 hours". :-) -- T.E.D. Sent via Deja.com http://www.deja.com/ Before you buy.