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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,abcf8f28a13e7dcf X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 19 Apr 2006 20:55:12 -0500 From: "Steve" Newsgroups: comp.lang.ada References: <1145455832.302091.124920@v46g2000cwv.googlegroups.com> Subject: Re: DLL troubles on Windows XP Date: Wed, 19 Apr 2006 18:57:03 -0700 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2869 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Message-ID: NNTP-Posting-Host: 24.20.111.245 X-Trace: sv3-5nFk8FQ0ppPzI7pc94MWVtdKPtLUW7xWFiguWzxQGHSYYMN6RJrSVh/YYPvEXc/Re9JOXxq04eRq8R2!9S+2pWb9L7JFIHuq9Enagk/7Ep8N+mvjEJKO8hv6HNfbWa/NkgPaVQwY0rBTFMKXe48ra3N4YMJo X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:3872 Date: 2006-04-19T18:57:03-07:00 List-Id: "SLt" wrote in message news:1145455832.302091.124920@v46g2000cwv.googlegroups.com... > Hi, > > I have an ADA DLL, compiled on Windows NT using GNAT and used on > Windows NT via LabVIEW. > When I tried to use this DLL on Windows XP, I have troubles on one of > the function (not the first !). The error message is not clear because > it's only the message of LabVIEW. > Is it possible that DLL compiled on a previous operating system than > Windows XP does not work on Windows XP ? > > Sorry, i can't give more details on the ADA DLL because i have no more > information about this. > > Thank you, > > SLt. > Was the DLL run on the same hardware under Windows NT? I ask because there was a problem with an earlier version of the ObjectAda run time library that started to appear on faster CPU's. I can't remember exactly where the break was, but we had to re-build our systems with the new library to have them work correctly on faster processors I vaguely remember the break being somewhere around 2.1 GHz. It didn't show up until the P4's started ramping up in speed. I hope this helps, Steve (The Duck)