Hi,everyone.
I have done a program which uses forms in dlls.First,I built both the application and dlls in Delphi 2010 with run-time packages(in order to let sSkinManager skin the forms) and it works well. Later I built another dll in Delphi 10 Lite(Delphi 2006) with rtp,but this time it doesn't work,and gave me an error(I forgot it).
I know that it is not the problem of sSkinManager,but anyone can give me a soloution?I want to write a mother application which can be extended by plugin dlls,and the dlls should be skinned too.Can I write the dlls in a different version of delphi or even in Visual Studio?
Thanks