Issue-#23: fixing bugs in WinApi plus some extensions
Posted: Mon Dec 15, 2014 5:17 pm
I have created issue #23 for fixing bugs in WinApi plus some extensions.
The bug fixes and the extensions to WinApi are as proposed by Helmut Zinn and Koen Desaeger
in CPC 1.7 rc4.
The proposal looks good to me.
The only open points for me are:
(1) how to proceed with the new entries
that are commented out and marked by xxx.
(2) how to proceed with the folds that have been introduced for the default
variant of a procedure, which is, like in 1.6, set to the ascii version if there
is an ascii version and a unicode version of the same procedure.
As long as all folds are expanded during compilation, there is no
change in the WinApi. If the folds are collapsed during compilation, the default
version would disappear, which may and most probably will break existing code.
If you look at the list of changes, most are related to the fold elems.
http://redmine.blackboxframework.org/pr ... od/Api.odc
- Josef
The bug fixes and the extensions to WinApi are as proposed by Helmut Zinn and Koen Desaeger
in CPC 1.7 rc4.
The proposal looks good to me.
The only open points for me are:
(1) how to proceed with the new entries
that are commented out and marked by xxx.
(2) how to proceed with the folds that have been introduced for the default
variant of a procedure, which is, like in 1.6, set to the ascii version if there
is an ascii version and a unicode version of the same procedure.
As long as all folds are expanded during compilation, there is no
change in the WinApi. If the folds are collapsed during compilation, the default
version would disappear, which may and most probably will break existing code.
If you look at the list of changes, most are related to the fold elems.
http://redmine.blackboxframework.org/pr ... od/Api.odc
- Josef