HI all!
I work to adapt XE4 projects to XE5.
but when I rename project ZCore180.bpl in ZCore190.bpl is changed in ZCore190180.bpl.
How can to do?
Thanks.
Search found 24 matches
- 16.10.2013, 10:52
- Forum: ZeosLib 7.0 Stable Forum
- Topic: have any new version for XE5?
- Replies: 12
- Views: 4848
- 05.09.2012, 07:48
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] ZeosLib7 rev1684 warning fix
- Replies: 20
- Views: 2586
- 05.09.2012, 07:43
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Project update.
- Replies: 4
- Views: 897
Delphi XE2 project debug
XE2 ZEODBO projects are inclompleted. I have add several files at several projects. [DCC Fatal Error] ZAbstractConnection.pas(64): F1026 File not found: 'ZDbcAdo.dcu' [DCC Fatal Error] ZDbcAdo.pas(62): F1026 File not found: 'ZPlainAdoDriver.dcu' [DCC Fatal Error] ZDbcAdo.pas(62): F1026 File not foun...
- 04.09.2012, 21:26
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] ZeosLib7 rev1684 warning fix
- Replies: 20
- Views: 2586
I try
I try... thanks!
- 03.09.2012, 16:50
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] ZeosLib7 rev1684 warning fix
- Replies: 20
- Views: 2586
- 03.09.2012, 16:43
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] ZeosLib7 rev1684 warning fix
- Replies: 20
- Views: 2586
- 03.09.2012, 16:21
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] ZeosLib7 rev1684 warning fix
- Replies: 20
- Views: 2586
[DCC Hint] ZConnectionGroup.pas(131): H2164 Variable 'Curren
procedure TZConnectionGroup.Change; var i:Integer; // Current: TZConnectionGroupLink; I have only commented. begin if Assigned(FOnChange) then begin FOnChange(Self); end; if FClients <> nil then for I := 0 to FClients.Count - 1 do TZConnectionGroupLink(FClients ).Change; end;
- 28.08.2012, 14:40
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Project update.
- Replies: 4
- Views: 897
Thanks EgonHugeist!
Thanks EgonHugeist!
I am a preistoric animal (work only in C) ad I am old...
I speak only italian and I have very difficult to write other languages.
I am a preistoric animal (work only in C) ad I am old...
I speak only italian and I have very difficult to write other languages.
- 27.08.2012, 11:11
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Project update.
- Replies: 4
- Views: 897
Project update.
Hi! I have modified projects build paths from "build" to "$(PackagesPath)build". and add in "Tools->Options->Environment Options->Environment Variables" PackagesPath=\packages\ using PackagesPath is to easy to embedded all "Z" projects. Question: exist Italian...
- 25.08.2012, 21:10
- Forum: ZeosLib 7.0 Beta Forum
- Topic: I Search ZeosLib C++Builder user
- Replies: 13
- Views: 2325
Thanks!
Thanks all!
- 25.08.2012, 14:12
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [solved] Where is mistake?
- Replies: 8
- Views: 1243
view your zeos application
Hi! EgonHugeist... have you on youtube your zeos application?
- 22.08.2012, 10:01
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [solved] Where is mistake?
- Replies: 8
- Views: 1243
The probles is in table format.
Thanks for your help.
Today, changed type from InnoDB to MyIsam.
Using same application the update table is in realtime!!!
Strange!
Today, changed type from InnoDB to MyIsam.
Using same application the update table is in realtime!!!
Strange!
- 21.08.2012, 17:27
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [solved] Where is mistake?
- Replies: 8
- Views: 1243
Solution found.
I've solved the problem.
It is because mysql server delay tables updates.
Returning home I found update tables with right values...
after several minutes from append queries.
It is because mysql server delay tables updates.
Returning home I found update tables with right values...
after several minutes from append queries.
- 21.08.2012, 15:14
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [solved] Where is mistake?
- Replies: 8
- Views: 1243
- 21.08.2012, 14:36
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [solved] Where is mistake?
- Replies: 8
- Views: 1243
[solved] Where is mistake?
Hi! i have execute query AnsiString qry = "insert into cases (id_user,rts,id_host,id_manager) "; qry+= "values (:idu,:rts,:idh,:idm)"; datam->zQuery->Active = false; datam->zQuery->SQL->Text = qry; datam->zQuery->Prepare(); datam->zQuery->ParamByName("idu")->AsInteger =...