Search found 176 matches

by Diego Euri Almanzar
Thu Jan 16, 2025 10:44 pm
Forum: eXpress++ Support
Topic: The debug does not work stably
Replies: 2
Views: 5323

Re: The debug does not work stably

Hello Roger, I have never used the eXpress++ WTF command, I have used the rest. But, when the system is in production, where any of my clients are, I prefer a normal call to ERRORSYS, since I guess adding other tools has negative effects on the execution speed. Also, although my biggest problem is n...
by Diego Euri Almanzar
Wed Jan 15, 2025 11:18 pm
Forum: eXpress++ Support
Topic: The debug does not work stably
Replies: 2
Views: 5323

The debug does not work stably

Best regards. You don't always have the development environment nearby, so invoking the debug at runtime is very useful. I have been using version 2.0 for four years and since I have used it, the debug does not always activate. For example, in functions where I use browse objects, the debug mysterio...
by Diego Euri Almanzar
Thu Sep 19, 2024 4:39 pm
Forum: eXpress++ Support
Topic: Blocks on SMTP servers
Replies: 4
Views: 12124

Re: Blocks on SMTP servers

Hello Omni, k-insis, and Auge_ohr

Your solutions are very good, I will start working with them.

My grateful.
by Diego Euri Almanzar
Fri Sep 13, 2024 9:29 am
Forum: eXpress++ Support
Topic: Blocks on SMTP servers
Replies: 4
Views: 12124

Blocks on SMTP servers

Dear friends,

I hope they are very well.

Since this year, Gmail does not allow sending emails through SMTP. Microsoft Outlook does allow it, but it crashes very frequently.

What alternative or solution can be applied to be able to use the functions of Xbase, or Express, for sending emails normally?
by Diego Euri Almanzar
Sun Jun 23, 2024 8:11 pm
Forum: CXP / Web Development
Topic: How to publish an httpendpoint API in IIS
Replies: 8
Views: 25491

Re: How to publish an httpendpoint API in IIS

Hello, dear Slavko Dam

Brilliant. Thanks for the help.
by Diego Euri Almanzar
Fri Jun 21, 2024 7:22 pm
Forum: CXP / Web Development
Topic: How to publish an httpendpoint API in IIS
Replies: 8
Views: 25491

Re: How to publish an httpendpoint API in IIS

Hello, SlavkoDam It is evident that you have a great command of all programming and computer science topics. I will study your recommendations step by step. I appreciate it a lot. While I try to understand, I would like you to do me the favor of answering the following. It is evident that Fecth Java...
by Diego Euri Almanzar
Tue Jun 18, 2024 10:43 pm
Forum: CXP / Web Development
Topic: How to publish an httpendpoint API in IIS
Replies: 8
Views: 25491

Re: How to publish an httpendpoint API in IIS

Hello, SlavkoDam Thanks for the information. I will study it day after day, until I understand it. Meanwhile, I leave you the link where I found the way to program the HTTPENDPOINT, it is a forum that has Xbase++ https://ilx.alaska-software.com/index.php?ams/how-to-use-the-win-acme-client-to-request...
by Diego Euri Almanzar
Mon Jun 17, 2024 6:55 pm
Forum: CXP / Web Development
Topic: How to publish an httpendpoint API in IIS
Replies: 8
Views: 25491

Re: How to publish an httpendpoint API in IIS

Hello, SlavkoDam I appreciate a lot your help. I'll show you what I've developed so far: // // first case // #define PORT 443 oHttpEndpoint := HttpEndpoint():new( PORT, "*" ) oHttpEndpoint:setCertificateFromFile( "c:\mycerts\ www.megasoftrd.com.pfx", "blue5712") lStarted := oHttpEndpoint:start() // ...
by Diego Euri Almanzar
Mon Jun 03, 2024 1:24 pm
Forum: CXP / Web Development
Topic: How to publish an httpendpoint API in IIS
Replies: 8
Views: 25491

How to publish an httpendpoint API in IIS

Hello, dear friends. I hope that everybody are very well. I was able to successfully develop an API using HTTPENDPOINT. I manage it on port 81. However, when I try to use port 443, HTTPS, the certificate problem appears. The documentation that Alaska Software has for managing Web hosting is very poo...
by Diego Euri Almanzar
Mon Apr 22, 2024 3:32 pm
Forum: eXpress++ Support
Topic: How can I develop a DLL IN Xbase++ to use it in a C# program
Replies: 19
Views: 40729

Re: How can I develop a DLL IN Xbase++ to use it in a C# program

K-insis, very good recommendation. You are very right. At the moment, I'm only looking to get from a C# application to the functions that I develop in Xbase++ That would allow me to not have to rewrite much of the source code in C#. If the API works, I'll save a lot of time. And, since it is only to...