caffe icon indicating copy to clipboard operation
caffe copied to clipboard

I have a build error

Open dongb5 opened this issue 10 years ago • 2 comments

When I build the project, this error happened. error C2084: function 'int main(int argc, char** argv)' already has a body. How can I solve this problem?

dongb5 avatar Sep 10 '14 13:09 dongb5

It seems you have included more than one main functions, please remove the rest but leave with only one.

niuzhiheng avatar Sep 11 '14 02:09 niuzhiheng

yeah...i really did that...thank you very much.

dongb5 avatar Sep 19 '14 02:09 dongb5