Questions tagged as 'delphi-2007'

2
answers

Thread size defined by code

I have a system that at times gets to use more than a thousand concurrent threads and unfortunately needs to run in 32-bit environment . By default , Delphi allocates 1kb for each new thread , which in a strong> becomes unfeasible for...
asked by 18.03.2014 / 13:32
1
answer

HTTPS POST not working in Delphi

I have a project where I need to make post requests to a webservice that works with HTTPS, but when I try to make the post in Indy 10 using Delphi 2007 it throws an exception saying that it was not possible to load the SSL libraries, but I have...
asked by 27.10.2015 / 13:09
1
answer

Is there a way to generate release versions in the old Delphis directly by IDE?

In newer versions of Delphi we can easily generate a version of the executable for distribution just by performing the compilation by Release . This removes several useful points for the debugger and leaves the executable smaller. Is th...
asked by 29.03.2014 / 00:55