Geschrieben May 11, 2016 at 14:2911. Mai 2016 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.
Geschrieben May 12, 2016 at 08:0412. Mai 2016 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
Geschrieben May 12, 2016 at 15:1112. Mai 2016 Autor Yes you are right of course regarding the deprecation status. The new file compiles without any issues. Thanks very much.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.