search for: ohterwise

Displaying 4 results from an estimated 4 matches for "ohterwise".

Did you mean: oherwise
2010 Nov 26
0
[LLVMdev] request for windows unicode support
...uch, you get widechar, > and convert back to UTF8. > All you would need to do is implement that conversion in System/Win32, > I think MultiByteToWideChar supports UTF8, doesn't it? > I would think the most efficient approach is to use utf16 (i.e. wchar_t) internally on windows (ohterwise utf8). Then if a path is used multiple times no conversion takes place. The conversion only takes place at creation time when you create a path from utf8. even if you have reasons not to use it, you should have a look at www.boost.org/doc/libs/1_45_0/libs/filesystem/v3/doc/index.htm www.boost.org...
2010 Nov 26
1
[LLVMdev] request for windows unicode support
...and convert back to UTF8. >> All you would need to do is implement that conversion in System/Win32, >> I think MultiByteToWideChar supports UTF8, doesn't it? >> > > I would think the most efficient approach is to use utf16 (i.e. wchar_t) > internally on windows > (ohterwise utf8). Then if a path is used multiple times no conversion takes > place. The conversion only > takes place at creation time when you create a path from utf8. The current API is stateless, meaning that the user is responsible for the storage and format of paths. Thus there is no internal sto...
2010 Nov 26
2
[LLVMdev] request for windows unicode support
On Fri, 26 Nov 2010 09:28:17 -0500 Michael Spencer <bigcheesegs at gmail.com> wrote: > On Fri, Nov 26, 2010 at 4:00 AM, Jochen Wilhelmy > <j.wilhelmy at arcor.de> wrote: > > No, this post was prompted since I switched to boost::filesystem > > version 3 in my own code and llvm/clang 2.8 > > was the only lib with no unicode support on windows. > > Will your
2006 Feb 03
0
run programs .exe from cdrom/dvd
...dvd? The link from .wine/windos/dosdevices to the cdrom and dvd is already established and works. May it's necessary to write a shell script to run after start from cdrom/dvd. On the other hand, may it would help to make a copy from the data cdrom/dvd to the local harddisc and start from there. Ohterwise, I'm not shure if the installation fails from the installation disc. If that the reason, than it possible makes sense to copy the whole installation from the windos partition to local linux partition. If somone experienced with starting programs (data) from cdrom/dvd which are containing the d...