You are on page 1of 1

Tejadinya error

Berikut listing pesan error


1>------ Build started: Project: list and combo Box, Configuration: Debug Win32 ------
1>Compiling...
1>list and combo Box.cpp
1>c:\users\te16\documents\visual studio 2008\projects\list and combo box\list and combo
box\Form1.h(157) : error C2653: 'MassageBox' : is not a class or namespace name
1>c:\users\te16\documents\visual studio 2008\projects\list and combo box\list and combo
box\Form1.h(157) : error C2664: 'void
System::Windows::Forms::Form::Show(System::Windows::Forms::IWin32Window ^)' : cannot convert
parameter 1 from 'const char [26]' to 'System::Windows::Forms::IWin32Window ^'
1> Reason: cannot convert from 'const char *' to 'System::Windows::Forms::IWin32Window
^'
1> No user-defined-conversion operator available, or
1> Cannot convert an unmanaged type to a managed type
1>c:\users\te16\documents\visual studio 2008\projects\list and combo box\list and combo
box\Form1.h(160) : error C2653: 'MassageBox' : is not a class or namespace name
1>c:\users\te16\documents\visual studio 2008\projects\list and combo box\list and combo
box\Form1.h(160) : error C2664: 'void
System::Windows::Forms::Form::Show(System::Windows::Forms::IWin32Window ^)' : cannot convert
parameter 1 from 'System::String ^' to 'System::Windows::Forms::IWin32Window ^'
1> No user-defined-conversion operator available, or
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast
or function-style cast
1>Build log was saved at "file://c:\Users\TE16\Documents\Visual Studio 2008\Projects\list and
combo Box\list and combo Box\Debug\BuildLog.htm"
1>list and combo Box - 4 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

You might also like