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

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -