geos (7)

Marcus Groeber

Troubleshooting PC/Geos

GEOS fails with a KR-09 at startup in DOSBox This one mainly happens when you try older versions of GEOS (e.g. Breadbox Ensemble, GlobalPC) in certain flavors of DOSBox emulators that default to Codepage 858 instead of 437 (e.g. DOSBox-X and probably also DOSBox Staging).

Continue reading...
Marcus Groeber

Porting »C« Code to the Geos Platform

Originally published in Handheld Systems, Vol 5.5 Whenever your programs have to deal with existing data formats or commonly used algorithms, you are faced with the choice between »reimplementing the wheel« or trying to use code that other people (or yourself) have written before. The…

Continue reading...
Marcus Groeber

Exchanging Data with GEOS Devices

Originally published in Handheld Systems, Vol 5.2 "No man is an island", they say, and neither is, in most cases, a PDA. Especially when custom software is involved, there are numerous reasons why data has to be exchanged between a portable device an the rest…

Continue reading...