I have an application that I have used AsyncSocket with success, but the application is required to run on 32-bit Mac systems so I'd like a non-ARC version of AsyncSocket. In my searching I am finding indications that AsyncSocket was indeed non-ARC in earlier versions but I cannot find any site that has archives of older versions. GitHub only seems to have an ARC version. Does anyone know where I can find a non-ARC version?
Edit: nevermind, I scrolled back through github commits and can get what I need.
New answer to an old question, but in case anyone's wondering, CocoaAsyncSocket was converted to ARC in 7.1. Grab the latest 7.0.x for non-ARC.
More info on the wiki: link
Related
I've tried to download instant veins 5.1i2, but after going to this link https://veins.car2x.org/download/
I couldn't find it. How can I access the old version?
As a rule, we are not making old binaries available - especially for virtual machines this would just be too much data, and binaries can always be quickly and painlessly built from source: all build scripts are available for all versions.
In your specific case you might be in luck and the old version not yet deleted. Try changing the URL of the downloaded file.
I have been tasked with fixing a bug found in a legacy app written in version 2.4.0 or 2.6.0 of STS.
After spending the better part of 2 days trying to port it to 3.6.2 without success I need to get my hands on either of these older releases to see if this even works or if there is something wrong with the app code base. I have spent the better part of an hour searching STS Spring for previous versions but can't find anything on the site. Where are previous versions of STS or why have they been stashed away?
OS Target: Window 7 - 64 bit
Thanks
Having a look at this post and the filename of the current version, you come up with: http://download.springsource.com/release/STS/2.6.0.SR1/dist/e3.6/springsource-tool-suite-2.6.0.SR1-e3.6.2-win32-x86_64.zip
Very strange that they are not linking the old versions even though they are still available.
We are working on a .NET application and recently started using Git for version control.
Our latest release was tagged in Git, and now i am trying to debug some issue.
Here's what i did:
Installed the app (from the release) on my Pc.
Checked out the tagged release version.
Started VS and attached to the process.
Placed breakpoints over some part of the code.
I am getting the message: "Source code is different from original version", however this is the actual code that was compiled to release this installed version.
What am i doing wrong here?
using VS2008 if that matters.
BTW: What is the mechanism that is used to compare if the binaries are different from source code?
When cloning the repo from Git, for example, it will change all files/folders date to the current date. Is this value (datetime) used to determine source code vs. binary?
The problem was i didnt use (or store) the original symbols for this release.
I previously thought symbols only contained source code line information and were not needed to actually debug the program under VS. apparently i was wrong.
A good resource on symbols for anyone who's looking into problems with them: http://www.wintellect.com/CS/blogs/jrobbins/archive/2009/05/11/pdb-files-what-every-developer-must-know.aspx
This post also contains a few other links to MSDN Magazine with more valuable information.
We are using that exact version and I believe I've hit a bug that I might need to fix, however the 2.1RC doesn't fix it, and I don't want to break all dependencies to other frameworks (Windsor for instance) for an upgrade.
They have however removed the SVN repository that contained all tags, and the new git repository doesn't contain any tags at all so I have no idea which revision I should check out.
Does anyone know where I can find the source code? I have an old version for 1.0.3 on my drive but that is of little use now...
To answer my own question, they seem to have put it in a readonly git repository and branched it for 2.0.0 here:
https://github.com/castleproject/Castle.MonoRail-READONLY/tree/2-0-stable
I downloaded Xcode 4.0.2 just a while back. I am not able to connect to the repositories as I was able to do in Xcode 4.0.0.
I do not know the reason for this, and I think the settings are pretty much right. I am now searching for Xcode 4.0.0 so that I could revert back to the earlier version.
Does anybody know where I can find the earlier version of Xcode?
You can look on torrent sites, there may be some out there. Also, try searching Google for links from Apple, you may be able to figure out the download link from the most recent available on Apple.
Are you running Time Machine? You could revert to an earlier version from there.