#1 2015-07-29 10:51:39

zensan
Member
Registered: 2015-07-29
Posts: 12

Leaf b8275632e2 or latest version issue

Hi!

I am new user for the mORMot framework. So I downloaded (latest sources) your library [b8275632e2] as instructed and tried to check samples I am interested in.

And in the manual it is described that I can build and run TestSQL3.dpr but it fails with the error:
[dcc32 Error] mORMotHttpClient.pas(433): E2003 Undeclared identifier: 'TSQLHttpClientWinHTTP'

I am using Delphi XE7 Update 1.

When trying to compile samples I get another error:
[dcc32 Error] SynLog.pas(328): E2003 Undeclared identifier: 'TSynPersistentLocked'

What do I do wrong (except choosing the developer job wink )?

Thanks in advance!

Offline

#2 2015-07-29 13:44:12

zensan
Member
Registered: 2015-07-29
Posts: 12

Re: Leaf b8275632e2 or latest version issue

I have installed the SynPDF library before... and the INC file was conflicting with the one in the mORMot.

So I managed that..

Offline

#3 2015-07-30 06:48:48

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

Re: Leaf b8275632e2 or latest version issue

If you download the whole mORMot, just get rid of any existing separated SynPDF installation, and use the PDF units as available in the main mORMot trunk.

Offline

#4 2015-07-30 07:16:52

zensan
Member
Registered: 2015-07-29
Posts: 12

Re: Leaf b8275632e2 or latest version issue

Yes, thanks. I just did that.. But that wasn't obvios for me as I even forgot that I have SynopsePDF installed.. smile

By the way TestSQL3.dpr fails on PDF tests..

I have removed the old SynPDF folder at all.

Offline

#5 2015-07-30 15:17:49

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

Re: Leaf b8275632e2 or latest version issue

zensan wrote:

By the way TestSQL3.dpr fails on PDF tests..

I guess your code page is not 1252 - the tests have issues with other system code pages.
Nothing to worry about.

Offline

#6 2015-08-04 06:28:03

zensan
Member
Registered: 2015-07-29
Posts: 12

Re: Leaf b8275632e2 or latest version issue

OK, thanks for letting me now that.

Offline

Board footer

Powered by FluxBB