Search found 7 matches
- 01.08.2013, 10:19
- Forum: ZeosLib 7.0 Stable Forum
- Topic: ZEOS 7.1.0-alpha, ParamByName, SIGSEGV Exception, FPC
- Replies: 15
- Views: 5519
Addendum: When assigning a string value to a normal variant, no exceptions arise. Example: Var S: String; V: Variant; Begin S := 'Hans'; V := S; End; Furthermore, the exceptions become more frequent, if the TZQuery is active during the assining: Sample_Q.Active := TRUE; Sample_Q.Params.ParamByName (...
- 30.07.2013, 08:55
- Forum: ZeosLib 7.0 Stable Forum
- Topic: ZEOS 7.1.0-alpha, ParamByName, SIGSEGV Exception, FPC
- Replies: 15
- Views: 5519
Addendum: After installing the files from /testing-7.1/src, the exceptions become less frequent, but I still get some exceptions by assigning a string to ParamByName. Furthermore, when assigning other datatypes like Int64 or TDate to ParamByName, exceptions arrise also sporadicly. The problem can be...
- 26.07.2013, 13:56
- Forum: ZeosLib 7.0 Stable Forum
- Topic: ZEOS 7.1.0-alpha, ParamByName, SIGSEGV Exception, FPC
- Replies: 15
- Views: 5519
- 26.07.2013, 13:46
- Forum: ZeosLib 7.0 Stable Forum
- Topic: ZEOS 7.1.0-alpha, ParamByName, SIGSEGV Exception, FPC
- Replies: 15
- Views: 5519
- 26.07.2013, 12:50
- Forum: ZeosLib 7.0 Stable Forum
- Topic: ZEOS 7.1.0-alpha, ParamByName, SIGSEGV Exception, FPC
- Replies: 15
- Views: 5519
- 26.07.2013, 12:24
- Forum: ZeosLib 7.0 Stable Forum
- Topic: ZEOS 7.1.0-alpha, ParamByName, SIGSEGV Exception, FPC
- Replies: 15
- Views: 5519
Michael, Thanks for the quick reply, I am aware that working with the stable version would be a good idea. But since I decided to work with Codetyphon, I like to stay with the component versions they deliver. If I would install different component versions, I will always have to assemble the compone...
- 26.07.2013, 11:00
- Forum: ZeosLib 7.0 Stable Forum
- Topic: ZEOS 7.1.0-alpha, ParamByName, SIGSEGV Exception, FPC
- Replies: 15
- Views: 5519
ZEOS 7.1.0-alpha, ParamByName, SIGSEGV Exception, FPC
Since I had a hard time to figure out the following problem, I would like to give a short description of the problem and its solution for other programming fellows. Enviroment: ************ - ZEOS 7.1.0-alfa - Codetyphon 4.4 - 64 Bit - fpc 2.7.1 - 64 Bit - Kubuntu 13.04 - 64 Bit - Database POSTGRESQ...