Helpful tools

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
Phollyer
Enthusiast
Enthusiast
Posts: 145
Joined: Sat Jun 03, 2017 3:36 am
Location: USA, Texas
Contact:

Helpful tools

Post by Phollyer »

Folks

I have written 3 tools, some of you, may find useful.

The First two are related to creating Multi-language Applications.
Language Extractor - Extract's quoted Text's from your application and builds them into a Language File.
Language Integration - The Integration step Reads this language file, and finds ALL Matches and replaces them with the Language Function Calls.
This was designed in conjunction with ChrisR's ICEDesigner Multi-Language specifications. Chris has the Map Logic/Code and function calls these tools build what that expects. All modified Files a Backed Prior to modification. System Produces a Log File of everything that will be changed.

The Third tool is Automation. There is an OLD file in the archives that does Automation, my Goal was to update drastically. I have downloaded the AutoItX DLL and Mapped all 100+ functions into PureBasic. The EULA of AutoIt allows for BOTH Personal and Commercial use without reservation!

All Tools include ALL Source, and are free for the downloading

https://www.PAHLabs.com
Phollyer
Enthusiast
Enthusiast
Posts: 145
Joined: Sat Jun 03, 2017 3:36 am
Location: USA, Texas
Contact:

Re: Helpful tools

Post by Phollyer »

I have laid my hands on the AutoIt Header file, and updated the AutoIt Project extensively.
To those who have downloaded it, please het an updated version

Pete
User avatar
ChrisR
Addict
Addict
Posts: 1466
Joined: Sun Jan 08, 2017 10:27 pm
Location: France

Re: Helpful tools

Post by ChrisR »

Phollyer wrote: Wed Nov 06, 2024 11:15 pm The First two are related to creating Multi-language Applications.
Language Extractor - Extract's quoted Text's from your application and builds them into a Language File.
Language Integration - The Integration step Reads this language file, and finds ALL Matches and replaces them with the Language Function Calls.
This was designed in conjunction with ChrisR's ICEDesigner Multi-Language specifications. Chris has the Map Logic/Code and function calls these tools build what that expects. All modified Files a Backed Prior to modification. System Produces a Log File of everything that will be changed.
Good to know you've used my Multi-Language specifications.
I've tested LangExtractor and LangIntegration on a folder with 4 .pb sources, ir successfully extracted and integrated the different texts to be translated, and, of course, it works on unrelated IceDesign sources
Good job 8)
User avatar
le_magn
Enthusiast
Enthusiast
Posts: 280
Joined: Wed Aug 24, 2005 12:11 pm
Location: Italia

Re: Helpful tools

Post by le_magn »

Phollyer wrote: Wed Nov 06, 2024 11:15 pm Folks

I have written 3 tools, some of you, may find useful.
Thank's Phollyer for sharing your tools
Image
Phollyer
Enthusiast
Enthusiast
Posts: 145
Joined: Sat Jun 03, 2017 3:36 am
Location: USA, Texas
Contact:

Re: Helpful tools

Post by Phollyer »

Thank You Both for your posts!

I know that there is not a "lot" in the way of documentation, just the Images in the Image Folder and the Readme;
If you run into issues please do not hesitate to reach out!

Pete
Post Reply