-
On Friday, April 5, 2019, José Mejuto wrote:
> Is there any public/private key algorithm, pascal only, implemented in
the distribution of fpc ? Degree of security is not important, also a 3rd
party unit which does not depends on a DLL or depends on another software
On 05/04/2019 10:04, Darius Blaszyk wrote:
Hi,
I'm trying to setup Travis CI for GLPT. The build script is:
wget -q
ftp://ftp.freepascal.org/pub/fpc/snapshot/v33/i386-win32/fpc-3.3.1.i386-win32.zip;
mkdir fpc;
unzip -q -d fpc fpc-3.3.1.i386-win32.zip;
expor
Some more information on the matter.
While investigating the issue I noticed that gtk_gl_area_destroy is called
twice for single OpenGL widget when changing Parent property.
That does not look nice as it accesses freed memory second time it calls
gdk_gl_context_unref (context : PGdkGLContextPriv
El 05/04/2019 a las 19:08, Виктор Матузенко escribió:
Hi,
try this https://github.com/delphi-pascal-archive/Pascal-RSA
Hello,
Thank you. It is a bit "monster" but maybe I can split the necessary
code. Thank you again.
--
___
fpc-pascal maillist
Hi all
I experience various random segfaults when trying to change Parent for
TOpenGLControl.
Unfortunately it happens rather randomly.
Sometimes it happens deep in GTK code, sometimes when GL context destroys.
I am under Linux + GTK-2.24.32 + Mesa 19.0.1 (amdgpu driver).
Does anybody experien