I Search ZeosLib C++Builder user

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
merovingio
Fresh Boarder
Fresh Boarder
Posts: 24
Joined: 06.11.2011, 16:46
Location: Siracusa (Siclily)

I Search ZeosLib C++Builder user

Post by merovingio »

Hi!
I have more difficult to recompile Zeoslib under C++Builder .
I want to create Tips & trikcs C++Builder group.

My mail is merovigio@simail.it.
mrLion
Senior Boarder
Senior Boarder
Posts: 71
Joined: 20.03.2010, 10:17

Post by mrLion »

merovingio, i am.
mrLion
Senior Boarder
Senior Boarder
Posts: 71
Joined: 20.03.2010, 10:17

Re: I Search ZeosLib C++Builder user

Post by mrLion »

merovingio wrote: I have more difficult to recompile Zeoslib under C++Builder .
NO any problem.
markus
Senior Boarder
Senior Boarder
Posts: 58
Joined: 17.10.2011, 12:43
Location: Piotrków Trybunalski, Poland

Post by markus »

I work under C++ Builder 2010.
And no problems with compiling either:)

There were some issues with packages for cbuilder12, but it was resolved some time ago.
merovingio, maybe post error messages you got, and we'll try to help You.
merovingio
Fresh Boarder
Fresh Boarder
Posts: 24
Joined: 06.11.2011, 16:46
Location: Siracusa (Siclily)

Done!

Post by merovingio »

I have modified source code (only casting parameters in several files).
If you want i send via mail two directories (src and C++BuilderXE2).
:wink:
markus
Senior Boarder
Senior Boarder
Posts: 58
Joined: 17.10.2011, 12:43
Location: Piotrków Trybunalski, Poland

Post by markus »

You know how to make a svn diff file?
It will be better to compare changes.

and you could attach this file here. Posting email in open forum is not best idea - spam bots never sleep;)

Besides - if you made changes in zeos source then it's most probably some delphi issues
not c++ builder
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

markus,

Hey Marek, happy birthday (: !

merovingio,

can you attach your changes?

Michael
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
merovingio
Fresh Boarder
Fresh Boarder
Posts: 24
Joined: 06.11.2011, 16:46
Location: Siracusa (Siclily)

Post by merovingio »

markus
Senior Boarder
Senior Boarder
Posts: 58
Joined: 17.10.2011, 12:43
Location: Piotrków Trybunalski, Poland

Post by markus »

Michael,
thank You very much.
Ps. Congratulations on becoming a dad :)

merovingio,
could You at least give us list of files that You changed?
Please don't expect us to go through all zeos source to find Your few lines.
merovingio
Fresh Boarder
Fresh Boarder
Posts: 24
Joined: 06.11.2011, 16:46
Location: Siracusa (Siclily)

Post by merovingio »

Tomorrow I download original files and find lines modified.
merovingio
Fresh Boarder
Fresh Boarder
Posts: 24
Joined: 06.11.2011, 16:46
Location: Siracusa (Siclily)

Post by merovingio »

Are added to DELPHI projects.
[DCC Fatal Error] ZPlainDbLibDriver.pas(867): F1026 File not found: 'ZPlainDbLibSybaseAse125.dcu'
[DCC Fatal Error] ZPlainDbLibSybaseAse125.pas(60): F1026 File not found: 'ZPlainDbLibDriver.dcu'
[DCC Fatal Error] ZPlainDbLibDriver.pas(867): F1026 File not found: 'ZPlainDbLibMsSql7.dcu'
[DCC Fatal Error] ZDbcDbLib.pas(152): F1026 File not found: 'ZDbcDbLibMsSqlMetadata.dcu'
[DCC Fatal Error] ZDbcDbLibMsSqlMetadata.pas(254): F1026 File not found: 'ZDbcDbLibUtils.dcu'
[DCC Fatal Error] ZPlainOracleDriver.pas(60): F1026 File not found: 'ZPlainOracle9i.dcu'
[DCC Fatal Error] ZSqlStrings.pas(520): F2063 Could not compile used unit 'ZAbstractRODataset.pas'
[DCC Fatal Error] ZDbcDbLib.pas(153): F1026 File not found: 'ZDbcDbLibSybaseMetadata.dcu' This file not is in DBC directory

add below on ZAbstractRODataset
{$IFDEF VER220}
const
BaseFieldTypes: array[TFieldType] of TFieldType = (
ftUnknown, ftString, ftInteger, ftInteger, ftInteger, ftBoolean, ftFloat, // 0..6
ftFloat, ftBCD, ftDateTime, ftDateTime, ftDateTime, ftBytes, ftVarBytes, // 7..13
ftInteger, ftBlob, ftBlob, ftBlob, ftBlob, ftBlob, ftBlob, ftBlob, ftUnknown, // 14..22
ftString, ftWideString, ftLargeInt, ftADT, ftArray, ftReference, ftDataSet, // 23..29
ftBlob, ftBlob, ftVariant, ftInterface, ftInterface, ftString, ftTimeStamp, ftFMTBcd, // 30..37
ftWideString, ftBlob, ftOraTimeStamp, ftOraInterval, //38..41
ftLongWord, ftInteger, ftInteger, ftExtended, ftConnection, ftParams, ftStream, //42..48
ftTimeStampOffset, ftObject, ftSingle); // 49..51
{$ELSE}
{$IFDEF VER230}
const
BaseFieldTypes: array[TFieldType] of TFieldType = (
ftUnknown, ftString, ftSmallint, ftInteger, ftWord, ftBoolean, ftFloat,
ftCurrency, ftBCD, ftDate, ftTime, ftDateTime, ftBytes, ftVarBytes, ftAutoInc,
ftBlob, ftMemo, ftGraphic, ftFmtMemo, ftParadoxOle, ftDBaseOle, ftTypedBinary,
ftCursor, ftFixedChar, ftWideString, ftLargeint, ftADT, ftArray, ftReference,
ftDataSet, ftOraBlob, ftOraClob, ftVariant, ftInterface, ftIDispatch, ftGuid,
ftTimeStamp, ftFMTBcd, ftFixedWideChar, ftWideMemo, ftOraTimeStamp, ftOraInterval,
ftLongWord, ftShortint, ftByte, ftExtended, ftConnection, ftParams, ftStream,
ftTimeStampOffset, ftObject, ftSingle );
{$ELSE}

this file not found in "components dir"
[DCC Fatal Error] ZAbstractRODataset.pas(65): F1026 File not found: 'ZAbstractConnection.dcu'
[DCC Fatal Error] ZAbstractConnection.pas(89): F1026 File not found: 'ZDbcPooled.dcu' add at ZDBC160
merovingio
Fresh Boarder
Fresh Boarder
Posts: 24
Joined: 06.11.2011, 16:46
Location: Siracusa (Siclily)

Post by merovingio »

... add next days other.
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

markus,

thank you, Marek.

merovingio,

be sure you use the latest SVN. It would be very helpfull for all CXE2 up users to get updated files. Looking forward for you updated files.

Michael
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
merovingio
Fresh Boarder
Fresh Boarder
Posts: 24
Joined: 06.11.2011, 16:46
Location: Siracusa (Siclily)

Thanks!

Post by merovingio »

Thanks all!
Locked