"Fatal error LNK1561: entry point must be defined" SOLUTION
In Visual Studio 2010, an empty project is created.
Add *. cpp, *. h
Then, during compilation, the following error occurs: "fatal error LNK1561: entry point must be defined"
Method: Click System Options on the left and set the subsystem on the right to "Windows form program ":
650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131228/1926092P9-0.jpg "style =" float: none; "title =" qqpinyin unnamed name 1.jpg "alt =" 223508498.jpg"/>
650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131228/1926091U5-1.jpg "style =" float: none; "title =" qqpinyin unnamed .jpg "alt =" 223525566.jpg"/>
Select the code generation below C/C ++ on the left side, and set the Runtime Library as "multi-threaded DLL" on the right side ":
Unknown cause .....
This article from the "casual" blog, please be sure to keep this http://suixinsuixin.blog.51cto.com/7444588/1304980