Hi Charles,
after recovering from an unexpected nasty cold I started a new little project which will take some time.
As I think that you will continue to refine Oxygenbasic I would like to mention some doubles which I found in MinWin.inc:
functions:
GetModuleFileName line 1328, line 1354
GetWindowLong 1395,1438
GlobalAlloc 1306,1339
GlobalFree 1307, 1343
constants:
DM_PELSHEIGHT 174, 1174
DM_PELSWIDTH 173, 1173
DM_SPECVERSION 151,152, two different values?
IDOK, IDCANCEL,IDABORT,IDRETRY,IDIGNORE,IDYES,IDNO
lines 34-40 and 103-109
IDI_APPLICATION 58,904
LF_FACESIZE 739, 1170
MB_ICONERROR 430, 431
MB_SERVICE_NOTIFICATION 142, 143, two different values?
WS_OVERLAPPEDWINDOW 338, 415
I assume some of these doubles are superfluous?
I also would like to ask a question about the help file. Which tools will I need to rebuild oxygen_help.chm?
Roland