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?
ALK2102 unresolved external sybol XBPCRT
-
- Posts: 176
- Joined: Thu Nov 05, 2020 10:51 am
- Location: DOMINICAN REPUBLIC
Re: ALK2102 unresolved external sybol XBPCRT
hi,
now look at your PATH, INCLUDE and LIB Setting.
open a CMD Box and Type :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?
Code: Select all
rundll32.exe sysdm.cpl,EditEnvironmentVariables
greetings by OHR
Jimmy
Jimmy
Re: ALK2102 unresolved external sybol XBPCRT
Make sure that XPPRT1.LIB is in your SET LIB folder.
The eXpress train is coming - and it has more cars.
-
- Posts: 176
- Joined: Thu Nov 05, 2020 10:51 am
- Location: DOMINICAN REPUBLIC
Re: ALK2102 unresolved external sybol XBPCRT
Thank you, Jimmy, RDonnay.