You are not logged in.
Pages: 1
Where can I find the latest SAD documentation?
The version at:
http://synopse.info/files/pdf/Synopse%2 … 201.18.pdf
Is a few days old and I noticed in fossil that something had since been added about compiling mORMot in a package (I'm having trouble adding TSynLabeledEdit to an XE2 package)
Offline
The content is in the .pro source:
If you want to compile mORMot unit into packages, to avoid an obfuscated [DCC Error] E2201 Need imported data reference ($G) to access 'VarCopyProc' error at compilation, you should defined the USEPACKAGES conditional in your project's options. Open SynCommons.inc for a description of this conditional, and all over definitions global to all mORMot units.
I do not update the SAD pdf each day.
Offline
Thanks,
Managed to get TSynLabeledEdit installed the XE2 tool palette - don't know why but the compiler was trying to output C++ .obj files which caused problems.
Offline
Pages: 1