On 26/12/17 20:30, Mark Morgan Lloyd via Lazarus wrote:
Is it possible to embed the main window of another program into a pane
in something written using Lazarus, letting the Lazarus program provide
the "furniture" functionality that's usually handled by the window manager?
The scenario I'm thin
Hello,
I am trying to run Lazarus on a IBM Power8 (ppc64le), OS=Debian.
Problem: it does not run.
(it does start, but errors out on an illegal free() )
Details.
Command line apps compiled native on Power8 do run.
Command line apps compiled cross-compiled from Windows to Power8 do run.
FPC rtti
On 2017-12-27 23:17, Bo Berglund via Lazarus wrote:
But I have done nothing else than installing from the Lazarus 1.8
installer (lazarus-1.8.0-fpc-3.0.4-win64.exe), which also gets me fpc
3.0.4. So I don't know how to "check my installation".
As Ondrej said... If you look at the name of the in
On 2017-12-27 19:52, Ondrej Pokorny via Lazarus wrote:
Strange, I connect to MSSQL without InitialiseDBLib in both 64bit and
32bit applications. I only add dblib.dll and libiconv.dll to the exe.
Same here.
Regards,
Graeme
--
___
Lazarus mailing
On 28.12.2017 0:17, Bo Berglund via Lazarus wrote:
As a side thing, I was not aware that Lazarus was building 64 bit
applications as default. That is why the 32 bit dll:s would not work I
assume.
How do I set the project for a Win32 target?
The easiest is to use 32bit FPC.
But I have done no