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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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:
See http://msdn.microsoft.com/en-us/library/f9t8842e.aspx