| | Compiling...
FantomInterface.cpp
c:\files\tools\fantom\includes\fantom\tStatus.h(218) : warning C4996: 'strcpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\files\tools\fantom\includes\fantom\tStatus.h(219) : warning C4996: 'strncat' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(143) : see declaration of 'strncat'
Message: 'This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\files\tools\fantom\includes\fantom\tStatus.h(237) : warning C4996: 'strcpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\files\tools\fantom\includes\fantom\tStatus.h(238) : warning C4996: 'strncat' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(143) : see declaration of 'strncat'
Message: 'This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\files\tools\fantom\includes\fantom\tStatus.h(299) : warning C4996: 'strcpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\files\tools\fantom\includes\fantom\tStatus.h(300) : warning C4996: 'strncat' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(143) : see declaration of 'strncat'
Message: 'This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\FantomInterface.cpp(117) : warning C4101: 'error' : unreferenced local variable
.\FantomInterface.cpp(136) : warning C4101: 'error' : unreferenced local variable
.\FantomInterface.cpp(154) : warning C4101: 'error' : unreferenced local variable
Linking...
Creating library C:\workspace\NXT\native\win32\Fantom\Fantom\Release\FantomInterface.lib and object C:\workspace\NXT\native\win32\Fantom\Fantom\Release\FantomInterface.exp
Generating code
Finished generating code
Embedding manifest...
|