Search found 1172 matches

by Tom
Mon Jun 19, 2023 12:16 am
Forum: eXpress++ Support
Topic: XML Signature
Replies: 17
Views: 8474

Re: XML Signature

like *.OCX you mus "register" external *.DLL before you can use it
This is not true for all DLLs. If a DLL is used as a container for ActiveX-comonents, it's true, but if a DLL publishes functions using other calling conventions, there is no registration needed.
by Tom
Wed Jun 14, 2023 1:29 am
Forum: Xbase++ 2.0
Topic: PGDBE yearly licence?
Replies: 5
Views: 2767

Re: PGDBE yearly licence?

Hi, Chris. We support a file-based DBE without any server engine (DBFCDX), we support the ADSDBE and the PGDBE at some customer sites as a "very late beta", since there are still some issues left. We don't plan to establish the PGDBE as the standard, not for now. Running a PostGres-Server needs some...
by Tom
Wed Jun 14, 2023 1:00 am
Forum: Xbase++ 2.0
Topic: PGDBE yearly licence?
Replies: 5
Views: 2767

Re: PGDBE yearly licence?

Hi, Chris. Steffen started talking about this two years ago, and he had some direct talks to software developers about this; one of those was me. He explained that the PGDBE was and is very expensive, and they even had and have to invest more money to get it working perfectly. So he asked about what...
by Tom
Fri Jun 09, 2023 5:03 am
Forum: eXpress++ Support
Topic: Chilkat JSON Object
Replies: 15
Views: 5744

Re: Chilkat JSON Object

Hi, Joe.

"404 - Not found" means your target (the endpoint you want to get data from) isn't available at the path you pointed to. There is something wrong with the URI you are trying to use.
by Tom
Thu Jun 08, 2023 4:51 am
Forum: eXpress++ Support
Topic: Chilkat JSON Object
Replies: 15
Views: 5744

Re: Chilkat JSON Object

If the provider of the service has a Postman colletion or a Swagger collection for the API, you can use that directly to generate code with the Chilkat online tools. Just export the postman colllection if you have, reimport to Chilkat and create your code, including authentication and all the rest. ...
by Tom
Tue Jun 06, 2023 1:38 pm
Forum: eXpress++ Support
Topic: Chilkat JSON Object
Replies: 15
Views: 5744

Re: Chilkat JSON Object

Hi, Joe.

Great to hear! :)

Chilkat is excellent work, just like eXpress++.
by Tom
Tue Jun 06, 2023 8:42 am
Forum: eXpress++ Support
Topic: Chilkat JSON Object
Replies: 15
Views: 5744

Re: Chilkat JSON Object

Just use the online tool to create Foxpro code for your JSON. It's just little work to transfer that into Xbase++ code:

https://tools.chilkat.io/jsonCreate
by Tom
Fri May 12, 2023 6:48 am
Forum: Zen and the art of Software Maintenance
Topic: Another Birthday!
Replies: 4
Views: 3529

Re: Another Birthday!

All the best, Roger! :D
by Tom
Tue May 09, 2023 3:37 am
Forum: eXpress++ Support
Topic: Hilitegets with Xbase 2.0
Replies: 12
Views: 4615

Re: Hilitegets with Xbase 2.0

A drawingarea is not a window. 8)

Don't go back to 1.9! ;)
by Tom
Tue May 09, 2023 1:45 am
Forum: eXpress++ Support
Topic: Hilitegets with Xbase 2.0
Replies: 12
Views: 4615

Re: Hilitegets with Xbase 2.0

When the windows scale is set to 125% the problem arises.
Not here. Not with, not without scalefactor. Even manually using the hilitegets-function works without problems (we do that in some dialogs). Can you extract a sample?