I am upgrading a huge solution from VS2005 to VS2010. In this solution, 4 projects built DLL.
But I can't open them ! I get an ASSERT alert when I try to open the first one.
When I use dumpbin, I can see all functions. So I think (hope) that they are ok.
On MSDN, they speak about a _dllmain entry point : is this entry point automatically created ?
Does the fact that VS2005 was on a 32 bits machine and VS2010 on a W7-64bits machine matter ?