1.3 updates

This commit is contained in:
tengel 2024-03-20 09:28:18 -05:00
parent b20d807157
commit 8dd66c3025
4 changed files with 8 additions and 1 deletions

Binary file not shown.

View file

@ -21,6 +21,7 @@ cb32.hpj
HIDD_NPAGE
HIDD_OPAGE
HIDD_PPAGE
HID_ENTRY_COPY
HID_ENTRY_EDIT
HID_ENTRY_PREF
HID_TBAR_WEB
@ -140,6 +141,7 @@ cb32.hpj
HID_IMPORT_TAB
HID_FILE_PRINT_DIRECT
HID_FILE_IMPORT
HIDD_ORDPAGE
AFX_HIDP_SQL_DYNASET_NOT_SUPPORTED
HID_DIAL_FAX
AFX_HIDP_SQL_ROW_FETCH
@ -192,5 +194,5 @@ cb32.hpj
Created D:\Code\Cb32\hlp\CB32.HLP, 39,625 bytes
Bitmaps: 5,348 bytes
Phrase+Zeck compression decreased help file by 14,330 bytes.
Compile time: 0 minutes, 1 second
Compile time: 0 minutes, 2 seconds
2 notes, 5 warnings

View file

@ -8,6 +8,7 @@ HID_VIEW_COLPOS 0x18004
HID_ENTRY_ADD 0x18005
HID_ENTRY_EDIT 0x18006
HID_ENTRY_DELETE 0x18007
HID_ENTRY_COPY 0x18008
HID_FILE_IMPORT 0x18023
HID_IMPORT_CSV 0x18024
HID_IMPORT_TAB 0x18025
@ -50,6 +51,7 @@ HIDD_PPAGE 0x20084
HIDD_OPAGE 0x20085
HIDD_NPAGE 0x20086
HIDD_CONVERT 0x20087
HIDD_ORDPAGE 0x20088
HIDD_FIND 0x20089
HIDD_COLPAGE 0x2008B
HIDD_SETPAGE 0x2008D

View file

@ -0,0 +1,3 @@
This set of files was built by the project wizard, and are
here to make the compiler happy. Use the "Help" directory
instead.