You are not logged in.
Pages: 1
It looks that Delphi 7 does not fully supports the new units format mormot.core.base: "mormot.core.base is not a valid identifier".
Package -> Add Unit
Offline
Or, if I'm not mistaken, if you create a unit and put these "mormot.xxx.yyy" units in uses, when compiling the package these dependencies will be added automatically.
But IMHO, using packages with units that are in an initial development state is not a good idea.
Not just for stability.
If change the signature of a method that is used in the executables compiled with the package you will have to recompile the executables as well.
Offline
Pages: 1