Advertisement
Guest User

fsfsfsfs

a guest
Mar 22nd, 2014
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. 1>------ Build started: Project: MYPORTFOLIO, Configuration: Debug Win32 ------
  2. 1> BMI.cpp
  3. 1>c:\users\alex\documents\visual studio 2012\projects\myportfolio\myportfolio\BMI.h(52): error C2039: 'BMI_Load' : is not a member of 'MYPORTFOLIO::BMI'
  4. 1> c:\users\alex\documents\visual studio 2012\projects\myportfolio\myportfolio\BMI.h(14) : see declaration of 'MYPORTFOLIO::BMI'
  5. 1>c:\users\alex\documents\visual studio 2012\projects\myportfolio\myportfolio\BMI.h(52): error C2065: 'BMI_Load' : undeclared identifier
  6. 1>c:\users\alex\documents\visual studio 2012\projects\myportfolio\myportfolio\BMI.h(52): error C3350: 'System::EventHandler' : a delegate constructor expects 2 argument(s)
  7. 1> MAINPAGE.cpp
  8. 1>c:\users\alex\documents\visual studio 2012\projects\myportfolio\myportfolio\MAINPAGE.h(65): error C2653: 'BMI' : is not a class or namespace name
  9. 1>c:\users\alex\documents\visual studio 2012\projects\myportfolio\myportfolio\MAINPAGE.h(65): error C2065: 'BMI_Load' : undeclared identifier
  10. 1>c:\users\alex\documents\visual studio 2012\projects\myportfolio\myportfolio\MAINPAGE.h(65): error C3350: 'System::EventHandler' : a delegate constructor expects 2 argument(s)
  11. 1>c:\users\alex\documents\visual studio 2012\projects\myportfolio\myportfolio\BMI.h(52): error C2039: 'BMI_Load' : is not a member of 'MYPORTFOLIO::BMI'
  12. 1> c:\users\alex\documents\visual studio 2012\projects\myportfolio\myportfolio\BMI.h(14) : see declaration of 'MYPORTFOLIO::BMI'
  13. 1>c:\users\alex\documents\visual studio 2012\projects\myportfolio\myportfolio\BMI.h(52): error C2065: 'BMI_Load' : undeclared identifier
  14. 1>c:\users\alex\documents\visual studio 2012\projects\myportfolio\myportfolio\BMI.h(52): error C3350: 'System::EventHandler' : a delegate constructor expects 2 argument(s)
  15. 1> Generating Code...
  16. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement