Compiler Issue in Windows 7: A generic error occurred in GDI+

后端 未结 6 1301
一个人的身影
一个人的身影 2021-01-16 04:10

We have an application that we need to begin testing and developing in Windows 7 environment. It works fine compiling under WinXP in VS2008, no problems. However when I went

6条回答
  •  孤城傲影
    2021-01-16 04:56

    I compiled using the command line msbuild and that identified the problem location.

    It was a resx file in a class which had one unused image in it. I removed that and all was good again. Can build fine now.

提交回复
热议问题