coin-or / qpOASES

Open-source C++ implementation of the recently proposed online active set strategy
GNU Lesser General Public License v2.1
376 stars 127 forks source link

snprintf() function not supported #19

Closed svigerske closed 4 years ago

svigerske commented 4 years ago

Issue created by migration from Trac.

Original creator: ferreau

Original creation time: 2014-07-24 15:04:53

Assignee: ferreau

Version:

If compilation fails due to the fact that the snprintf() function is not supported, you can uncomment line 41 within <install-dir>/include/qpOASES/Types.hpp and try to compile again.

(changed by ferreau at 2014-07-24 15:09:00)

svigerske commented 4 years ago

Comment by ferreau created at 2014-07-24 15:09:00

Resolution: fixed