I want to use x-superobject, but I can't figure out how to add it and use it on delphi xe6. I found one answer on how to install .pas files on delphi, but it is for delphi2010 and thing are a little bit different I think (I've tried that one but it didn't worked.)
So, to install xsuperobject I downloaded this two files and saved them. I don't know how to proceed, and I feel a bit stupid but I don't understand what is here on the wiki.
Thank you!
C:\Users\Public\Documents\<Component Folder>
) and add that directory to theLibrary path
. Then you can add any of those units in theuses
clause of your project unit and the compiler should find it. – TLama