How to resolve "LINK : fatal error LNK1561: entry point must be defined"?
Asked Answered
V

1

2

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 recompiling MySQL Storage engine example with Visual Studio 2008.

Virgel answered 23/7, 2009 at 5:48 Comment(1)
msdn.microsoft.com/en-us/library/ky737ya4.aspxChaddie
P
14

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

Paresthesia answered 21/1, 2010 at 1:58 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.