|
> Yes, it opens right on top of the current window.
just checked the source, yes width/height is remembered but position is always 'center'. Guess that can be changed for the next version
> . 7z - doesn't work :(
Works fine here. Maybe the 7z is not 'standard'. Probably it lists an error (if there would be an error window). No calculation is done. If an archive is read, it only lists the TOC (table of contents) in that window.
> Great! In the meantime, is there some commandline option/etc. to enable that? Or > it's a compile-time switch?
No.
> Really, haven't you heard about the GoodMerge program?
Heard yes but never seen it or used it. The scanning procedure is already well defined, so you have to change the datfile to match your needs. When I did Good* datfiles in the past I always put out 2 dats per version. One set separated and one with all roms in one set.
> LOL, didn't know that it's already done :)
Well...I'm currently not satisfied either that the progress window doesn't show the tooltip, too. I added the code but it simply doesn't work for that window...currently I don't know why.
> Aren't these codes` descriptions available anywhere ?
Not that I know of...have to check the SDK again....but as I said: 7z sucks ;)
> As i said, the file got deleted by the rebuilder. It was a file i made > specifically to test 7z support in ClrMamePro. > I've tried to make another one, but they all come up error-free. > I'll look around to see if i can find another suitable file on my drives.
Was it rebuilt when it was removed from the source? If not, that smells like an issue. Have to check that.
> But i got a problem here. After i type the CRC and press OK, ClrMamePro crashes: > that i use Win98SE affect this somehow?
Bug. I will fix this.
> [EDIT] I've managed to make another "error 5" files, here's the link: > http://uploaded.to/?id=508ona > 7z and DAT files included inside the archive. > I think i understood what happens. > If the source folder contains a file in both compressed and uncompressed form > (with same names), the uncompressed file is used for rebuilding and both files > get deleted. I'm not sure yet what checks are performed on the archive.
ok..I will check...I've downloaded the file. Thanks.
*edit* some 7z codes I've found:
#define SZ_OK (0) #define SZE_DATA_ERROR (1) #define SZE_OUTOFMEMORY (2) #define SZE_CRC_ERROR (3)
#define SZE_NOTIMPL (4) #define SZE_FAIL (5)
#define SZE_ARCHIVE_ERROR (6)
 Roman Scherzer
|