Install x-superobject (.pas file) on delphi xe6 -
i want use x-superobject, can't figure out how add , use on delphi xe6. found 1 answer on how install .pas files on delphi, delphi2010 , thing little bit different think (i've tried 1 didn't worked.)
so, install xsuperobject downloaded this 2 files , saved them. don't know how proceed, , feel bit stupid don't understand here on wiki.
thank you!
x-superobject
runtime library, not visual component library. installation quite easy.
way 1: put 2 files project source folder , able use them without problems.
way 2: if hate include files of projects, can open option dialog , goto environment options
> delphi options
> library
. add path of x-superobject
browsing path
.
now able include xsuperobject
other delphi native units (i.e. winapi.windows
, system.sysutils
).
Comments
Post a Comment