Firebird.pas ------------ Key: CORE-6157 URL: http://tracker.firebirdsql.org/browse/CORE-6157 Project: Firebird Core Issue Type: Task Components: API / Client Library Affects Versions: 4.0 Beta 1, 3.0.4 Environment: Windows package Reporter: Norbert Saint Georges
the Firebird.pas file is distributed only in the linux version but in no other version. in version 4.0.0.1629, there are the following errors: In Pascal, "record" is a reserved word. after renaming: "record" to "frecord"; "integer32" to "Int32"; added: ISC_TIME_TZ = Integer; // ?? I do not know the good value ISC_TIMESTAMP_TZ = Integer; // ?? I do not know the good value after these changes it compiles under Delphi and Typhoon Code. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel