what should I do with 2 main function in libsvm for c# -
I want to use libsvm for classification function but there are 2 main functions and one in my program is. Because of this, the earrer: "More entry points are defined" How can I fix this? Should I delete other main functions or what? Yes, you should remove any one of your main functions.
The .Net framework allows only one entry point per .EXE. The entry point is nothing but the gem function.
Comments
Post a Comment