wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
5.78k stars 1.7k forks source link

WinCE does not support drive letters #7621

Closed wxtrac closed 2 years ago

wxtrac commented 18 years ago

Issue migrated from trac ticket # 7621

component: wxMSW-CE | priority: normal

2005-12-01 09:18:56: mwolfram created the issue


When running under MS Windows Mobile 2003 there is no drive letter when using files.

So in wxFileName some functions fail e.g. when testing for relative/absolute filenames. As a result a wxTextFile is sometimes written and sometimes not.

The attached patch will modify wxFileName so that an empty volume separator is returned.

wxtrac commented 18 years ago

2005-12-01 09:19:03: mwolfram uploaded file filename_ce.patch (0.6 KiB)

Patch for wxFileName for WinCE

wxtrac commented 18 years ago

2006-01-17 10:30:08: @JulianSmart commented


Applied to both branches, thanks!