https://github.com/delphiworlds/howto
A collection of "How To" examples, usually when using the Kastri library
https://github.com/delphiworlds/howto
Last synced: 3 months ago
JSON representation
A collection of "How To" examples, usually when using the Kastri library
- Host: GitHub
- URL: https://github.com/delphiworlds/howto
- Owner: DelphiWorlds
- License: mit
- Created: 2021-12-03T22:18:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T19:09:25.000Z (5 months ago)
- Last Synced: 2024-12-14T20:19:21.952Z (5 months ago)
- Size: 31.8 MB
- Stars: 38
- Watchers: 8
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# How To
## Description
A collection of demos, code and other information designed to illustrate "how to" do various things, particularly when using the [Kastri library](https://github.com/DelphiWorlds/Kastri).
Compatible with [Embarcadero](https://wwww.embarcadero.com) [Delphi](https://www.embarcadero.com/products/delphi)
From [Delphi Worlds](https://www.delphiworlds.com):
[](https://twitter.com/DelphiWorlds) [](https://www.facebook.com/DelphiWorlds) [](https://www.instagram.com/delphiworlds)
## Project configuration
The How To demos and other projects that depend on the Kastri library have search paths that include an environment variable user override named `Kastri` (appears as `$(Kastri)` in the paths). Either create a user override with the same name which points to your copy of Kastri, or replace the values with the appropriate path.
## Seeking Solutions
There are a number of places you can go to seek solutions. Which place you go to will depend on the solution(s) you seek.
### Embarcadero Quality Portal
The [Quality Portal](https://quality.embarcadero.com) is for reporting issues where you have discovered a problem with Delphi (or other personalities in RAD Studio e.g. C++Builder).
If the issue is related to code in your project, you should include a minimal, compilable, verifiable example. Doing so may reveal whether your code is actually at fault, rather than it being part of the product.
### Stack Overflow
[Stack Overflow](https://stackoverflow.com) is suited if you have code that is not working as you are expecting, and you are looking for help on how to rectify it. You should avoid asking questions of a general nature, including looking for code libraries.
### Delphi Praxis
Delphi Praxis forums have a version for [English](https://en.delphi-praxis.net) speakers, and [German](https://www.delphipraxis.net)
### Delphi Developers Telegram group
This is a group with over 1,000 members (mostly English speaking), at: https://t.me/delphidevelopers
### Delphi Worlds Slack workspace
Please refer to the Support section, below
### Learning Delphi
If you're looking to [learn Delphi, please visit this link](https://learndelphi.org)
## Support
### Issues page
If you encounter an issue, or want to request an enhancement, please [visit the issues page](https://github.com/DelphiWorlds/HowTo/issues) to report it.
### Slack Channel
The Delphi Worlds Slack workspace has a channel (#kastri) devoted to discussing Kastri, however this channel can also be used to discuss How To topics.
If you would like to join the Delphi Worlds Slack workspace, [please visit this self-invite link](https://slack.delphiworlds.com)
## How you can help
Development of this How To repository can be helped along with [Github Sponsorship](https://github.com/sponsors/DelphiWorlds), so please consider sponsoring today!
Alternatively, you might like to make a donation via Stripe*:
(*Donations were previously being made via another service which I no longer use, as they were unable to keep my funds secure. My apologies for any inconvenience)
Please star this repo by clicking the Star box in the top right corner if you find it useful!
## License
How To is licensed under MIT, and the license file is included in this folder.
