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

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -