ZbarSDK errors (Screenshot included) - iphone-sdk-3.0

I keep getting errors trying to implement the ZBarSDK. I have previously done so without any problem but now it's making me go nuts :)
Anyone with any clue of what is going on, is welcome to answer..
Thanks in advance,
Lewion

Ensure all of the required Frameworks are added to your Project.

Related

My Ftp Custom Provider is not invoked

I've gone through all steps in tutorial on IIS Website, how create my own custom Ftp Logging/Authentication Provider. Unfortunately, it doesn't work still. What can I do?
I've been struggling with this problem for past few days. And I finally got it.
Sometimes it doesn't work at all. Sometimes, it works for a while and suddenly, after few changes in code [or somewhere else] it stops and you can't find out what happened [that was in my case].
To solve my problem [and, I believe, many others] helps me this article:
http://blogs.msdn.com/b/robert_mcmurray/archive/2012/08/28/troubleshooting-custom-ftp-providers-with-etw.aspx
It's pretty hard to google, but value of tool from article is enormous.
I hope you can find and solve your problem with it, too.

Exceptions using htmlagilitypack

i am working with html-agility-pack in vb.net and facing a problem. my project was working fine 2 days ago, but now it is generating some kind of exceptions . i am wondering that what is happening . can anyone please help. screen shots are attached thanks
i resolved the problem. thanks everyone for valueable commenting. the proble was due to proxy settings in my default browser. code is totally right.

XCode 4 pinwheeling while trying to debug

It seems whenever I go to use the debugger in my project xcode decides to get caught and shows the pinwheel indefinitely. (haven't waited more than 5 minutes.) The strange thing is that this is only happening with one of my projects, the other ones are working fine. I can mouse over a variable and it will give me the information and everything, but in my one application, not such luck.
Is there a programming error that would cause such an issue? Or is there a possible solution to this problem? Thanks in advance for any help!
It sounds like there might be an infinite loop somewhere... Otherwise I have no clue. Try rebooting your Mac. Try simulator versus device.
I honestly have no clue what the problem was, it stopped doing it all of a sudden, then I did an update to xcode and it has not done it since. It probably just caught a hitch somewhere. whatever. Thanks for your help!

Objective C twitter client help!

I'm trying to update my app (iSocialNet) to use the latest version of MGTwitterEngine without success. I've successfully got iSocialNet to work using Ben Gottlieb's Twitter+OAuth, but there are issues that come with it.
What I would like to do is make my own 'TwitterEngine' but I'm not sure where to start. Can anyone please point me in the right direction? I must warn you that my knowledge of ObjC is minimal, but I'm getting there. Any help is appreciated.
The problem with Twitter+OAuth is that I can't get native retweets to show in the timeline, there's no retweet feature in the MGTE supplied, I can't get all users that a person follows and that's just what I've encountered so far. This is why i need to either update MGTE which comes with OAuth or i need to implement my own engine. I know that OAuth is tricky, but there's a library that MGTE uses that I would use. It's the actuall speaking to twitter that I don't understand.
Many thanks in advance
You could try to parse the timeline directly off twitter, I have same problem and I think it may solve the retweet problem as well as parse the follower list off twitter too ;)
I'd recommend you to explain your problems with Ben Gottlieb's Twitter+OAuth here better than implementing a new OAuth engine, that's absolutely not trivial and with little Objective-C knowledgement it could be disappointing for you! We can help each other here and by reusing code.

No Captcha in DNN Enquiry Form

So I've tried a few times, and a few different versions; but I cannot get the captcha to show up in any browser for the life of me on the Enquiry Module. It's a broken image.
Anyone else running into this issue? This looks to be a very basic module, and I see it being used everywhere online. I don't think I'm messing up, but please correct me if I'm wrong.
I can't get the form to process without the captcha requirement, and this is really putting me behind on moving forward. I would appreciate any tips or advice you may have to offer.
I just upgraded to DNN v5.6.2, uninstalled the Enquiry, reinstalled it, and now everything works well. Awesomeness! :)