Discussions related to Visual Prolog
choibakk
Active Member
Posts: 35
Joined: 5 Sep 2019 19:30

VIP 10 - Linker Message

Unread post by choibakk »

In my 64-bit application, I am receiving this linker error every so often:

Code: Select all

Visual Prolog Linker Version 10 for Windows 32; Build 2021-03-31  12:51:18 Copyright (c) 1997-2021 PDC Internal fatal error 2503: comparePDATA: same RVA in different .pdata Total build time: 0.410 sec Project not built.
Performing a "rebuild-all" resolves the issue. I'm trying to nail down what it is that I'm changing that causes the issue, so I don't yet have reproducible steps. It happens maybe a few times an hour during active development on my project.

Also, I think the "Windows 32" in the linker version text is a typo since my application is 64-bit only.

Thanks,
C. Hoibakk
choibakk
Active Member
Posts: 35
Joined: 5 Sep 2019 19:30

Re: VIP 10 - Linker Message

Unread post by choibakk »

Follow up (04.24.2021) - and edited...

This may be as simple as removing/adding a predicate from an existing *interface* (and implementation) and trying to recompile (assuming the project compiled successfully prior to modifying the interface).

C. Hoibakk
User avatar
Thomas Linder Puls
VIP Member
Posts: 1398
Joined: 28 Feb 2000 0:01

Re: VIP 10 - Linker Message

Unread post by Thomas Linder Puls »

We will look at the problem.

(Windows 32 is correct, because it is the linker that is 32 bit).
Regards Thomas Linder Puls
PDC
choibakk
Active Member
Posts: 35
Joined: 5 Sep 2019 19:30

Re: VIP 10 - Linker Message

Unread post by choibakk »

Ty Thomas, and PDC. VP 10 is long awaited and well worth the results.
Post Reply