CaptionSelectedFont.Charset missing

An application, running well on TMSControls version 6.1.0.2 now with the new release 6.1.1.0, rebuild well but throws an exception When creating form at runtime with message:

"TAdvSmoothListBoxItem->CaptionSelectedFont.Charset" property does not exists.
 
The TAdvSmoothListBoxItem is inside a TAdvSmoothComboBox, version 2.0.1.9
 
¿Any ideas?
 
Thanks in advance.
 
 
 

As a clue, this error only occurs when linked statically without packages.

linking with packages application run well.
 
¿Any ideas?

Problem Solved!

 
There was old .lib files in the search path that compile statically instead of the new ones.
 
Discovered and cleared, now it functions as expected.
 
Sorry for the inconveniences.