Re: [MSEide-MSEgui-talk] Splitting OpenSSL bindings @IvankoB

2012-04-13 Thread Martin Schreiber
On Friday 13 April 2012 14:08:19 IvankoB wrote: > > others are not. >What is the criterium? > > They provide dependencies of other "ifdefs" or common dependencies > For which library versions did you provide the bindings? I get "Function not found" errors. Martin

Re: [MSEide-MSEgui-talk] Bug in msebufdataset.pas

2012-04-13 Thread Sieghard
Hallo Martin, Du schriebst am Fri, 13 Apr 2012 08:10:15 +0200: > > That's nonsense. Implemented correctly, _any_ index base gives identical > > speed - you _don't_ implement it using offset calculation from the first ... > You probably should have a look into the disassembler listings of your >

Re: [MSEide-MSEgui-talk] some type of memory error

2012-04-13 Thread Martin Schreiber
On Friday 13 April 2012 15:16:51 Patrick Goupell wrote: > The msegui (www.msegui.org) download page links to the sourceforge page > (http://mseide-msegui.sourceforge.net). > The binaries and release packages are hosted on SourceForge. The git source tree is hosted on Gitorious. On SourceForge ther

Re: [MSEide-MSEgui-talk] some type of memory error

2012-04-13 Thread Patrick Goupell
The msegui (www.msegui.org) download page links to the sourceforge page (http://mseide-msegui.sourceforge.net). The sourceforge page list a lot of different information as well as both the gitorious and sourceforge sources. Is the sourceforge.net page yours? It was last updated on 4/1/2012. I

Re: [MSEide-MSEgui-talk] some type of memory error

2012-04-13 Thread Martin Schreiber
On Friday 13 April 2012 14:32:49 Patrick Goupell wrote: > Actually, I now remember that I link to the git page at sourceforge.net > > http://mseide-msegui.sourceforge.net/ > > So it might be useful to put the git clone and git pull command examples > there. > > git clone git://gitorious.org/mseide-

Re: [MSEide-MSEgui-talk] some type of memory error

2012-04-13 Thread Patrick Goupell
Actually, I now remember that I link to the git page at sourceforge.net http://mseide-msegui.sourceforge.net/ So it might be useful to put the git clone and git pull command examples there. git clone git://gitorious.org/mseide-msegui/mseide-msegui.git "/path/to/my/local/directory" and likewi

Re: [MSEide-MSEgui-talk] some type of memory error

2012-04-13 Thread Martin Schreiber
On Friday 13 April 2012 14:06:05 Patrick Goupell wrote: > I got the source by downloading the git tarball. > > But yes, if you give me the git command I will put it on the website > with the git download info. The next time I need it I will know where > to look for it. The first time: " git clone

Re: [MSEide-MSEgui-talk] Splitting OpenSSL bindings @IvankoB

2012-04-13 Thread IvankoB
> others are not. >What is the criterium? > They provide dependencies of other "ifdefs" or common dependencies -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your A

Re: [MSEide-MSEgui-talk] some type of memory error

2012-04-13 Thread Patrick Goupell
I got the source by downloading the git tarball. But yes, if you give me the git command I will put it on the website with the git download info. The next time I need it I will know where to look for it. -- Patrick Goupell Income taxes? See this http://www.truthattack.org or this http://w

Re: [MSEide-MSEgui-talk] Splitting OpenSSL bindings @IvankoB

2012-04-13 Thread Martin Schreiber
On Friday 13 April 2012 12:05:35 IvankoB wrote: > > I'd like to split the mopenssl.pas monster into separate units. What > > were the > > criteria for the different ifdefs? Especially what belongs to always > > loaded > > sslutils and what to X509_,EVP_...? > > To make the compiled unit (=exe) a bi

Re: [MSEide-MSEgui-talk] Splitting OpenSSL bindings @IvankoB

2012-04-13 Thread IvankoB
> I'd like to split the mopenssl.pas monster into separate units. What > were the > criteria for the different ifdefs? Especially what belongs to always > loaded > sslutils and what to X509_,EVP_...? > > To make the compiled unit (=exe) a bit smaller if only a set of cypher is planned to use

[MSEide-MSEgui-talk] Splitting OpenSSL bindings @IvankoB

2012-04-13 Thread Martin Schreiber
Hi, I'd like to split the mopenssl.pas monster into separate units. What were the criteria for the different ifdefs? Especially what belongs to always loaded sslutils and what to X509_,EVP_...? Martin -- For Developers,