-
DB Link 5.7 and deprecated c++ functions (VS 2010)
Hi,
I am performing a software migration, from Visual Studio 2003 to 2010. With DB Link 5.7, I get some deprecation warnings, for exemple with IldSQLType::setName (use of strcpy instead of strcpy_s).
I think it can be fixed by setting on the constant _CRT_SECURE_NO_WARNINGS. But is there any other way to fix this issue?
Best regards,
Davy KHUU
-
Hello Davy,
Alas no there is no other way.
Up to my knowledge, these warnings are actually harmless and can be ignored.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules