Advertisement
Guest User

Untitled

a guest
Jun 20th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. 1>------ Rebuild All started: Project: Weather, Configuration: Release Win32 ------
  2. 1>Build started 20.06.2012 10:24:15.
  3. 1>InitializeBuildStatus:
  4. 1> Creating "E:\Sources\myranda_working\bin10\Release\Obj\Weather\Weather.unsuccessfulbuild" because "AlwaysCreate" was specified.
  5. 1>ClCompile:
  6. 1> weather.cpp
  7. 1> weather_addstn.cpp
  8. 1> weather_contacts.cpp
  9. 1> weather_conv.cpp
  10. 1> weather_data.cpp
  11. 1> weather_http.cpp
  12. 1> weather_icons.cpp
  13. 1> weather_info.cpp
  14. 1> weather_ini.cpp
  15. 1> weather_mwin.cpp
  16. 1> weather_opt.cpp
  17. 1> weather_popup.cpp
  18. 1> weather_svcs.cpp
  19. 1>weather_svcs.cpp(171): error C2601: 'AvatarDownloaded' : local function definitions are illegal
  20. 1> weather_svcs.cpp(133): this line contains a '{' which has not yet been matched
  21. 1>weather_svcs.cpp(184): error C2267: 'WeatherGetAwayMsgThread' : static functions with block scope are illegal
  22. 1>weather_svcs.cpp(184): error C2601: 'WeatherGetAwayMsgThread' : local function definitions are illegal
  23. 1> weather_svcs.cpp(133): this line contains a '{' which has not yet been matched
  24. 1>weather_svcs.cpp(196): error C2267: 'WeatherGetAwayMsg' : static functions with block scope are illegal
  25. 1>weather_svcs.cpp(196): error C2601: 'WeatherGetAwayMsg' : local function definitions are illegal
  26. 1> weather_svcs.cpp(133): this line contains a '{' which has not yet been matched
  27. 1>weather_svcs.cpp(208): error C2601: 'InitServices' : local function definitions are illegal
  28. 1> weather_svcs.cpp(133): this line contains a '{' which has not yet been matched
  29. 1>weather_svcs.cpp(227): error C2601: 'DestroyServices' : local function definitions are illegal
  30. 1> weather_svcs.cpp(133): this line contains a '{' which has not yet been matched
  31. 1>weather_svcs.cpp(240): error C2601: 'UpdateMenu' : local function definitions are illegal
  32. 1> weather_svcs.cpp(133): this line contains a '{' which has not yet been matched
  33. 1>weather_svcs.cpp(272): error C2601: 'UpdatePopupMenu' : local function definitions are illegal
  34. 1> weather_svcs.cpp(133): this line contains a '{' which has not yet been matched
  35. 1>weather_svcs.cpp(305): error C2601: 'EnableDisableCmd' : local function definitions are illegal
  36. 1> weather_svcs.cpp(133): this line contains a '{' which has not yet been matched
  37. 1>weather_svcs.cpp(312): error C2601: 'MenuitemNotifyCmd' : local function definitions are illegal
  38. 1> weather_svcs.cpp(133): this line contains a '{' which has not yet been matched
  39. 1>weather_svcs.cpp(320): error C2601: 'AddMenuItems' : local function definitions are illegal
  40. 1> weather_svcs.cpp(133): this line contains a '{' which has not yet been matched
  41. 1>weather_svcs.cpp(425): fatal error C1075: end of file found before the left brace '{' at 'weather_svcs.cpp(133)' was matched
  42. 1> weather_update.cpp
  43. 1> weather_userinfo.cpp
  44. 1>
  45. 1>Build FAILED.
  46. 1>
  47. 1>Time Elapsed 00:00:01.25
  48. ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement