LNK2022 and LNK2034 linker errors with version 10.0 of the CRT

前端 未结 5 2062
我寻月下人不归
我寻月下人不归 2021-01-05 09:34

Sorry to bother anyone with this question, but I\'ve been researching this for hours, with no resolution yet:

I am porting a rather massive application to the 10.0 C

5条回答
  •  無奈伤痛
    2021-01-05 10:06

    In my case what helped was changing the TargetFramework in the .VCXPROJ to :

    v4.0
    

    But as you've mentioned you need to compile against 3.5 I am not sure what you can do in that case.

提交回复
热议问题