How to resolve “LINK : fatal error LNK1561: entry point must be defined”?

后端 未结 1 1226
野的像风
野的像风 2020-12-18 14:25

How can I resolve the following linking error:

LINK : fatal error LNK1561: entry point must be defined\"

What I was trying to do is simply

相关标签:
1条回答
  • 2020-12-18 14:52

    Not familiar with the 'MySQL Storage engine example' so dont know if its a library or a .exe etc. However, usually the linker is able to infer the correct entry point based on a combination of your settings for:

    • Configuration Properties -> Linker -> System -> SubSystem, and
    • Configuration Properties -> General -> Configuration type

    See http://msdn.microsoft.com/en-us/library/f9t8842e.aspx

    0 讨论(0)
提交回复
热议问题