Tutorials

OldFart's picture
OldFart

GetFile gadget, long path names and how to deal with them

NOTE: A working example of how things look like is uploaded to OS4Depot under the name of 'longpathnames.lha'.

djrikki's picture
djrikki

Hello readers,

Over the following months I'll be posting some source code examples using my base:library which is available (as an older version which will be shortly updated) on OS4Depot.

The base:library contains many useful functions for creating:

kas1e's picture
kas1e

GDB for beginners.

1. Introduction.
2. What is GDB?
3. First steps.
4. Final words.
5. Quick reference.
6. Links.

Introduction.

OldFart's picture
OldFart

A lot of software makes use of menu's. Menu's are a means for the user to perform certain actions with the application. Often even the simplest applications have a menu built in, beit small, beit extensive and all variations in between.

Pages