Who's Online |
42 user(s) are online ( 31 user(s) are browsing Forums)
Members: 0
Guests: 42
more...
|
|
Headlines |
-
pekkakana2.lha - game/platform
Jan 21, 2021
-
asplit.lha - utility/shell
Jan 20, 2021
-
earmark.lha - utility/text
Jan 20, 2021
-
flashmandelng.lha - graphics/misc
Jan 19, 2021
-
libwprintf.lha - development/library/misc
Jan 18, 2021
-
amiupdate_dan.lha - utility/workbench
Jan 18, 2021
-
thumbnailmaker.lha - video/misc
Jan 18, 2021
-
pythonssl.lha - library/misc
Jan 17, 2021
-
redeht_ita.lha - network/samba
Jan 17, 2021
-
aiostreams.lha - video/misc
Jan 17, 2021
|
|
|
Re: Porting to AmigaOS4 thread | Subject: Re: Porting to AmigaOS4 thread by Raziel on 2020/11/22 19:37:53
@jabirulo
That did it, no ore crashes, games being added
Thanks a lot, sir
Now, if you can help me getting rid of this warning
C++ backends/dialogs/amigaos/amigaos-dialogs.o
backends/dialogs/amigaos/amigaos-dialogs.cpp: In member function 'virtual Common::DialogManager::DialogResult AmigaOSDialogManager::showFileBrowser(const Common::U32String&, Common::FSNode&, bool)':
backends/dialogs/amigaos/amigaos-dialogs.cpp:111:56: warning: cast from type 'const value_type*' {aka 'const char*'} to type 'char*' casts away qualifiers [-Wcast-qual]
char *newTitle = utf8ToLocal((char *)utf8Title.c_str());
^
Nevermind the below...simply removing "ASLFR_DrawersOnly, " from the ASLWindow works  ... and show me how to get the files (and not only the directories) to display in the asl requester, that would be grand (The sdl implementation of the file browser does show the files too and i want to stick as close to the original behaviour as possible)
|
|