ALK2102 unresolved external sybol XBPCRT

This forum is for eXpress++ general support.
Post Reply
Message
Author
Diego Euri Almanzar
Posts: 155
Joined: Thu Nov 05, 2020 10:51 am
Location: DOMINICAN REPUBLIC

ALK2102 unresolved external sybol XBPCRT

#1 Post 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?

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: ALK2102 unresolved external sybol XBPCRT

#2 Post 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.
greetings by OHR
Jimmy

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: ALK2102 unresolved external sybol XBPCRT

#3 Post by rdonnay »

Make sure that XPPRT1.LIB is in your SET LIB folder.
The eXpress train is coming - and it has more cars.

Diego Euri Almanzar
Posts: 155
Joined: Thu Nov 05, 2020 10:51 am
Location: DOMINICAN REPUBLIC

Re: ALK2102 unresolved external sybol XBPCRT

#4 Post by Diego Euri Almanzar »

Thank you, Jimmy, RDonnay.

Post Reply