#1 2013-03-21 10:20:34

esmondb
Member
From: London
Registered: 2010-07-20
Posts: 299

Latest Documentation

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

#2 2013-03-21 16:07:54

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,660
Website

Re: Latest Documentation

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.

See http://synopse.info/forum/viewtopic.php?pid=4878#p4878

Offline

#3 2013-03-21 21:26:54

esmondb
Member
From: London
Registered: 2010-07-20
Posts: 299

Re: Latest Documentation

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

#4 2013-03-22 07:22:25

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,660
Website

Re: Latest Documentation

This is to allow use of the component in C++ ide / RadStudio IDE.
Even if you have the Delphi only edition.
smile

Offline

Board footer

Powered by FluxBB