| | Compiling...
kmp_client_api.cpp
c:\documents and settings\brice h\desktop\ccr\kmp_client_api.cpp(192) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
c:\documents and settings\brice h\desktop\ccr\kmp_client_api.cpp(253) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
c:\documents and settings\brice h\desktop\ccr\kmp_client_api.cpp(262) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
c:\documents and settings\brice h\desktop\ccr\kmp_client_api.cpp(373) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
c:\documents and settings\brice h\desktop\ccr\kmp_client_api.cpp(384) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
..\tos_api.def(3) : warning LNK4017: EXPORT statement not supported for the target platform; ignored
..\tos_api.def(4) : warning LNK4017: TOS_RequestTrackData statement not supported for the target platform; ignored
..\tos_api.def(5) : warning LNK4017: TOS_RequestTrackDataUpdates statement not supported for the target platform; ignored
..\tos_api.def(6) : warning LNK4017: TOS_RequestLoadTrackFromFile statement not supported for the target platform; ignored
..\tos_api.def(7) : warning LNK4017: TOS_SendTrackData statement not supported for the target platform; ignored
..\tos_api.def(8) : warning LNK4017: TOS_SetTrainSpeed statement not supported for the target platform; ignored
..\tos_api.def(9) : warning LNK4017: TOS_SetTrainAccessory statement not supported for the target platform; ignored
..\tos_api.def(10) : warning LNK4017: TOS_RequestTrainUpdates statement not supported for the target platform; ignored
..\tos_api.def(11) : warning LNK4017: TOS_SendTrainData statement not supported for the target platform; ignored
..\tos_api.def(12) : warning LNK4017: TOS_RequestTrainData statement not supported for the target platform; ignored
..\tos_api.def(13) : warning LNK4017: TOS_RequestOwnership statement not supported for the target platform; ignored
..\tos_api.def(14) : warning LNK4017: TOS_ActivateNode statement not supported for the target platform; ignored
..\tos_api.def(15) : warning LNK4017: TOS_RequestResourceUpdates statement not supported for the target platform; ignored
..\tos_api.def(16) : warning LNK4017: TOS_GrantResource statement not supported for the target platform; ignored
..\tos_api.def(17) : warning LNK4017: TOS_DenyResource statement not supported for the target platform; ignored
..\tos_api.def(18) : warning LNK4017: TOS_SendResourceData statement not supported for the target platform; ignored
..\tos_api.def(19) : warning LNK4017: TOS_SetTrainSpeedDCC statement not supported for the target platform; ignored
..\tos_api.def(20) : warning LNK4017: TOS_SetTrainAccessoryDCC statement not supported for the target platform; ignored
..\tos_api.def(21) : warning LNK4017: TOS_SetTurnout statement not supported for the target platform; ignored
..\tos_api.def(22) : warning LNK4017: TOS_ReadAIU statement not supported for the target platform; ignored
..\tos_api.def(23) : warning LNK4017: TOS_SendAIUUpdate statement not supported for the target platform; ignored
..\tos_api.def(24) : warning LNK4017: TOS_SendDCCPacket statement not supported for the target platform; ignored
..\tos_api.def(25) : warning LNK4017: TOS_DCCAck statement not supported for the target platform; ignored
..\tos_api.def(26) : warning LNK4017: TOS_DCCNack statement not supported for the target platform; ignored
Creating library .\Debug/tos_api.lib and object .\Debug/tos_api.exp
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation. All rights reserved.
|