Advertisement
Guest User

Untitled

a guest
May 30th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.24 KB | None | 0 0
  1. 1>------ Rebuild All started: Project: Weather, Configuration: Release Win32 ------
  2. 1>Build started 30.05.2012 17:32:00.
  3. 1>PrepareForBuild:
  4. 1> Creating directory "D:\Sources\myranda_working\protocols\Weather\Release/Plugins\".
  5. 1>InitializeBuildStatus:
  6. 1> Creating "D:\Sources\myranda_working\protocols\Weather\Release/Obj/Weather\Weather.unsuccessfulbuild" because "AlwaysCreate" was specified.
  7. 1>ClCompile:
  8. 1> weather.cpp
  9. 1> weather_addstn.cpp
  10. 1> weather_contacts.cpp
  11. 1> weather_conv.cpp
  12. 1>weather_conv.cpp(525): error C2664: 'wcscat' : cannot convert parameter 2 from 'char [128]' to 'const wchar_t *'
  13. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  14. 1>weather_conv.cpp(529): error C2664: 'wcscat' : cannot convert parameter 2 from 'char [16]' to 'const wchar_t *'
  15. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  16. 1>weather_conv.cpp(530): error C2664: 'wcscat' : cannot convert parameter 2 from 'char [16]' to 'const wchar_t *'
  17. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  18. 1>weather_conv.cpp(531): error C2664: 'wcscat' : cannot convert parameter 2 from 'char [16]' to 'const wchar_t *'
  19. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  20. 1>weather_conv.cpp(532): error C2664: 'wcscat' : cannot convert parameter 2 from 'char [64]' to 'const wchar_t *'
  21. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  22. 1>weather_conv.cpp(533): error C2664: 'wcscat' : cannot convert parameter 2 from 'char [16]' to 'const wchar_t *'
  23. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  24. 1>weather_conv.cpp(534): error C2664: 'wcscat' : cannot convert parameter 2 from 'char [16]' to 'const wchar_t *'
  25. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  26. 1>weather_conv.cpp(535): error C2664: 'wcscat' : cannot convert parameter 2 from 'char [128]' to 'const wchar_t *'
  27. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  28. 1>weather_conv.cpp(536): error C2664: 'wcscat' : cannot convert parameter 2 from 'char [16]' to 'const wchar_t *'
  29. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  30. 1>weather_conv.cpp(537): error C2664: 'wcscat' : cannot convert parameter 2 from 'char [32]' to 'const wchar_t *'
  31. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  32. 1>weather_conv.cpp(538): error C2664: 'wcscat' : cannot convert parameter 2 from 'char [128]' to 'const wchar_t *'
  33. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  34. 1>weather_conv.cpp(539): error C2664: 'wcscat' : cannot convert parameter 2 from 'char [16]' to 'const wchar_t *'
  35. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  36. 1>weather_conv.cpp(541): error C2664: 'wcscmp' : cannot convert parameter 1 from 'char [64]' to 'const wchar_t *'
  37. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  38. 1>weather_conv.cpp(541): error C2664: 'wcscat' : cannot convert parameter 2 from 'char [64]' to 'const wchar_t *'
  39. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  40. 1>weather_conv.cpp(544): error C2664: 'wcscat' : cannot convert parameter 2 from 'char [16]' to 'const wchar_t *'
  41. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  42. 1>weather_conv.cpp(545): error C2664: 'wcscat' : cannot convert parameter 2 from 'char [16]' to 'const wchar_t *'
  43. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  44. 1>weather_conv.cpp(546): error C2664: 'wcscat' : cannot convert parameter 2 from 'char [32]' to 'const wchar_t *'
  45. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  46. 1> weather_data.cpp
  47. 1>weather_data.cpp(57): error C2664: 'GetStationID' : cannot convert parameter 2 from 'char [128]' to 'TCHAR *'
  48. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  49. 1>weather_data.cpp(59): error C2664: 'DBGetStaticString' : cannot convert parameter 4 from 'char [128]' to 'TCHAR *'
  50. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  51. 1>weather_data.cpp(60): error C2664: 'wcscpy' : cannot convert parameter 1 from 'char [128]' to 'wchar_t *'
  52. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  53. 1>weather_data.cpp(61): error C2664: 'DBGetStaticString' : cannot convert parameter 4 from 'char [64]' to 'TCHAR *'
  54. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  55. 1>weather_data.cpp(62): error C2664: 'wcscpy' : cannot convert parameter 1 from 'char [64]' to 'wchar_t *'
  56. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  57. 1>weather_data.cpp(63): error C2664: 'DBGetStaticString' : cannot convert parameter 4 from 'char [128]' to 'TCHAR *'
  58. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  59. 1>weather_data.cpp(64): error C2664: 'wcscpy' : cannot convert parameter 1 from 'char [128]' to 'wchar_t *'
  60. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  61. 1>weather_data.cpp(65): error C2664: 'DBGetStaticString' : cannot convert parameter 4 from 'char [16]' to 'TCHAR *'
  62. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  63. 1>weather_data.cpp(66): error C2664: 'wcscpy' : cannot convert parameter 1 from 'char [16]' to 'wchar_t *'
  64. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  65. 1>weather_data.cpp(67): error C2664: 'DBGetStaticString' : cannot convert parameter 4 from 'char [16]' to 'TCHAR *'
  66. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  67. 1>weather_data.cpp(68): error C2664: 'wcscpy' : cannot convert parameter 1 from 'char [16]' to 'wchar_t *'
  68. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  69. 1>weather_data.cpp(69): error C2664: 'DBGetStaticString' : cannot convert parameter 4 from 'char [16]' to 'TCHAR *'
  70. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  71. 1>weather_data.cpp(70): error C2664: 'wcscpy' : cannot convert parameter 1 from 'char [16]' to 'wchar_t *'
  72. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  73. 1>weather_data.cpp(71): error C2664: 'DBGetStaticString' : cannot convert parameter 4 from 'char [32]' to 'TCHAR *'
  74. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  75. 1>weather_data.cpp(72): error C2664: 'wcscpy' : cannot convert parameter 1 from 'char [32]' to 'wchar_t *'
  76. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  77. 1>weather_data.cpp(73): error C2664: 'DBGetStaticString' : cannot convert parameter 4 from 'char [32]' to 'TCHAR *'
  78. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  79. 1>weather_data.cpp(74): error C2664: 'wcscpy' : cannot convert parameter 1 from 'char [32]' to 'wchar_t *'
  80. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  81. 1>weather_data.cpp(75): error C2664: 'DBGetStaticString' : cannot convert parameter 4 from 'char [16]' to 'TCHAR *'
  82. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  83. 1>weather_data.cpp(76): error C2664: 'wcscpy' : cannot convert parameter 1 from 'char [16]' to 'wchar_t *'
  84. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  85. 1>weather_data.cpp(77): error C2664: 'DBGetStaticString' : cannot convert parameter 4 from 'char [64]' to 'TCHAR *'
  86. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  87. 1>weather_data.cpp(78): error C2664: 'wcscpy' : cannot convert parameter 1 from 'char [64]' to 'wchar_t *'
  88. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  89. 1>weather_data.cpp(79): error C2664: 'DBGetStaticString' : cannot convert parameter 4 from 'char [16]' to 'TCHAR *'
  90. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  91. 1>weather_data.cpp(80): error C2664: 'wcscpy' : cannot convert parameter 1 from 'char [16]' to 'wchar_t *'
  92. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  93. 1>weather_data.cpp(81): error C2664: 'DBGetStaticString' : cannot convert parameter 4 from 'char [16]' to 'TCHAR *'
  94. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  95. 1>weather_data.cpp(82): error C2664: 'wcscpy' : cannot convert parameter 1 from 'char [16]' to 'wchar_t *'
  96. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  97. 1>weather_data.cpp(83): error C2664: 'DBGetStaticString' : cannot convert parameter 4 from 'char [16]' to 'TCHAR *'
  98. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  99. 1>weather_data.cpp(84): error C2664: 'wcscpy' : cannot convert parameter 1 from 'char [16]' to 'wchar_t *'
  100. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  101. 1>weather_data.cpp(85): error C2664: 'DBGetStaticString' : cannot convert parameter 4 from 'char [16]' to 'TCHAR *'
  102. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  103. 1>weather_data.cpp(86): error C2664: 'wcscpy' : cannot convert parameter 1 from 'char [16]' to 'wchar_t *'
  104. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  105. 1>weather_data.cpp(87): error C2664: 'DBGetStaticString' : cannot convert parameter 4 from 'char [16]' to 'TCHAR *'
  106. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  107. 1>weather_data.cpp(88): error C2664: 'wcscpy' : cannot convert parameter 1 from 'char [16]' to 'wchar_t *'
  108. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  109. 1> weather_http.cpp
  110. 1> weather_icons.cpp
  111. 1> weather_info.cpp
  112. 1> weather_ini.cpp
  113. 1> weather_mwin.cpp
  114. 1> weather_opt.cpp
  115. 1> weather_popup.cpp
  116. 1> weather_svcs.cpp
  117. 1> weather_update.cpp
  118. 1>weather_update.cpp(84): error C2664: 'TranslateW' : cannot convert parameter 1 from 'char [128]' to 'const WCHAR *'
  119. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  120. 1>weather_update.cpp(84): error C2664: 'wcscpy' : cannot convert parameter 1 from 'char [128]' to 'wchar_t *'
  121. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  122. 1>weather_update.cpp(89): error C2664: '_wcsicmp' : cannot convert parameter 1 from 'char [128]' to 'const wchar_t *'
  123. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  124. 1>weather_update.cpp(94): error C2664: '_wcsicmp' : cannot convert parameter 1 from 'char [16]' to 'const wchar_t *'
  125. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  126. 1>weather_update.cpp(101): error C2664: '_wcsicmp' : cannot convert parameter 1 from 'char [64]' to 'const wchar_t *'
  127. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  128. 1>weather_update.cpp(125): error C2664: 'DBWriteContactSettingWString' : cannot convert parameter 4 from 'char [64]' to 'const WCHAR *'
  129. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  130. 1>weather_update.cpp(126): error C2664: 'DBWriteContactSettingWString' : cannot convert parameter 4 from 'char [128]' to 'const WCHAR *'
  131. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  132. 1>weather_update.cpp(127): error C2664: 'DBWriteContactSettingWString' : cannot convert parameter 4 from 'char [16]' to 'const WCHAR *'
  133. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  134. 1>weather_update.cpp(128): error C2664: 'DBWriteContactSettingWString' : cannot convert parameter 4 from 'char [64]' to 'const WCHAR *'
  135. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  136. 1>weather_update.cpp(158): error C2664: 'wcscmp' : cannot convert parameter 1 from 'char [128]' to 'const wchar_t *'
  137. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  138. 1> weather_userinfo.cpp
  139. 1>weather_userinfo.cpp(101): error C2664: 'SetDlgItemTextW' : cannot convert parameter 3 from 'char [16]' to 'LPCWSTR'
  140. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  141. 1>weather_userinfo.cpp(102): error C2664: 'SetDlgItemTextW' : cannot convert parameter 3 from 'char [16]' to 'LPCWSTR'
  142. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  143. 1>weather_userinfo.cpp(105): error C2664: 'SetDlgItemTextW' : cannot convert parameter 3 from 'char [16]' to 'LPCWSTR'
  144. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  145. 1>weather_userinfo.cpp(106): error C2664: 'SetDlgItemTextW' : cannot convert parameter 3 from 'char [32]' to 'LPCWSTR'
  146. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  147. 1>weather_userinfo.cpp(107): error C2664: 'SetDlgItemTextW' : cannot convert parameter 3 from 'char [32]' to 'LPCWSTR'
  148. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  149. 1>weather_userinfo.cpp(108): error C2664: 'SetDlgItemTextW' : cannot convert parameter 3 from 'char [16]' to 'LPCWSTR'
  150. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  151. 1>weather_userinfo.cpp(109): error C2664: 'SetDlgItemTextW' : cannot convert parameter 3 from 'char [16]' to 'LPCWSTR'
  152. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  153. 1>weather_userinfo.cpp(112): error C2664: 'SetDlgItemTextW' : cannot convert parameter 3 from 'char [16]' to 'LPCWSTR'
  154. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  155. 1>weather_userinfo.cpp(113): error C2664: 'SetDlgItemTextW' : cannot convert parameter 3 from 'char [16]' to 'LPCWSTR'
  156. 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  157. 1>
  158. 1>Build FAILED.
  159. 1>
  160. 1>Time Elapsed 00:00:04.55
  161. ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement