Packer Problem
Re: Packer Problem
No, PowerPC mac are differents, but Intel one are like Intel Windows
-
- User
- Posts: 38
- Joined: Tue Jun 21, 2011 6:11 pm
Re: Packer Problem
hi fred,
i tested with the UseZipPacker().
With that, it works fine cross platform. but with the UseBriefLZPacker() it doesn't. i think this is a bug.
i tested with the UseZipPacker().
With that, it works fine cross platform. but with the UseBriefLZPacker() it doesn't. i think this is a bug.
Re: Packer Problem
If you unpack a on MacOS packed BriefLZ pack, in unicode under windows, the filenames a wrong!
Code: Select all
UseBriefLZPacker()
If OpenPack(0, "d:\TS-TEMP\mactest.mdoc")
If ExaminePack(0)
While NextPackEntry(0)
Debug PackEntryName(0)
Wend
EndIf
ClosePack(0)
EndIf
Testpack here: http://gonuldefterim.de/packertest/Debugger Output wrote:ings.prof1zlb
1.png�PNG
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
