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 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!border1.nntp.dca.giganews.com!nntp.giganews.com!newscon06.news.prodigy.com!newscon02.news.prodigy.com!prodigy.net!atl-c08.usenetserver.com!news.usenetserver.com!pc02.usenetserver.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: DLL troubles on Windows XP References: <1145455832.302091.124920@v46g2000cwv.googlegroups.com> From: Stephen Leake Date: Thu, 20 Apr 2006 03:20:57 -0400 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:kQkV5aDoWagEGL+uqOU6JyEB3Kw= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: b1f8144473662e73ae4a417563 Xref: g2news2.google.com comp.lang.ada:3875 Date: 2006-04-20T03:20:57-04:00 List-Id: "SLt" writes: > 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 ? That is certainly possible; it depends on what Windows APIs you are calling. Some changed between Windows NT and Windows XP. > Sorry, i can't give more details on the ADA DLL because i have no more > information about this. Recompiling the DLL from source should either fix the problem or identify the API change. Hmm. That's assuming you use an updated Windows binding, which may be difficult to find. -- -- Stephe