conner99 / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
72 stars 38 forks source link

error C3861: "snprintf": Bezeichner wurde nicht gefunden. #3

Closed conner99 closed 8 years ago

conner99 commented 8 years ago

-file: \src\caffe\util\bbox_util.cpp
-line: 1061 -project: libcaffe

conner99 commented 8 years ago

Microsoft don't support the snprintf() function.

You can use the _snprintf_s() function instead

conner99 commented 8 years ago

closed with commit https://github.com/conner99/caffe/commit/0eb6c97a8f57916e9cfa0e07c9bf16e41579b667

and https://github.com/conner99/caffe/commit/927f9a72a5b86f8ffc6406684b8359b91a69a0d5 before