#1 2020-10-27 12:36:12

XyberX
Member
Registered: 2015-01-23
Posts: 5

I Need some Help to add mORMot in REST Dataware Lazarus

Provided a help.
The REST Dataware are RAD components, as I am migrating the Servers and Clients to mORMot I had problems installing to Lazarus.
The package is marked as not installable so I can't add it to REST Dataware to install, if I put a mORMot folder in REST Dataware, pointing out the paths it gives an error in the files in the static mORMot folder.
If I set it to point to static in the package, Lazarus compiles more then it doesn't compile any more packages in the msvcrt.a file claim if I'm not mistaken. I didn't find anything on the forum that would help, I wish you could give me that strength, my skype is cyber_one27@hotmail.com so if you need to access my machine I can show you what was done and where we arrived because you can have better solutions. Thank you friends.

Offline

#2 2020-10-27 20:18:30

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

Re: I Need some Help to add mORMot in REST Dataware Lazarus

Looks like if the static .o/.a files are not in the package search path.

Offline

#3 2020-10-29 16:20:33

XyberX
Member
Registered: 2015-01-23
Posts: 5

Re: I Need some Help to add mORMot in REST Dataware Lazarus

ab wrote:

Looks like if the static .o/.a files are not in the package search path.

I set this folder but can't compile.

Offline

#4 2020-10-29 17:32:34

mpv
Member
From: Ukraine
Registered: 2012-03-24
Posts: 1,539
Website

Re: I Need some Help to add mORMot in REST Dataware Lazarus

Libraries (-Fl) path should be something like this:

libs/Synopse/static/$(TargetCPU)-$(TargetOS)

Offline

#5 2020-10-31 08:17:11

XyberX
Member
Registered: 2015-01-23
Posts: 5

Re: I Need some Help to add mORMot in REST Dataware Lazarus

mpv wrote:

Libraries (-Fl) path should be something like this:

libs/Synopse/static/$(TargetCPU)-$(TargetOS)

If I due this, I have this message error lazarus.pp(165,1) Warning: Library libmsvcrt.a not found, Linking may fail !

Lazarus 2.0.10 Windows.

Offline

#6 2020-10-31 08:30:57

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

Re: I Need some Help to add mORMot in REST Dataware Lazarus

Are you sure this .a file is in your installation folders?

It is available https://github.com/synopse/mORMot/tree/ … 6_64-win64
or https://github.com/synopse/mORMot/tree/ … i386-win32 - depending on the Windows version.

Offline

#7 2020-11-06 11:38:13

XyberX
Member
Registered: 2015-01-23
Posts: 5

Re: I Need some Help to add mORMot in REST Dataware Lazarus

ab wrote:

Are you sure this .a file is in your installation folders?

It is available https://github.com/synopse/mORMot/tree/ … 6_64-win64
or https://github.com/synopse/mORMot/tree/ … i386-win32 - depending on the Windows version.

Thx Friend, ufa, I win this battle.

Guys see this videos all.

Thx guys.

Daemon Lazarus Linux with Synopse and REST Dataware.

https://www.youtube.com/watch?v=pwLGT09V2pw

Input on REST Dataware.

https://www.youtube.com/watch?v=vFqQGXKoI5w

Begin Tests.

https://www.youtube.com/watch?v=0IwaFksZbEc

Offline

Board footer

Powered by FluxBB