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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,1a794e8ed8953f4d X-Google-Attributes: gid103376,public From: gisle@krake.ii.uib.no (Gisle S�lensminde) Subject: Re: Very elementry query Date: 1999/11/02 Message-ID: #1/1 X-Deja-AN: 543593822 Content-Transfer-Encoding: 8bit References: <7vn60o$6km$1@nnrp1.deja.com> Organization: University of Bergen, Norway Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-11-02T00:00:00+00:00 List-Id: In article <7vn60o$6km$1@nnrp1.deja.com>, rishikeshjha@my-deja.com wrote: >Hi gurus, > >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. > >TIA (and thanks for your patience too ;-) ) >Rishikesh Jha >GGN It depends. If the application is written in standard Ada (83 or 95), and it don't use any compiler or platform specific libraries, it should be straightforward. Since Solaris normally don't give direct access to the hardware, problems due to that is not likely. It the program contains compiler specific extensions, and these extensions don't exists on your compiler on NT, there will be more or less porting. If the program use any platform specific libraries, you will need to port or rewrite parts of the program. If such libraries are isolated to a part of the program or a module, that will ease the porting. To be able to give a more precise answer we need to know the following: - The Ada compiler used at the Sun computer. - The Ada compiler you want to use in NT. - Is it Ada 83 or Ada 95 ? - Does the program use any platform or compiler specific libraries ? - Does the program depend upon any compiler specific language extensions? -- Gisle S�lensminde ( gisle@ii.uib.no )