Re: [hatari-users] Drive letter in file selector |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-users Archives
]
- To: hatari-users@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-users] Drive letter in file selector
- From: Paul Wratt <paul.wratt@xxxxxxxxx>
- Date: Thu, 11 Oct 2012 21:57:57 +1300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=2tK6LlbIlug4fIGewm8G/pVmUUHLSti4HgnyMYGj7WE=; b=UyP0ZpV06CreSdMbsoxHLWbXduoYDfV4lBvSv69KiBUGMvSAakiiCRqAm8OhkfvQj6 EpNjRd8P2k2qQLWWTJo5J7Jyfar/sSSB0aOcyK/gqqVCpEicjmVJlAwwuBsZ78UhIpO0 P8PUJHRcXa86XTzA1tj3ml7MUl/3epBCTl6mu5itXpmimScFGnsTDCy7cp/wJ5ZkaELk Rxxqmo/YIRR3qGxv0g+zjaFe7E9sH8UbI2L+ILBUyLfWz3zsTeHrL7genjBKO2lbKZXg akPGrtVYYPbzA0PgRmE7+Kkxvg8BFb5yDOqDjMdqER8rQA1qlQSI8U3S2lNE3KgTWV4E 4Yew==
I joined both user and dev list based on this issue.
I will have a look a it, based on what Eero has told me:
>> I got this reg entry for folders on windows:
>> C:\emu\atari\hatari\1.6.2\hatari.exe --machine ste --tos
>> "C:\emu\atari\_tos\tos162.rom" --harddrive "%1"
>>
>> and one for falcon (with emutos)
>> C:\emu\atari\hatari\1.6.2\hatari_falcon.exe --harddrive "%1"
>>
>> problem is if folder is drive, then path gets confused:
>> F:"
>> instead of:
>> F:\
>>
>> it look like windows sends %1=F:
>> Hatari gets confused. if I eject drive and browse drive, still not
>> work - F: instead of F:\
>>
>
> I would assume that at least File_CleanFileName() needs to be
> kludged for Windows, maybe also File_MakeValidPathName().
>
I'm not 100% sure if I can compile on Windows yet tho, sill got issues
with SDL. But I do have 2x working MSYS (MINGW) setups, one is
standalone
Paul
On Thu, Oct 11, 2012 at 10:18 AM, Thomas Huth <th.huth@xxxxxx> wrote:
>
> Hi Vincent!
>
> Am Wed, 10 Oct 2012 19:13:11 +0200
> schrieb Vincent Rivière <vincent.riviere@xxxxxxxxxxx>:
>
>> I'm using Hatari 1.6.2 on Windows.
>>
>> The file selector does not allow to change the current drive letter.
>> This is a major UI problem since I can't browse all my partitions to
>> find files.
>
> Sorry, but unfortunately we do not have a real Windows coder in the
> Hatari development team, so unless somebody contributes a proper patch,
> I'm afraid this won't be fixed.
>
> Thomas
>
>