Hi,
I'm in the process of updating my application using v8.14 of AlphaSkins.
The previous version used v6
However whenever I try to compile my application I get this error :
“Undeclared Identifier: 'FinishBlendOnMoving'” in unit sSkinProvider
Operating system : Windows XP servicepack 3
Compiler : Delphi 7
I've tried creating a simple application and that compiles and runs without any issues.
// — edit —
Solved already.
It looks like I had defined “NOWNDANIMATION” for my own project and sDefs.inc had it undefined.