issue-#33 adding platform detection for wine, Windows 7, 8
Posted: Thu Mar 26, 2015 11:07 am
A separate issue and topic branch for detection of wine and Windows 7, 8 has been added.
The changes are as proposed in CPC 1.7 rc5 items 41 and 42.
I addition, I fixed a bug in HostDialg.IsWine: the flag hook.isWine has not been set anywhere.
It needs to be set to TRUE in case of returning TRUE in order to avoid repeating the
Wine detection steps in later calls.
I also removed "OR Dialog.IsWine()" in DevRBrowser because it is implied by Dialog.IsWindows().
Helmut, could you please check the bug fixes?
I also added the changes to the Dialog docu file.
Pease see the diffs at http://redmine.blackboxframework.org/pr ... 2b772f9d85.
- Josef
The changes are as proposed in CPC 1.7 rc5 items 41 and 42.
I addition, I fixed a bug in HostDialg.IsWine: the flag hook.isWine has not been set anywhere.
It needs to be set to TRUE in case of returning TRUE in order to avoid repeating the
Wine detection steps in later calls.
I also removed "OR Dialog.IsWine()" in DevRBrowser because it is implied by Dialog.IsWindows().
Helmut, could you please check the bug fixes?
I also added the changes to the Dialog docu file.
Pease see the diffs at http://redmine.blackboxframework.org/pr ... 2b772f9d85.
- Josef