Austin71 Posted May 11, 2016 at 02:29 PM Share Posted May 11, 2016 at 02:29 PM 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. Quote Link to comment Share on other sites More sharing options...
photron Posted May 12, 2016 at 08:04 AM Share Posted May 12, 2016 at 08:04 AM 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 Quote Link to comment Share on other sites More sharing options...
Austin71 Posted May 12, 2016 at 03:11 PM Author Share Posted May 12, 2016 at 03:11 PM Yes you are right of course regarding the deprecation status. The new file compiles without any issues. Thanks very much. Quote Link to comment Share on other sites More sharing options...
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.