Discussions related to Visual Prolog
User avatar
CalmoSoft
VIP Member
Posts: 73
Joined: 17 Oct 2006 5:49

Error 2525

Unread post by CalmoSoft »

Hello All,

I have the attached CalmoSoft Fifteen Puzzle Game program.
It was developed in Visual Prolog 7.5. Personal Edition.
Now I installed Visual Prolog 8.0 Personal Edition.
I get the next error message (and some others):
error lnk2525 : Error 2525: 'Obj\controlsupport.CC709277.obj' - undefined name 'class$textControl'
Can you help me?

Greetings,
Gal Zsolt
(~ CalmoSoft ~)
Attachments
CalmoSoft_Puzzle_20140727.zip
(31.42 KiB) Downloaded 365 times
Martin Meyer
VIP Member
Posts: 328
Joined: 14 Nov 2002 0:01

Unread post by Martin Meyer »

Hello Gal,

I do not know whether it helps, but I can tell that after "Rebuild All" and another "Build" with always clicking "Remove All" resp. "Add All" when promted your project works in VIP 8 Commercial Ed.
Regards Martin
User avatar
Thomas Linder Puls
VIP Member
Posts: 1398
Joined: 28 Feb 2000 0:01

Unread post by Thomas Linder Puls »

The error comes because the implementation of the textControl class in not in the project. That is because the textControl package has not been added to the project.

You can add it manually (it is in pfc\gui\controls\textControl), but if you use "Rebuild All" you should be prompted about it.
Regards Thomas Linder Puls
PDC
User avatar
CalmoSoft
VIP Member
Posts: 73
Joined: 17 Oct 2006 5:49

Unread post by CalmoSoft »

Hello Thomas, Martin,

Thanks for the useful help.

Greetings,
Gal Zsolt
(~ CalmoSoft ~)
Post Reply