Page 1 of 1

ALK2102 unresolved external sybol XBPCRT

Posted: Fri Dec 04, 2020 1:48 am
by Diego Euri Almanzar
Cheers,

I use Alaska Xbase 1.90 and the Express library. I used a pc with Windows 7. Now I am using a pc with Windows 10. I have compiled all the source programs, and the objects are obtained. But, when it becomes executable, it aborts with the following message:

ALK2102 unresolved external symbol XBPDIALOG,

As also

ALK2102 unresolved external sybol XBPCRT

How do I solve this?

Re: ALK2102 unresolved external sybol XBPCRT

Posted: Fri Dec 04, 2020 2:26 am
by Auge_Ohr
hi,
Diego Euri Almanzar wrote: Fri Dec 04, 2020 1:48 am ALK2102 unresolved external symbol XBPDIALOG,
ALK2102 unresolved external sybol XBPCRT
How do I solve this?
open a CMD Box and Type :

Code: Select all

rundll32.exe sysdm.cpl,EditEnvironmentVariables
now look at your PATH, INCLUDE and LIB Setting.

Re: ALK2102 unresolved external sybol XBPCRT

Posted: Fri Dec 04, 2020 7:30 am
by rdonnay
Make sure that XPPRT1.LIB is in your SET LIB folder.

Re: ALK2102 unresolved external sybol XBPCRT

Posted: Sun Dec 06, 2020 11:53 pm
by Diego Euri Almanzar
Thank you, Jimmy, RDonnay.