Page 1 of 1

VIP 10 - Linker Message

Posted: 24 Apr 2021 0:29
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

Re: VIP 10 - Linker Message

Posted: 24 Apr 2021 23:08
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

Re: VIP 10 - Linker Message

Posted: 25 Apr 2021 11:41
by Thomas Linder Puls
We will look at the problem.

(Windows 32 is correct, because it is the linker that is 32 bit).

Re: VIP 10 - Linker Message

Posted: 26 Apr 2021 1:04
by choibakk
Ty Thomas, and PDC. VP 10 is long awaited and well worth the results.