hello,
this question is for programmers who are using ActiveSkin control , every time when I try to ApplyDesign of SkinForm to SkinButton or any other object in that control , i get the following message:
[Linker Error] Unresolved external 'Activeskinlib_tlb::IID_ISkinForm' referenced from G:\MYPROGS\TV-MENU\ACTIVESKIN\UNIT1.OBJ
so , what am I doing wrong ?
here's the sample code...
SkinForm1->SkinPath="C:\\test2.skn";
SkinButton1->ApplySkin(SkinForm1->SkinSource);
thanks.
this question is for programmers who are using ActiveSkin control , every time when I try to ApplyDesign of SkinForm to SkinButton or any other object in that control , i get the following message:
[Linker Error] Unresolved external 'Activeskinlib_tlb::IID_ISkinForm' referenced from G:\MYPROGS\TV-MENU\ACTIVESKIN\UNIT1.OBJ
so , what am I doing wrong ?
here's the sample code...
SkinForm1->SkinPath="C:\\test2.skn";
SkinButton1->ApplySkin(SkinForm1->SkinSource);
thanks.