I'm new to Visual Studio using it first time for my project to create a gui for serial port communication.I'm using version 2013.I created CLR emty project and then added windows form app in source file and then serial port and combobox from tool box then build it and got this error. I've tried all settings changed system to subsystem windows and entry point to main then again to wWinMainCRTStartup but it's still there.Kindly help :(
Asked
Active
Viewed 56 times
0
-
Did you actually write any code? – john Aug 09 '15 at 07:47
-
Well that seems to be the problem, the error is saying that you should write a function called `main`. – john Aug 09 '15 at 09:20
-
@john Thanks! I deleted previous project and started again after adding code to display the form it worked . – Maya Aug 09 '15 at 09:56