Page 1 of 1

Error 2525

Posted: 10 Aug 2017 17:00
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 ~)

Posted: 10 Aug 2017 19:18
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.

Posted: 10 Aug 2017 19:48
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.

Posted: 11 Aug 2017 8:25
by CalmoSoft
Hello Thomas, Martin,

Thanks for the useful help.

Greetings,
Gal Zsolt
(~ CalmoSoft ~)