synnefo/delphi-orm

Compiler error: Not enough actual parameters for TUIBFacade.Create

Opened this issue · 0 comments

What steps will reproduce the problem?
1. Compile 'PersistenceIgnorance.dproj' (XE3)

What is the expected output? What do you see instead?
A running application.

What version of the product are you using? On what operating system?
Delphi XE3, Interbase XE64, Windows 7, 64-bit

Please provide any additional information below.
The charset parameter is missing. Putting '' as the 5th parameter works. But 
putting 'UNICODE_FSS' gives 'Invalid charset' error. We use UNICODE_FSS.

Message:
[dcc32 Error] dorm.adapter.UIB.Interbase.pas(39): E2035 Not enough actual 
parameters.

Line:
 Result := TUIBFacade.Create('gds32.dll', Conf.S['username'], Conf.S['password'], Conf.S['database_connection_string']);

Original issue reported on code.google.com by Rein.Ver...@gmail.com on 15 May 2014 at 2:07