| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains my first big project using clean, 16-bit WinAPI. It's client for my (too) simple PHP backend for notetaking. It utilizes lot of experiments with WinAPI, networking and resource files.
Quite big WinAPI project providing whole client API for first (1.0) version of Noter backend adding quite classic GUI. The whole program is in Polish with hardcoded labels (yes, I know it's a bit non professional), because I couldn't find how to make string table on 16-bit Windows without need to allocate additional memory for it while loading (I wanted to move it to resource section to make it translatable). Will try to find a solution for that problem someday. Portions of this software contain work done by other people (UTF-8 encode and decode procedures, JSON parser and BZip2 decompression algorithm). Check out Codes created by others section of this README file.
The code provided here was made to compile using Open Watcom IDE, which is quite good for modern MS-DOS/WfW3.11 development. It's possible that it would compile using old Microsoft compilers, but I haven't tested it. It's best to use Watcom for it. In fact, this project is heavily tied to Watcom coding style, so I think there might be serious problems with compiling it outside such environment.
As I'm doing my best to make this program more customizable, more and more components are moved to DLLs that are now necessary to run this program. For now, the codepage definition is needed, for which code can be found here: CP1250-DLL repository.
This software uses codes created by other people.
I've used:
Thank You for creating really useful procedures! Without 'em my program would never work the way it does!
As JSON and Noter backend itself utilizes UTF-8, there is need to convert text to and from it.
The program was tested under Windows XP (32-bit version running at 64-bit Intel Pentium), under Windows for Workgroups 3.11 (running on Intel 386) and under Linux Mint (using Wine).
I've made much effort to provide here working and checked codes with hope it will be useful. However, these codes are provided here "AS IS", with absolutely no warranty! I take no responsibility for using them - DO IT ON YOUR OWN RISK!
Codes provided here are free for personal use. If you like to use any part of these codes in your software, just please give me some simple credits and it will be okay. ;) In case you would like to make paid software and use parts of these codes - please, contact me before.
Bartłomiej "Magnetic-Fox" Węgrzyn, 4th November, 2023 - 17th August, 2024
| Back | FazBrowse Home | New Git URL |