Search found 3 matches

by rain
Fri Jun 06, 2025 8:41 am
Forum: Feature Requests and Wishlists
Topic: Please add OpenCV to speed up basic cancer research.
Replies: 15
Views: 2537

Re: Please add OpenCV to speed up basic cancer research.

If you are open to open source, the CodeTyphon (Freepascal) has cross-platform OpenCV samples ready to compile on your favourite platforms.
Linux and ARM are supported as well as windows, Intel macOS is also supprted, (ARM macOS not yet):

c:\codetyphon\CodeOcean\pl_OpenCV\samplescv4\
by rain
Fri Jun 06, 2025 8:28 am
Forum: Feature Requests and Wishlists
Topic: Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck
Replies: 3
Views: 819

Re: Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck

It's a pity such a low hanging fruit didn't make it into PB6.21 Beta 10 yet,
while the list gets longer and longer:

#PB_SMTP_NoSSLCheck
#PB_IMAP_NoSSLCheck
#PB_POP3_NoSSLCheck
by rain
Sat Mar 15, 2025 1:27 am
Forum: Feature Requests and Wishlists
Topic: Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck
Replies: 3
Views: 819

Need #PB_SMTP_NoSSLCheck like we have #PB_HTTP_NoSSLCheck

The function HTTPRequest() has #PB_HTTP_NoSSLCheck , which is sometimes needed to use.
The function SendMail() does not have an equivalent #PB_SMTP_NoSSLCheck provided, even when needed sometimes.

Any plans to make it available there as well?
:?: