Search found 264 matches

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: 3385

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: 3385

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: 3385

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: 5450

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: 4015

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: 6249

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: 12151

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: 2102

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: 2360

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...
by reganc
Wed Mar 02, 2022 7:11 am
Forum: eXpress++ Support
Topic: Speed Windows 11
Replies: 23
Views: 12109

Re: Speed Windows 11

For Info, then, the spec of my colleagues PC is: MODEL: Lenovo ThinkCentre M720s SFF (10ST007EUK) CPU: : Intel(R) Core(TM) i5-9400 CPU @ 2.90GHz (6 CPUs), ~2.9GHz RAM: 8192MB OS: Windows 11 Pro 64-bit (10.0, Build 22557) (22557.ni_release.220210-1445) STORAGE: 256Gb SSD (WDC PC SA530 SDATB8Y256G1001...