Packer Problem

Mac OSX specific forum
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Packer Problem

Post by Fred »

No, PowerPC mac are differents, but Intel one are like Intel Windows
delikanli_19_82
User
User
Posts: 38
Joined: Tue Jun 21, 2011 6:11 pm

Re: Packer Problem

Post by delikanli_19_82 »

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.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: Packer Problem

Post by ts-soft »

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
Debugger Output wrote:ings.prof1zlb
1.png�PNG
Testpack here: http://gonuldefterim.de/packertest/
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.
Image
Post Reply