12-19-2016 11:03 AM - edited 12-19-2016 11:10 AM
Hi... I have recently started migrating a large series of projects under a single VC++/MFC solution from VS 2005 to VS 2015 under Windows 7. I downloaded and installed NI-488.2.15.5. I ran the updates on the installation. Among the myriad compile/linker errors that I am getting is "LNK1107 invalivid or corrupt file: cannot read at 0x658D" when GPIB-32.obj is linked.
- Is this actually a corrupt file and, if so, is there another to use? (Somehow I doubt that this is the problem.)
- Is there a linker flag that needs to be set/unset?
- Any other suggestions?
Visual Studio documentation on this is pretty sparce.
Thanks in advance for your thoughts
Solved! Go to Solution.
12-19-2016 12:24 PM
Thanks for your views... I appear to have resolved this. It is important to include the updated headers along with the updated object file.
AWO