#1 2020-04-30 12:35:46

radexpol
Member
From: Poland, Krk
Registered: 2019-11-29
Posts: 116

Delphi 7 mORMot 2.0 and new file names format

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

Screen:
https://www.dropbox.com/s/3ybctk4fzit37 … t.png?dl=0

Offline

#2 2020-04-30 17:41:01

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

Re: Delphi 7 mORMot 2.0 and new file names format

You have better to edit your .dpr source code file by hand, as we do.

Offline

#3 2020-04-30 19:53:59

macfly
Member
From: Brasil
Registered: 2016-08-20
Posts: 374

Re: Delphi 7 mORMot 2.0 and new file names format

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

Board footer

Powered by FluxBB