Running Visual COBOL 2.1, Visual Studio 2010 SP1
I have a native COBOL link library project consisting of a single resource file (EMAILRES.RC). I believe this was taken from a Micro Focus email demo. When I build the project I get this error:
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
From what I find on Visual Studio forums this was fixed by Service Pack 1 which is already installed. Someone recommended reinstalling SP 1. Any thoughts on this?
I noticed that EMAILRES.RES was put into obj\\x86\\debug so it must be a problem with linking. By the way, if an INT/GNT project build finds a .RES file in obj\\x86\\debug you get the same "failed to find file" error as you get when there's an .OBJ file in that directory.
#VisualCOBOLautoscalemodescreenresolution



