Search found 265 matches

by reganc
Mon Oct 03, 2022 3:19 am
Forum: Xbase++ 2.0
Topic: Manifest - Reg-Free COM for 3rd party DLL
Replies: 6
Views: 3581

Re: Manifest - Reg-Free COM for 3rd party DLL

It's not an OCX file that is being 'included' using the manifest, it's the Chilkat ActiveX library DLL, in case that makes a difference. a OCX "is" a DLL Chilkat provided a copy of a manifest for their ActiveX DLL in a blog article about Reg-Free COM, so we knew it was possible to get it working. c...
by reganc
Fri Sep 30, 2022 7:07 am
Forum: Xbase++ 2.0
Topic: Manifest - Reg-Free COM for 3rd party DLL
Replies: 6
Views: 3581

Re: Manifest - Reg-Free COM for 3rd party DLL

Hi Jimmy It's not an OCX file that is being 'included' using the manifest, it's the Chilkat ActiveX library DLL, in case that makes a difference. I have already added those lines into our applications ARC file to include our manifest as a resource. The initial version of the manifest was only used t...
by reganc
Thu Sep 29, 2022 8:33 am
Forum: Xbase++ 2.0
Topic: Manifest - Reg-Free COM for 3rd party DLL
Replies: 6
Views: 3581

Re: Manifest - Reg-Free COM for 3rd party DLL

Thanks, Chris. I have seen and read it and thought I had understood the general principles mentioned. But it does not seem to cover the case where you want the manifest to be linked into your EXE as a resource. If you did this with the example given, I presume you would still have to deploy the exte...
by reganc
Wed Sep 28, 2022 9:31 am
Forum: Xbase++ 2.0
Topic: Manifest - Reg-Free COM for 3rd party DLL
Replies: 6
Views: 3581

Manifest - Reg-Free COM for 3rd party DLL

We originally had a simple manifest file that we gave out with our application to allow the visual elements of Windows 10 and above to be used and that worked ok. Recently we looked into including that manifest file as a resource, so we did not have to give out the actual manifest file. And I got th...
by reganc
Mon Jul 04, 2022 3:12 am
Forum: eXpress++ Support
Topic: Here is an example of the use of Biometric Fingerprint Reader
Replies: 10
Views: 5649

Re: Here is an example of the use of Biometric Fingerprint Reader

Nolberto

Are you asking if anyone has written any code that uses a Biometric Fingerprint Reader?
by reganc
Thu Jun 16, 2022 2:06 am
Forum: eXpress++ Support
Topic: Text Message Formatting
Replies: 9
Views: 4139

Re: Text Message Formatting

Bob, We also use a few text messaging services but ours are also all REST API based. As Tom said it does make things easier because you just follow the documentation and supply text using only the formatting they tell you. They then deal with the output via SMS and their developer support is usually...
by reganc
Thu May 12, 2022 7:12 am
Forum: Zen and the art of Software Maintenance
Topic: Once Again Full Circle - Happy Birthday
Replies: 9
Views: 8049

Re: Once Again Full Circle - Happy Birthday

Happy Birthday, Roger!

Hope you have a wonderful day.
by reganc
Mon Mar 28, 2022 1:57 am
Forum: eXpress++ Support
Topic: Examples in Xbase++ code, or Express++, to help me understand how to send and receive information in JSON and XML format
Replies: 28
Views: 12508

Re: Examples in Xbase++ code, or Express++, to help me understand how to send and receive information in JSON and XML fo

I'll quickly throw this in as a possibility.

We use the Chilkat libraries quite extensively for XML, JSON, HTTP and REST as they are very good.

The XML and JSON parts of the library appear to be free. And they make the creation and usage of XML and JSON easy.
by reganc
Fri Mar 25, 2022 5:58 am
Forum: eXpress++ Support
Topic: How do I find out which ch, dll files are missing?
Replies: 3
Views: 2136

Re: How do I find out which ch, dll files are missing?

Open the Alaska and eXpress++ help files and do a search for them...

For example:

DC_WAITON is in the eXpress++ DCLIPX.DLL (as mentioned at bottom of function page)
DISKNAME is in Alaska's XbTools III
by reganc
Thu Mar 17, 2022 8:32 am
Forum: eXpress++ Support
Topic: Opening xls files
Replies: 2
Views: 2398

Re: Opening xls files

Do a quick search for ShellOpenFile, which was mentioned recently in this board.

It will try to open a file or web url with whatever is the current default application in Windows.

Just pass it the name of your excel file and see what it does...