A good tip on how to set up reverse tunnels (or remote port forwarding) with Secure Shell (SSH).
http://www.matthanger.net/2008/04/creating-persistent-ssh-tunnels-in.html
Posted on Feb 10, 2011
A good tip on how to set up reverse tunnels (or remote port forwarding) with Secure Shell (SSH).
http://www.matthanger.net/2008/04/creating-persistent-ssh-tunnels-in.html
Posted on Jan 12, 2011
A very good article explaining what is different in VS2010.
http://blogs.msdn.com/b/vcblog/archive/2010/03/02/visual-studio-2010-c-project-upgrade-guide.aspx
Posted on Jan 11, 2011
The following two posts are discussing how to deal with a link error you see when you try to export a string class inherited from std::string. In the second post, some workarounds are also suggested.
If those workarounds do not work for you, you can try to link your binary to old libraries. Open the General Property Page of the project and set Platform Toolset to v90, instead of v100. → This works only if you installed Visual Studio 2008 as well.
I did some more experiments and found that the order of header files in the include statements do something with this. Sometimes the error disappears by just rearranging the order of headers. If it doesn’t work, try turning off the precompiled header option in the library exporting the string class.
Posted on Jan 11, 2011
Posted on Jan 11, 2011
From MSDN: http://msdn.microsoft.com/en-us/library/e2h7fzkw%28VS.100%29.aspx#uninstalling
To uninstall Visual Studio, download and run the Microsoft Visual Studio 2010 Uninstall Utility (or download from this page). By default, this removes Visual Studio and supporting components, but does not remove components that are shared with other applications on the computer. To also remove shared components, run the uninstall utility with the /full switch. To also remove the .NET Framework 4, use the netfx switch. Uninstalling shared components or .NET Framework 4 may break earlier versions of Visual Studio or other applications that depend on.
If you cannot uninstall Visual Studio by using the uninstall utility, you can perform a manual uninstall by removing Visual Studio and then removing related components.