Recent

Recent Posts

Pages: [1] 2 3 ... 10
1
LCL / Re: Controlling the behavior - JVCLLaz - JvDBLookUpCombo?
« Last post by 1HuntnMan on Today at 02:18:12 pm »
RVK, my monitor is set to 1920 x 1080. It will allow higher setting but going to play around with the display widths a bit.
2
LCL / Re: Using KeyPress event, how to get subsequent key presses?
« Last post by Joanna on Today at 02:15:13 pm »
Would it be better to use keydown event instead for this?
rather KeyUp
KeyDown fires permanently, when you hold a key down.
KeyUp only fires once per "Key-Press"

Interesting, so the key up event isn’t too late to set the key to #0 ?
3
Possibly the openssl version is way to old. In that case the server will refuse the protocol used and you will get no or an erronious error. you must use openssl1.1.1 or better openssl3. this error can be seen weekly on this forum.
I can already see that with your wrog code here;
Code: Pascal  [Select][+][-]
  1.       Mail.Smtp.SSL := True;//wrong!
  2.       Mail.Smtp.FullSSL:=true;//-----wrong!
  3.       Mail.Smtp.TLS:=False;
----wrong!
that can be replaced by just;
Code: Pascal  [Select][+][-]
  1.       Mail.Smtp.TLS:=true; //tls superceded ssl a long time ago
ssL as such is not supported, TLs1.0, 1.1 may be supported. the default is usually tls 1.2 or tls 1.3.

You must update both openssl and synapse to a more recent version.

4
LCL / Re: Controlling the behavior - JVCLLaz - JvDBLookUpCombo?
« Last post by 1HuntnMan on Today at 02:06:52 pm »
Okay, thank you WP/RVK.  I'm going to spend some more time experimenting with your suggestions this morning.  I'll get back to you in a bit.

Take care friends...
5
General / Re: a Unit problem?
« Last post by Thaddy on Today at 01:56:12 pm »
@Tron
The cause was an unitialized threadmanager because of the extra Usecthreads define, so I removed it and OP missed that.
6
General / Re: a Unit problem?
« Last post by EventHorizon on Today at 01:52:28 pm »
and the compilation failed  :P :-[
And by withholding  the error message you think someone is able to help you ? My car won't start someone please help me while you could just as well have turned the key in the ignition ?  :P
Apparently you are hasty as I, but you saw were I was drawn to. So, be careful  :P
7
General / Re: a Unit problem?
« Last post by EventHorizon on Today at 01:51:21 pm »
Please, accept my apologies. Indeed, I made I mistake and you saw the message before withdrawing it.

Sorry again, and thank you for your help.
8
Try to see what error you get with this:
Code: Pascal  [Select][+][-]
  1. ShowMessage(E.Message);
9
Windows (32/64) / Re: Complex package installation problem
« Last post by parcel on Today at 01:48:04 pm »
10
General / Re: a Unit problem?
« Last post by TRon on Today at 01:45:04 pm »
and the compilation failed  :P :-[
And by withholding  the error message you think someone is able to help you ? My car won't start someone please help me while you could just as well have turned the key in the ignition ?  :P

@Thaddy:
Probably a linker error  ;D

Code: [Select]
$> fpc -B mandelbrot.lpr -dUseCThreads
Free Pascal Compiler version 3.2.2 [2021/05/16] for x86_64
Copyright (c) 1993-2021 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling mandelbrot.lpr
Linking mandelbrot
/usr/bin/ld: cannot find -lXxf86dga: No such file or directory
Error: Error while linking
Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
Error: /home/apps/fpc/3.2.2/bin/x86_64-linux/ppcx64 returned an error exitcode
Pages: [1] 2 3 ... 10

TinyPortal © 2005-2018