¡@

Home 

2014/10/15 ¤U¤È 10:11:24

iphone Programming Glossary: minizip

Is there any zip decompression for iPhone?

http://stackoverflow.com/questions/1230351/is-there-any-zip-decompression-for-iphone

Don't expose symbols from a used library in own static library

http://stackoverflow.com/questions/1601900/dont-expose-symbols-from-a-used-library-in-own-static-library

library I am writing a reusable static library for the iPhone following the directions provided here . I want to use minizip in my library internally but don't want to expose it to the user. It should be possible for the user to include minizip.. in my library internally but don't want to expose it to the user. It should be possible for the user to include minizip themselves possibly a different version and not cause clashes with my inner minizip version. Is this possible Edit I've.. possible for the user to include minizip themselves possibly a different version and not cause clashes with my inner minizip version. Is this possible Edit I've tried adding fvisibility hidden to additional compiler flags for minizip files and changing..