How to unrar in Objective-C (iPhone)? - iphone

I need to unrar some files in Objective-C (iPhone). I tried to compile the unrar sources in xcode, but failed.
Appreciate it if some experts could teach me how to unrar in Objective-C (iPhone).
Any suggestions is welcome. Thank you.

I could do a successful build of unrar sources, however I need help with an example project and further fixes.
Here's the github project:
https://github.com/ararog/Unrar4iOS

personally i use ZipArchive Library it can uncompress anything for me so far with Encryption method such as AES.
Have a look at their site http://www.artpol-software.com/ i can help you compiling the library.
if you're insist to use unrar library please let me know what you're facing exactly to provide with the appropriate help.

Related

Library not found for -lOAuthConsumer_iPhone

I have an iphone app to upload to the AppStore and I am stuck with Xcode.
It keeps telling me when I want to create a build:
Library not found for -lOAuthConsumer_iPhone
I have checked everywhere on the web and haven't really found what the problem is.
Please bear in mind that I am not an iphone developer. I just know how to submit the apps but this bug here is really annoying as I can't find what it is.
Where can I find that library and how can I install it?
And where to install it??
It seems like the project is asking for the OAuthConsumer Library which can be found at: https://github.com/jdg/oauthconsumer.
You first need to check if your Project actually needs the library and ensure that the Security.framework is included as described in the OAuthConsumer readme

iPhone : mkv/mka parsing libraries

This may sound a newbie question however I'm new to iOS dev.
Are there any mkv parser libraries for iOS, please suggest some links.
Also I would like to know if their license do not conflict with Apple's applications store terms ?
Thanks in advance !
Have to answer to my own question, the result of my research are. Following projects can be used to achieve mentioned functionality libVLC, libVLCcore and libVLC more info here http://www.videolan.org/vlc/download-ios.html

How to build DCMTK library to use in iPhone project?

I'm newbie to iPhone programming.I want to use DCMTK library in my iPhone project to display DICOM image but I don't know how.
I search google to use DCMTK on iPhone project.They tell me use CMake to configure and build on XCode. I have already successfully used CCmake to compile dcmtk3.6 but not build it in ios environment on XCode.It have 69 error of dcmprscp about Apple Mach-O Linker (Id) Error.
Have any idea,Thank you for answer. :)
ps.sorry for my bad english.
We can use DCMTK on iOS. The follow link will help someone who looks for information about this.
http://www.cppblog.com/kesalin/archive/2011/11/10/dcmtk_ios.html
That post is written in Chinese with many screenshots, we still can get enough information to work it out.
This is likely NOT a cmake issue, but rather an issue with trying to use DCMTK for iphone.
The "dcmprscp" module appears to be a command line tool, which I wouldn't expect to work under iOS. Start with building the DCMTK libraries under iOS & skip building the command line tools completely.

Is there any Number recognition SDK or frameworks or libraries for iPhone

I need number recognition for my project, as i will write the number using touches. i want that to be recognized.
Can anyone Please Help me, provide me any ideas or frameworks or libraries related to this.
this might get you started http://code.google.com/p/dollar-touch/

RAR Decompress on iPhone Device

Has anyone found a solution to decompressing RAR files on iPhone (not Jailbroken)? It would be great if there was a library similar to libz.
I did not find anything official from RARlab.
Anyone successful with integrating unRAR into their app? The
source code appears to be C++?
I know that this has been asked before, but I've not seen a solution other than porting unRAR which is beyond me. Would greatly appreciate any information or suggestions. Thank you.
If you want to use the unRAR in an iOS app, you'll probably need to find someone experience with C++ to integrate it into your project.