This patch tries to addres the following issues in windows:
- If sdcc is not in the enviroment PATH , it won't work. This patch add compiler's tool path to PATH before run it.
- After choosing compiler's tool path use the dir dialog, "\" is auto added to path's tail. But QT uses "/" internally even in windows, and QProcess can't correctly run a command whose path mixes "/" and "\". This patch make getDirDialog() auto add "/" instead of "\" in windows.
- If sdcc is not in the enviroment PATH , it won't work. This patch add compiler's tool path to PATH before run it.
- After choosing compiler's tool path use the dir dialog, "\" is auto added to path's tail. But QT uses "/" internally even in windows, and QProcess can't correctly run a command whose path mixes "/" and "\". This patch make getDirDialog() auto add "/" instead of "\" in windows.
- Attachments
- sdcc.zip
- You don't have permission to download attachments.
- (1 Kb) Downloaded 2 times