[fpc-pascal] Test

2022-11-05 Thread Dimitrios Chr. Ioannidis via fpc-pascal
Test, please ignore . regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Calculating CRC16?

2022-10-25 Thread Dimitrios Chr. Ioannidis via fpc-pascal
Hi, On 2022-10-25 09:30, Bo Berglund via fpc-pascal wrote: < snip > Anyone able to help with FPC implementation? Take a look here, https://forum.lazarus.freepascal.org/index.php?topic=54791.0 regards, -- Dimitrios Chr. Ioannidis ___ fpc-

Re: [fpc-pascal] FPConnect Timeout

2022-06-08 Thread Dimitrios Chr. Ioannidis via fpc-pascal
} end; Modbus.Device[Device_Number].TCP_Socket.Disconnect; Modbus.Device[Device_Number].TCP_Socket.Free; You could check the TInetSocket examples at https://gitlab.com/freepascal.org/fpc/source/-/tree/main/packages/fcl-net/examples ... regards, -- Dimitrios Chr. Ioa

Re: [fpc-pascal] FPConnect Timeout

2022-06-08 Thread Dimitrios Chr. Ioannidis via fpc-pascal
( this is what fphttpclient uses ) overloaded constructor with the aConnectTimeout parameter or if you want you can use the ConnectTimeout property before connect and you're ready to go ... regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist

Re: [fpc-pascal] freepascal.org SSL_ERROR_BAD_CERT_DOMAIN

2022-01-05 Thread Dimitrios Chr. Ioannidis via fpc-pascal
Hi, On 2022-01-05 12:05, Michael Van Canneyt via fpc-pascal wrote: On Wed, 5 Jan 2022, Dimitrios Chr. Ioannidis via fpc-pascal wrote: < snip > AFAIK, let's encrypt support's wildcard certificates from 2018. I don't know if anything is changed. I have made some changes, hopeful

Re: [fpc-pascal] freepascal.org SSL_ERROR_BAD_CERT_DOMAIN

2022-01-05 Thread Dimitrios Chr. Ioannidis via fpc-pascal
Hi, On 2022-01-05 11:09, Dmitry Boyarintsev via fpc-pascal wrote: On Wed, Jan 5, 2022 at 2:49 AM Dimitrios Chr. Ioannidis via fpc-pascal wrote: the certificate issued for www.freepascal.org [1] and not for freepascal.org [2] . It seems that the let's encrypt script was run with -d

Re: [fpc-pascal] freepascal.org SSL_ERROR_BAD_CERT_DOMAIN

2022-01-05 Thread Dimitrios Chr. Ioannidis via fpc-pascal
Hi, On 2022-01-05 11:15, Mattias Gaertner via fpc-pascal wrote: On Wed, 5 Jan 2022 09:40:49 +0200 "Dimitrios Chr. Ioannidis via fpc-pascal" wrote: Hi, Στις 5/1/2022 2:00 π.μ., ο/η Rainer Stratmann via fpc-pascal έγραψε: > https://freepascal.org/ the certi

Re: [fpc-pascal] freepascal.org SSL_ERROR_BAD_CERT_DOMAIN

2022-01-04 Thread Dimitrios Chr. Ioannidis via fpc-pascal
://www.hardenize.com/report/freepascal.org/1641368056 . regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Pascal Ardiono (avr) library

2021-04-03 Thread Dimitrios Chr. Ioannidis via fpc-pascal
or AVR.   One question off topic, can anyone register and use the gitlab scm server ( gitlab.freepascal.org ) ? Is it open for Free Pascal / Lazarus projects ? regards, -- Dimitrios chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepasc

Re: [fpc-pascal] Best practice porting a Windows service application to Linux?

2020-04-21 Thread Dimitrios Chr. Ioannidis via fpc-pascal
oint here   Sleep(2000); {$ENDIF} .. ##### -- Dimitrios Chr. Ioannidis <> ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] test plz ignore

2020-02-04 Thread Dimitrios Chr. Ioannidis via fpc-pascal
test plz ignore ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] USB Human Interface Devices

2019-07-26 Thread Dimitrios Chr. Ioannidis via fpc-pascal
on't see any dependency for Lazarus in the usbcontroller.pas which is, AFAIU, the main unit. If you're not in a hurry, I could try to make a simple console demo this weekend. regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist -

Re: [fpc-pascal] USB Human Interface Devices

2019-07-25 Thread Dimitrios Chr. Ioannidis via fpc-pascal
and linux ) . https://github.com/LongDirtyAnimAlf/FPC-USB-HID. regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] Forum down ?

2019-06-25 Thread Dimitrios Chr. Ioannidis via fpc-pascal
Hi, I just tried to connect to https://forum.lazarus.freepascal.org/ and I got : "Sorry, SMF was unable to connect to the database. This may be caused by the server being busy. Please try again later. " Is it under maintenance ? regards, -- Dimitrios Chr.

[fpc-pascal] ENC28J60 Ethernet Controller AVR/ARM Driver

2019-06-01 Thread Dimitrios Chr. Ioannidis via fpc-pascal
re SendStringLn(s: ShortString = ''); And of course anyone who wants to help is welcome . regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] AVR GetMem/AllocMem

2019-01-26 Thread Dimitrios Chr. Ioannidis via fpc-pascal
Hi, Στις 26/1/2019 12:40 μ.μ., ο Michael Ring έγραψε: Did you include the HeapMgr unit? This unit enables heap memory allocation for arm+pic cpu's, hopefully it also works for avr. Am 26.01.19 um 10:29 schrieb Dimitrios Chr. Ioannidis via fpc-pascal: Hi,   AFAIU dynamic allocation

[fpc-pascal] AVR GetMem/AllocMem

2019-01-26 Thread Dimitrios Chr. Ioannidis via fpc-pascal
for the ethernet packet buffer ). regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Building FPC from sources on Linux Mint 19, make clean errors out

2018-11-05 Thread Dimitrios Chr. Ioannidis via fpc-pascal
clean FPC=\ppc executable you'll use. PS: AFAIK, you need to use the previous version official compiler to build the sources. Meaning for 3.0.4 sources you'll need 3.0.2 and not 3.0.0. At least this is what I do to avoid to use the override directive. regards, -- Dimitrios Chr. Ioannidis

Re: [fpc-pascal] fphttclient, no way to specify a connect timeout

2018-02-24 Thread Dimitrios Chr. Ioannidis via fpc-pascal
ketError.Create(seConnectFailed, [Format('%s:%d',[FHost, FPort])]); end; regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] fphttclient, no way to specify a connect timeout

2018-02-24 Thread Dimitrios Chr. Ioannidis via fpc-pascal
Hi, On 2018-02-24 03:42, Luca Olivetti wrote: El 23/02/18 a les 22:57, Dimitrios Chr. Ioannidis via fpc-pascal ha escrit: Hi Στις 23/2/2018 11:14 μμ, ο Luca Olivetti έγραψε: The TFPCustomHTTPClient calls TInetSocket.Create constructor which it calls the inherited constructor from

Re: [fpc-pascal] fphttclient, no way to specify a connect timeout

2018-02-23 Thread Dimitrios Chr. Ioannidis via fpc-pascal
FIOTimeout field again for the receive timeout . AFAIK I'm sure Michael will solved it in a more elegant way than my 30 min code review Just try it and tell me if it works. regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist -

Re: [fpc-pascal] fphttclient, no way to specify a connect timeout

2018-02-23 Thread Dimitrios Chr. Ioannidis via fpc-pascal
Hi, Στις 23/2/2018 8:24 μμ, ο Luca Olivetti έγραψε: El 23/02/18 a les 18:51, Dimitrios Chr. Ioannidis via fpc-pascal ha escrit:    copy the ssockets.pp from \packages\fcl-net\src dir to your project dir and add the following line SetIOTimeout(FIOTimeout); to Procedure

Re: [fpc-pascal] fphttclient, no way to specify a connect timeout

2018-02-23 Thread Dimitrios Chr. Ioannidis via fpc-pascal
Host, FPort])]); end; It works for me regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] GDBServer

2017-06-01 Thread Dimitrios Chr. Ioannidis via fpc-pascal
Hi, Στις 2017-06-01 18:14, Sven Barth via fpc-pascal έγραψε: Am 01.06.2017 16:49 schrieb "Dimitrios Chr. Ioannidis via fpc-pascal" <fpc-pascal@lists.freepascal.org>: > > Hi, > >   I'm trying to "convince" gdbserver ( not gdb ) to attach to a windows s

[fpc-pascal] GDBServer

2017-06-01 Thread Dimitrios Chr. Ioannidis via fpc-pascal
Hi, I'm trying to "convince" gdbserver ( not gdb ) to attach to a windows service, but I'm always get the "Attach to process failed (error 5): Access is denied. " . Did anyone succeed to use gdbserver ( not gdb ) to attach a window service ? regards, -- Dimi

[fpc-pascal] Network compression

2017-05-23 Thread Dimitrios Chr. Ioannidis via fpc-pascal
decompressed it and write it to disk, "repeat until done" . I've searched but I didn't find any example on how to compress / decompress in blocks . Any hints ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist -

Re: [fpc-pascal] Threading vs Parallelism ?

2017-03-29 Thread Dimitrios Chr. Ioannidis via fpc-pascal
true simultaneous execution ) in a single process without using ( OS dependent ) threads can be achieved ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listin

Re: [fpc-pascal] Threading vs Parallelism ?

2017-03-29 Thread Dimitrios Chr. Ioannidis via fpc-pascal
ading/Concurrency vs. Parallelism" is the following : http://tutorials.jenkov.com/java-concurrency/concurrency-vs-parallelism.html and I tried the multithreadprocslaz package in Lazarus : http://wiki.freepascal.org/Parallel_procedures Happy coding Regards, -- Dimitrios Chr.

[fpc-pascal] CoAP Implementation

2016-12-20 Thread Dimitrios Chr. Ioannidis
Hi all, does anyone know if an implementation of RFC 7252 Constrained Application Protocol a.k.a CoAP exists for object pascal ? I searched but didn't find any . regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal

[fpc-pascal] Indy bug reporting

2016-12-15 Thread Dimitrios Chr. Ioannidis
Hi,     can't find what is the proper way to report a bug and possible a patch reg. indy and fpc . Does anyone know ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org

[fpc-pascal] Vehicle Routing Problem with Time Windows

2016-07-22 Thread Dimitrios Chr. Ioannidis
Hi, does anyone knows any object pascal or c ( not c++, java, lisp ... ) library that can solve the Vehicle Routing Problem with Time Windows, open source or not ? Searched but couldn't find any ... regards, -- Dimitrios Chr. Ioannidis

Re: [fpc-pascal] Access C++ APIs

2016-06-29 Thread Dimitrios Chr. Ioannidis
k at http://firebirdsql.org/file/documentation/release_notes/Firebird-3.0.0-ReleaseNotes.pdf#page=37=auto,54,730.289 regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/li

Re: [fpc-pascal] which "managed" result types require extra work?

2016-06-26 Thread Dimitrios Chr. Ioannidis
On 27/6/2016 3:55 πμ, David Emerson wrote: Okay, making a new thread here, to ask one question: Which types do we need to initialize to null/nil/zero/'' when they are a function result? - dynamic arrays - ansistring - unicodestring - string, with {$H+} (but not string[length]) - records

Re: [fpc-pascal] reference-counted function results not initialized to nil

2016-06-26 Thread Dimitrios Chr. Ioannidis
different? as Barry Kelly pointed out there http://stackoverflow.com/questions/861045/which-variables-are-initialized-when-in-delphi/861178#861178, initialization differs on what mechanism was used to allocate memory . AFAIU, "initialized" <> "zero-filled" . r

[fpc-pascal] Need help with a backtrace from fpc 2.6.4

2016-06-17 Thread Dimitrios Chr. Ioannidis
table info available. #13 0x in ?? () No symbol table info available. (gdb) Any hint ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc

Re: [fpc-pascal] firebird UDF

2016-06-12 Thread Dimitrios Chr. Ioannidis
passwords in a firebirdsql's table . regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC releases for Win64 - 2.6.2 & 2.6.4 versus 3.0.0

2016-04-07 Thread Dimitrios Chr. Ioannidis
eforge.net/packages/file.htm http://superuser.com/questions/103071/quick-way-to-tell-if-an-installed-application-is-64-bit-or-32-bit regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.o

Re: [fpc-pascal] RTLeventWaitFor Timeout

2015-05-19 Thread Dimitrios Chr. Ioannidis
On 19-05-2015 12:31, Michael Van Canneyt wrote: On Tue, 19 May 2015, Dimitrios Chr. Ioannidis wrote: Hi all, As I read that the TEvent is using obsolete functions I switched to RTLEvent. Now the RTLeventWaitFor has a TimeOut parameter declared as longint but in synobjs the INFINITE

[fpc-pascal] RTLeventWaitFor Timeout

2015-05-19 Thread Dimitrios Chr. Ioannidis
, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] Re Raise Exception

2015-03-30 Thread Dimitrios Chr. Ioannidis
fixes_2_6 ) and 3.0.1 ( from fixes_3.0 ) with Lazarus 1.2.7 ( fixes_1_2 ) and 14RC3 ( fixes_1.4 ), so I can use any solution with any fpc/lazarus combination except trunk. Regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal

[fpc-pascal] FPHTTPClient DNS Round Robin

2014-07-29 Thread Dimitrios Chr. Ioannidis
to connect one by one until the end of the list before return error ? regards, -- Dimitrios Chr. Ioannidis smime.p7s Description: Κρυπτογραφημένη υπογραφή S/MIME ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org

Re: [fpc-pascal] FCGI TRequest URI

2014-06-06 Thread Dimitrios Chr. Ioannidis
problem is that, i'm using my fcgi app as an external cgi server, and in this case the URI property is empty string. Investigating the fcgi protocol i see the REQUEST_URI param and i can confirm that it exists in the FCGIParams list. Do i miss something ? regards, -- Dimitrios Chr. Ioannidis

[fpc-pascal] WST SOAP HTTP CONTENT TYPE

2014-06-03 Thread Dimitrios Chr. Ioannidis
sSOAP_CONTENT_TYPE in base_soap_formatter.pas to sSOAP_CONTENT_TYPE = 'text/xml; charset=UTF-8', and all is working fine. I don't know if this is a bug or not. -- Dimitrios Chr. Ioannidis smime.p7s Description: Κρυπτογραφημένη υπογραφή S/MIME

Re: [fpc-pascal] (no subject)

2014-06-03 Thread Dimitrios Chr. Ioannidis
Hi, Στις 3/6/2014 1:20 μμ, ο/η Reinier Olislagers έγραψε: On 03/06/2014 12:17, Dimitrios Chr. Ioannidis wrote: FYI, in a wst soap client talking to a .net web service i find out, that for SOAP calls, if the CONTENT-TYPE http header ( i'm using fpc-http-protocol ) doesn't have the 'text/xml

[fpc-pascal] FCGI TRequest URI

2014-05-30 Thread Dimitrios Chr. Ioannidis
-app.fcgi and when i'm trying to get the uri with something like ARequest.URI it's always empty. The BaseURL, Host etc are ok. Any hints ? I'm using fpc 2.6.5 ( latest fixes branch ) and apache from debian wheezy ( 2.2.2 i think ). regards, -- Dimitrios Chr. Ioannidis smime.p7s Description

Re: [fpc-pascal] FCGI TRequest URI

2014-05-30 Thread Dimitrios Chr. Ioannidis
Hi, Στις 30/5/2014 12:57 μμ, ο/η Michael Van Canneyt έγραψε: On Fri, 30 May 2014, Dimitrios Chr. Ioannidis wrote: snip and when i'm trying to get the uri with something like ARequest.URI it's always empty. The BaseURL, Host etc are ok. Any hints ? Nope. Seems like something that needs

[fpc-pascal] WST ERangeError RunError(201)

2014-05-30 Thread Dimitrios Chr. Ioannidis
/custweb.pp:646 #11 RUN(0x77f8a0c0) at src/custapp.pp:286 #12 main at prjLoyaltyfcgi.lpr:13 regards, -- Dimitrios Chr. Ioannidis smime.p7s Description: Κρυπτογραφημένη υπογραφή S/MIME ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http

Re: [fpc-pascal] Web Service Toolkit (WST) release 0.6

2014-05-09 Thread Dimitrios Chr. Ioannidis
Hi, Στις 9/5/2014 3:02 πμ, ο/η Inoussa OUEDRAOGO έγραψε: Hello, I am glad to announce the 0.6 release of the Web Service Toolkit. thank you very much for sucha great tool kit. PS: Could you plz create a 0.6 tag in the subversion repo ? regards, -- Dimitrios Chr. Ioannidis smime.p7s

[fpc-pascal] FCGI MultiThreaded

2014-05-02 Thread Dimitrios Chr. Ioannidis
Hi, does anyone know if the TCustomFCgiApplication is multithreaded ? Regards, -- Dimitrios Chr. Ioannidis smime.p7s Description: Κρυπτογραφημένη υπογραφή S/MIME ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http

Re: [fpc-pascal] FCGI MultiThreaded

2014-05-02 Thread Dimitrios Chr. Ioannidis
Ηι, Στις 2/5/2014 12:05 μμ, ο/η Michael Van Canneyt έγραψε:. On Fri, 2 May 2014, Dimitrios Chr. Ioannidis wrote: Hi, does anyone know if the TCustomFCgiApplication is multithreaded ? No, it is not. It's on my todo list, but has low priority. I'll try to see if i can help, do you have

Re: [fpc-pascal] https support; call for testers

2014-04-11 Thread Dimitrios Chr. Ioannidis
(@buffer)); at line 417 in sslsockets i assume is a leftover from debugging ? regards, -- Dimitrios Chr. Ioannidis smime.p7s Description: Κρυπτογραφημένη υπογραφή S/MIME ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http

[fpc-pascal] cthreads and cSemaphoreTimedWait

2014-02-11 Thread Dimitrios Chr. Ioannidis
existed code to port and it uses semaphores. I would like to avoid change it too much. regards, -- Dimitrios Chr. Ioannidis http://www.nephelae.eu signature.asc Description: This is a digitally signed message part ___ fpc-pascal maillist - fpc-pascal

Re: [fpc-pascal] TSQLQuery UniDirectional and SaveToStream

2014-02-06 Thread Dimitrios Chr. Ioannidis
Hi, Στις 6/2/2014 9:10 πμ, ο/η LacaK έγραψε: Dimitrios Chr. Ioannidis wrote / napísal(a): The problem i'm having is that i can't use UniDirectional and SaveToStream at the same time ( getting DataBaseError(SUniDirectional) ) and for big datasets the memory goes . So, does anyone have

Re: [fpc-pascal] TSQLQuery UniDirectional and SaveToStream

2014-02-06 Thread Dimitrios Chr. Ioannidis
Hi, Στις 6/2/2014 9:10 πμ, ο/η LacaK έγραψε: Dimitrios Chr. Ioannidis wrote / napísal(a): Hi all, i will appreciate a little help / advice / anything for the following problem i'm having. I need to use the xmldatapacketreader to transfer datasets between free pascal and delphi

[fpc-pascal] TSQLQuery UniDirectional and SaveToStream

2014-02-04 Thread Dimitrios Chr. Ioannidis
( getting DataBaseError(SUniDirectional) ) and for big datasets the memory goes . So, does anyone have any idea how to use xmldatapacketreader ( which implies SaveToStream ) and UniDirectional ? Best Regards, -- Dimitrios Chr. Ioannidis ___ fpc

Re: [fpc-pascal] DefaultFormatSettings usage

2014-02-04 Thread Dimitrios Chr. Ioannidis
it as you like pass that to the StrToDate leaving the DefaultFormatSettings. Regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] OpenStack Bindings

2013-12-02 Thread Dimitrios Chr. Ioannidis
Hi all, i searched a little and i didn't find anything, so does anyone know if there is openstack bindings for fpc ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org

[fpc-pascal] UPnP Component

2013-11-11 Thread Dimitrios Chr. Ioannidis
i start, does anyone know any previous components / libraries that i didn't find so i don't do duplicate work ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman

Re: [fpc-pascal] For Dimitrios Chr. Ioannidis: no fpc 2.6.1 seg fault loading dblib

2012-10-14 Thread Dimitrios Chr. Ioannidis
to behave like this in a newer version. I frequently recompile ( 1 - 2 times a month ) fpc fixes_2_6 and lazarus fixes_1_0 and didn't had any problem earlier. Anyway, thx for the help. regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc

Re: [fpc-pascal] For Dimitrios Chr. Ioannidis: no fpc 2.6.1 seg fault loading dblib

2012-10-13 Thread Dimitrios Chr. Ioannidis
from contrib site; md5s: 1e2159d07b938524a4a27661b7aead51 *dblib.dll fd1dc6c680299a2ed1eedcc3eabda601 *libiconv2.dll snip Perhaps you can run pasql against your server and see what happens? Ok, I'll do that today and get reply here. Thx, for the response. -- Dimitrios Chr. Ioannidis

[fpc-pascal] [OT] GPL Lisence help

2012-07-27 Thread Dimitrios Chr. Ioannidis
, because the structure is modular, i want the possibility, to be used by anyone in commercial applications. Can anyone give a hint and/or a suggestion ? Regards, -- Dimitrios Chr. Ioannidis Nephelae - http://www.nephelae.eu ___ fpc-pascal maillist - fpc

[fpc-pascal] [OFF-TOPIC] Nephelae open source small business software

2011-12-29 Thread Dimitrios Chr. Ioannidis
it will be written in free pascal and lazarus, and one of the reasons behind this move is to stress those tools as far as we can. If you want to participate you are more than welcome, send me a personal email. Plz, do not reply to the list. regards, -- Dimitrios Chr. Ioannidis

Re: [fpc-pascal] Why is Random(255) some 529x slower compared to Delphi 7?

2011-12-08 Thread Dimitrios Chr. Ioannidis
and the state of mind to read and study all the fpc sources. In the end IMO don't change the Random implementation just documented it. regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org

Re: [fpc-pascal] Re: Why is Random(255) some 529x slower compared to Delphi7?

2011-12-08 Thread Dimitrios Chr. Ioannidis
penalty makes the current Random() implementation unsuitable and unusable. it's unusable by you. I can live currently with the current implementation or with any implementation you or someone else do. IMHO, Much adoe about nothing regards, -- Dimitrios Chr. Ioannidis

[fpc-pascal] CGI JSON RPC

2011-11-30 Thread Dimitrios Chr. Ioannidis
?action=dispatch'); Nothing worked ... Can someone give me a hint ? PS: I attached the JsonRpcClient.php ... regards, -- Dimitrios Chr. Ioannidis uri = $uri; } private function generateId() { $chars = array_merge(range('A', 'Z'), range('a', 'z'), range(0, 9)); $id

[fpc-pascal] FCL Web Combined Demo

2011-11-21 Thread Dimitrios Chr. Ioannidis
Hi all, i wanted to check the combined demo so i set it up to my server at http://demo.artesoft.gr/combined . As i'm newbie to javascript can someone check to see why doesn't work with IE ? With Firefox, Chrome, Safari worked. regards, -- Dimitrios Chr. Ioannidis

Re: [fpc-pascal] FCL Web Combined Demo

2011-11-21 Thread Dimitrios Chr. Ioannidis
. I fixed the script and it worked. regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FCL Web Combined Demo

2011-11-21 Thread Dimitrios Chr. Ioannidis
Hi again, in one hour that page had 56 hits !!! I'm thinking that there is a need the fcl-web examples to be live. The next days i'll setup as much of the examples as i can. Mean while you can test ( insert/delete/update ) as much as you want. regards, -- Dimitrios Chr. Ioannidis

Re: [fpc-pascal] FCL Web Combined Demo

2011-11-21 Thread Dimitrios Chr. Ioannidis
On 21/11/2011 2:37 μμ, michael.vancann...@wisa.be wrote: On Mon, 21 Nov 2011, Dimitrios Chr. Ioannidis wrote: On 21/11/2011 1:28 μμ, michael.vancann...@wisa.be wrote: IE has a bug that causes it to report an error if the last element in an array or object is empty. (it is explicitly

Re: [fpc-pascal] FCL Web Combined Demo

2011-11-21 Thread Dimitrios Chr. Ioannidis
. It uses the ExtJs 3.x version series not the 4.x . regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] GDB for 64 bit Windows ?

2009-11-10 Thread Dimitrios Chr. Ioannidis
must use the windows debugging tools ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Info for building FPC ...

2009-01-29 Thread Dimitrios Chr. Ioannidis
/ compile fpc from sources in windows ? PS: I don't want just to use the tools / utils from the fpc packages. I want to know how to produce / find them. regards, -- Dimitrios Chr. Ioannidis No virus found in this outgoing message. Checked by AVG - http://www.avg.com Version: 8.0.176 / Virus

[fpc-pascal] Embarcadero/CodeGear officialy interested in Firebird and on native versions of Delphi for other operating systems ...

2008-12-06 Thread Dimitrios Chr. Ioannidis
Hi all, something i just read at http://www.firebirdnews.org and in Marco Cantu's blog ( http://blog.marcocantu.com/blog/coderage_2008_closing.html ) regards, -- Dimitrios Chr. Ioannidis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] ibase60.inc

2008-09-06 Thread Dimitrios Chr. Ioannidis
On Sep 4, 2008, at 5:03 PM, Marco van de Voort wrote:In our previous episode, Dimitrios Chr. Ioannidis said: is it possible someone to add support for OS X in ibase60.inc ? Firebird for OS X is working fine for quite some time now.This can be done. Are you sure that gds and fbembed really

[fpc-pascal] ibase60.inc

2008-09-04 Thread Dimitrios Chr. Ioannidis
= 'libfbclient.dylib'; fbembedlib = 'libfbclient.dylib'; {$ELSE} const gdslib = 'libgds.so'; fbclib = 'libfbclient.so'; fbembedlib = 'libfbembed.so'; {$ENDIF} {$ENDIF} Comments ? Regards, -- Dimitrios Chr. Ioannidis

Re: [fpc-pascal] ibase60.inc

2008-09-04 Thread Dimitrios Chr. Ioannidis
On Sep 4, 2008, at 5:03 PM, Marco van de Voort wrote: In our previous episode, Dimitrios Chr. Ioannidis said: is it possible someone to add support for OS X in ibase60.inc ? Firebird for OS X is working fine for quite some time now. This can be done. Are you sure that gds and fbembed