Search found 167 matches

by Diego Euri Almanzar
Sun Jun 18, 2023 8:06 pm
Forum: eXpress++ Support
Topic: XML Signature
Replies: 17
Views: 8626

Re: XML Signature

From what I can interpret, MinGW is a port of Linux (GNU, actually) tools for Windows, including a port of GCC (the actual compiler). MSVC, on the other hand, is a native Windows runtime and toolchain for creating C/C++ executables. Actually, I'm looking for something more practical. An Ocx that is ...
by Diego Euri Almanzar
Sun Jun 18, 2023 1:24 pm
Forum: eXpress++ Support
Topic: XML Signature
Replies: 17
Views: 8626

XML Signature

Hello everyone! Maybe I'm wrong, but after studying the case for a long time, I notice that xmlsec is actually libxml2. And, there's no way to install it for Xbase++, it doesn't have an ocx installer. As libxml2 is a C language library, and it doesn't have an ocx, I tried to read it with the followi...
by Diego Euri Almanzar
Sat Jun 17, 2023 11:23 pm
Forum: eXpress++ Support
Topic: GMT Format
Replies: 3
Views: 2337

Re: GMT Format

Hello, Nolberto, and Jimmy.

Thank you so much.
by Diego Euri Almanzar
Thu Jun 15, 2023 1:41 am
Forum: eXpress++ Support
Topic: GMT Format
Replies: 3
Views: 2337

GMT Format

Hello!

Is there a function in Express, or in XBase++ that returns date, time, and time zone in GMT format?

example:


2023-05-05T22:00:27.9545853-04:00

I will appreciate the help.
by Diego Euri Almanzar
Sun Jun 11, 2023 11:43 pm
Forum: Xbase++ 2.0
Topic: https using httpendpoint
Replies: 6
Views: 7920

Re: https using httpendpoint

Hello Roger. Excellent Roger, great as always. I am still waiting for my digital certificates. The company I bought them from, will deliver them to me via a link, during the course of today. Which are certificates with extension P12. I know, because they have already been delivered to my colleagues ...
by Diego Euri Almanzar
Fri Jun 09, 2023 8:47 pm
Forum: Xbase++ 2.0
Topic: https using httpendpoint
Replies: 6
Views: 7920

Re: https using httpendpoint

Hello Roger Thanks in advance for your help. I was investigating, and I think it is easier, if I point to a document, or a certificate, through the following sentence: :setCertificateFromFile( <cFilename>[, cPassword] ) --> lSuccess In a few days, I will get my own certificates, bought by me. They a...
by Diego Euri Almanzar
Tue May 23, 2023 1:46 pm
Forum: Xbase++ 2.0
Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Replies: 62
Views: 26951

Re: What Java library or dll can be used to develop a WEB GUI in Xbase++?

Hello Roger. For me it is a great honor, and I feel very privileged that you try to help me, because I know that you are a very capable person, and very intelligent. Beforehand thank you very much. Also, I want to take the opportunity to thank all those who participate in this forum, since through y...
by Diego Euri Almanzar
Tue May 23, 2023 12:37 am
Forum: Xbase++ 2.0
Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Replies: 62
Views: 26951

Re: What Java library or dll can be used to develop a WEB GUI in Xbase++?

Hello everyone! I have been using XBASE++ CXP for more than a year, and my application or WEB system works very well. CXP is definitely the best way to develop on the WEB. As a Web server I have used Windows IIS, as well as the option Standalone with HttpEndpoint. With Windows IIS, it is unstable, s...
by Diego Euri Almanzar
Mon May 22, 2023 2:26 am
Forum: CXP / Web Development
Topic: How to define a public function in a CXP application
Replies: 21
Views: 12300

Re: How to define a public function in a CXP application

Hello everyone! I have been using XBASE++ CXP for more than a year, and my application or WEB system works very well. CXP is definitely the best way to develop on the WEB. As a Web server I have used Windows IIS, as well as the option Standalone with HttpEndpoint. With Windows IIS, it is unstable, s...
by Diego Euri Almanzar
Tue Mar 14, 2023 8:40 am
Forum: eXpress++ Support
Topic: Handling XSD documents
Replies: 7
Views: 2706

Re: Handling XSD documents

Hello K-Insis!

I was researching and I understand that what you suggest is the correct path.

XMLSec is a C library that implements the standards XML Signature and XML Encryption.

I will continue to investigate, to see if it can be used via Xbase++

Have you used it with Xbase++ ?

Thank you.