Problem opening Visual C projects

Yesterday I was trying to compile SDL2 addon libraries for Windows, but
when I tried to open the projects with Visual C++ 2010, the conversion
fails and the resulting project doesnt works. This happens for
SDL2-image, ttf and mixer. Is there any way to solve this?–
Roger D. Vargas
Using Gentoo Linux 2010
La unica forma de encontrar los limites de lo posible es yendo mas
alla de ellos, hacia lo imposible

One approach to get these VS2010 subprojects to work, would be to get
the VS2008 projects to work perfectly first, then make a copy of the
csproj and sln files and reopen in VS2010 to start the conversion.
Another more hackish way would be to diff the SDL2 VS2008 and VS2010
projects as a reference to discover the differences between the
projects, and then to manually edit a copy of the subprojects .csproj
files with an editor to make similar udpates.

I can try to have a look at it when I get a chance.On 1/30/2013 6:49 AM, luo_hei at yahoo.es wrote:

Yesterday I was trying to compile SDL2 addon libraries for Windows,
but when I tried to open the projects with Visual C++ 2010, the
conversion fails and the resulting project doesnt works. This happens
for SDL2-image, ttf and mixer. Is there any way to solve this?