Search found 121 matches

by patito
Tue Jan 29, 2019 10:46 am
Forum: Xbase++ 2.0
Topic: ADS Register Callback function
Replies: 3
Views: 9534

Re: ADS Register Callback function

Hi Roger I asked Pablo and he said not complex using ot4xb_mini_rt_asm.ch to delegate the call to a method of an xbase++ object this is a sample from an unrelated project // typedef int (STDCALL PMY_CALLBACK)(void lpObj, int event_id, int cparam, void *param[], int cbparam[]); static function _get_d...
by patito
Sun Jan 06, 2019 10:22 am
Forum: Xbase++ 2.0
Topic: MySQL connection problem
Replies: 10
Views: 24066

Re: MySQL connection problem

Hi Roger Try the file I attached for the last time. mysqladmin..... you can make a copy of the data directory, and make a backup of it I was able to recover all the databases, that way, and then I did a clean installation. You can copy that backup to another pc, and prove that you have your data cur...
by patito
Sun Jan 06, 2019 9:12 am
Forum: Xbase++ 2.0
Topic: MySQL connection problem
Replies: 10
Views: 24066

Re: MySQL connection problem

Hi Roger

you can use this tool, to configure MySQL
winmysqladmin, will show your connection, which you can modify.

When you run it, a traffic light will appear at the bottom of your screen , place show me
With this tool I have solved connection errors

best regard
Héctor
by patito
Sun Jan 06, 2019 8:24 am
Forum: Xbase++ 2.0
Topic: MySQL connection problem
Replies: 10
Views: 24066

Re: MySQL connection problem

Hi Roger Some ideas, maybe you checked them out. I guess your mysql server is running on Windows ... therefore open a DOS window and type: netstat -an You should find a line like this: TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING This tells you that the mysql server is running and listening on TCP port 3306...
by patito
Sat Jan 05, 2019 8:58 pm
Forum: Xbase++ 2.0
Topic: MySQL connection problem
Replies: 10
Views: 24066

Re: MySQL connection problem

Hi Roger

"network," but someone or something changed it to "public network." ?????

Try the following

in Windows go to network center and shared resources
locate network in use
then go to properties
then disable Internet Protocol (Tcp/ipv6)
then accept

I wish you success

Héctor Pezoa
by patito
Sat Jan 05, 2019 3:10 pm
Forum: Xbase++ 2.0
Topic: MySQL connection problem
Replies: 10
Views: 24066

Re: MySQL connection problem

Hi Roger In the directory of exp19/samples/xbasemysql run infomysql (compile with infomysql.pjx ) enter name server, user name and password and then click on connect server button (there are two computers) and see if it is possible to access your server My project is not a wonder but it works I hope...
by patito
Mon Dec 24, 2018 2:33 pm
Forum: User Contributions
Topic: Certificates available in the current store
Replies: 1
Views: 9505

Certificates available in the current store

Hi All

Happy Easter
Merry Christmas
FELIZ NAVIDAD
Frohe Weihnachten

Attached program to retrieve a list of all certificates available in the current store
A source program is attached, so that it can be adapted.
Use ot4xb, which is attached and crypt32.dll

Best Regard
Héctor Pezoa
by patito
Tue Dec 11, 2018 11:26 am
Forum: Xbase++ Support
Topic: OAuth2.0 / OpenID authentication and authorization
Replies: 7
Views: 22547

Re: OAuth2.0 / OpenID authentication and authorization

Hi Chris Chilkat's attention is excellent. Matt Fausey, Chilkat executive, solves any query, and responds almost immediately. Expert in cryptography, electronic invoice signature xades, xades-epes, xmldsing 509 etc It also offers online tools, which solves conversions like curl to http, json, xml , ...
by patito
Mon Dec 10, 2018 9:07 pm
Forum: Xbase++ Support
Topic: OAuth2.0 / OpenID authentication and authorization
Replies: 7
Views: 22547

Re: OAuth2.0 / OpenID authentication and authorization

Hi Excuse me. I make a correction to the previous code LOCAL oRest ,nSuccess , nBTls ,nPort , nBAutoReconnect ,cStrResponseBody , nRespStatusCode oRest = CreateObject('Chilkat_9_5_0.Rest') * URL: http://localhost:8080/auth/realms/springdemo/protocol/openid-connect/token/introspect nBTls = 0 nPort = ...