[fpc-pascal] LZMA Algorithm fails on 64bit

2010-01-22 Thread Matthias Klumpp
Hello! I use the LZMA-SDK for Pascal to compress files. ( http://www.birtles.org.uk/programming/ ) I can compress files on 64bit and 32bit architecture. But if I try to decompress LZMA-Compressed files on AMD64, it fails. I use code [-1-] to decompress files. The action works perfectly on i386, but

Re: [fpc-pascal] GetVersionEx - Issue with lpVersionInformation variable

2010-01-22 Thread Michael Van Canneyt
On Fri, 22 Jan 2010, Justin Smyth wrote: Guys I've been looking at lpVersionInformation in GetVersionEx which is defined as TOSVersionInfo in redef.inc , and in delphi its defined as TOSVersionInfoEx in jclwin32.pas in jvcl ( function GetVersionEx(var lpVersionInformation: TOSVersionInfoEx