first commit - moved from local dev to git

This commit is contained in:
firebee
2022-10-02 10:09:40 +02:00
commit bbb3ef9333
1861 changed files with 167960 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,26 @@
#ifndef _BGH_H_
#define _BGH_H_
#ifdef __cplusplus
extern "C" {
#endif
#define BGHI_COOKIE 0x42474849 /* 'BGHI' */
typedef struct
{
WORD Version;
char* Info;
ULONG (*Load)(const char* Name, WORD Mode);
void (*Free)(ULONG BGH_Handle);
char* (*GetHelpString)(ULONG BGH_Handle, WORD Section, WORD Guppe, WORD Index);
}BGH_Cookie;
#ifdef __cplusplus
}
#endif
#endif /* _BGH_H_ */

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,17 @@
Arensdorf 8.2.2000
Die Doku zu BGH v1.4R2 hatte einen Fehler. Da stand, daž die minimale
Version bei Slbopen 0x0101 sein m<>žte. Die von mir ver”ffentlichte Library
hatte aber nur die Version 0x0002. Das hatte zur Folge, daž die Library
nicht geladen wurde.
Ich habe die Doku dahingehend abge„ndert, daž als minimale Version 0x0002
gefordert werden soll. Aužerdem habe ich die Library-Version auf nunmehr
0x0102 abge„ndert. Dadurch funktioniert die neue Library auch mit Programme,
die mindestens Version 0x0101 fordern.
Auf bald
Armin