NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Carlos Gutierrez

Pages: [1]
1
FWIW, I had lots of support request with this error, and sometimes installing both "Visual Studio 2017 (x86) runtime" and "Update for Universal C Runtime" didn't fix the problem.

Then I found this alternate build of the OpenSSL binares, part of a free Delphi library, that don't have dependencies on VC runtime. After distributing these dlls instead, we haven't seen the error again.

http://wiki.overbyte.eu/wiki/index.php/ICS_Download#Download_OpenSSL_Binaries_.28required_for_SSL-enabled_components.29

2
Hi Bruce,
Would you like me to include it in the shipping template?
Yes, please do. Thanks!

3
Web Server - Share Knowledge / Change File Path extension for Netweb
« on: July 05, 2007, 09:29:17 PM »
In a project, I needed to let the user choose wich company to log to, and each company was in a different folder. I added a droplist to the login form, stored the path in a session variable, and developed this template to change the data path of all used files in the application. It should be added as an extension to the Nettalk object in the WebHandler procedure.

Prompts:
'Path Variable (no \ at end)'
Checkbox 'Is a session variable'
List of files to exclude
Checkbox 'Disable this extension'

It uses PROP:Name to change the path of each file when the working thread is started. As files usually are threaded, this redirection only lasts for the life of the thread. This way, the netweb server can serve data from multiple folders as requested by each user/session.

I hope somebody finds it useful.

Carlos Gutierrez


[attachment deleted by admin]

Pages: [1]