home Forums # Technical Support C3646 – unknown override specifier in Complexity.h Reply To: C3646 – unknown override specifier in Complexity.h

#2657
Unknown
Member

Dear, Thanks for your response.

After reading the resources and more, I added the following “cl.exe fuzzylite.lib Debug\bin /DFL_IMPORT_LIBRARY /DFL_CPP98=ON” into the Property Page->Command Line->Additional Options in MS VS 2013. This solved the problem of defining the flags for C++98 in VS, I guess.

However, I got some newer, but related, bugs. The four new bugs that popped are:

====================================================================================================================================
Warning 1 warning D9025: overriding ‘/MDd’ with ‘/MD’ F:\…\ConsoleApplication3\ConsoleApplication3\cl
Error 2 error C1083: Cannot open source file: ‘Debug\bin’: No such file or directory F:\…\ConsoleApplication3\ConsoleApplication3\c1xx
Error 3 error C1083: Cannot open source file: ‘fuzzylite.lib’: No such file or directory F:\…\ConsoleApplication3\ConsoleApplication3\c1xx
Error 4 error C1083: Cannot open source file: ‘cl.exe’: No such file or directory F:\…\ConsoleApplication3\ConsoleApplication3\c1xx ConsoleApplication3
====================================================================================================================================

Kindly guide more…

Thanks.