Finally having time to work on my WIP and just installed V2_11.
I use MS VS 2010 express and have from the beginning.
Using previously working projects with updates for the new library and header files has a problem.
The compile works fine and then it dies during the link stage with the following error:
Quote: "LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt"
If I remove the .rc file from the project, it links fine. But it loses the default icon for the project.
I tried compiling the template and it had the same problem. Of course, it started with running into a problem trying to include "afxres.h". So I simplified the template.rc and resource.h files to what I have used for a couple of years with V1. And still get the link error.
If I remove the .rc file from the project, it compiles and links fine. But the final executable does not have the right default icon (or any for that matter).
I tested V2 7, 10 and 11. All the same results.
So I tried V1 v10818 and v10819. Same results. Which is really odd.
And I just realized that the only thing to change from when V2_7 worked was my installing MS VS 2012 Express without uninstalling 2010 first.
I am betting that is what the problem is.
And I cannot get MS VS 2012 to open the vs2013 projects. When VS13Express gets installed, it shows up as MS VS 2012.
So, time to uninstall 2012/13 and maybe reinstall 2010.
Cheers,
Ancient Lady