Austin71 Geschrieben May 11, 2016 at 14:29 Geschrieben May 11, 2016 at 14:29 Friends: I'm completely new to Tinkerforge, forgive my ignorance. When attempting to compile a solution using Visual Studio 2015, I get several compiler errors in the file ip_connection.c, which for my project I have renamed ip_connection.cpp. All of the errors relate to use of deprecated terms or string functions which have been declared unsafe. Is there a newer version of these files? Any other remedies? Thanks. Zitieren
photron Geschrieben May 12, 2016 at 08:04 Geschrieben May 12, 2016 at 08:04 Actually, non of these are errors. They are all just deprecation warnings that can be ignored. Anyway, here's a version that has those warnings fixed for you to test. Also the next release of the C/C++ bindings will have those warnings fixed.ip_connection.c Zitieren
Austin71 Geschrieben May 12, 2016 at 15:11 Autor Geschrieben May 12, 2016 at 15:11 Yes you are right of course regarding the deprecation status. The new file compiles without any issues. Thanks very much. Zitieren
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.