1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
------ Build started: Project: threadtest, Configuration: Release Win32 ------
Compiling...
main.cpp
.\main.cpp(36) : error C2440: 'initializing' : cannot convert from 'addi *' to 'addi'
No constructor could take the source type, or constructor overload resolution was ambiguous
.\main.cpp(38) : error C3149: 'System::Threading::Thread' : cannot use this type here without a top-level '*'
.\main.cpp(38) : error C3867: 'addi::executeThread': function call missing argument list; use '&addi::executeThread' to create a pointer to member
.\main.cpp(38) : error C3350: 'System::Threading::ThreadStart' : a delegate constructor expects 2 argument(s)
.\main.cpp(38) : error C2512: 'System::Threading::Thread::Thread' : no appropriate default constructor available
.\main.cpp(39) : error C2819: type 'System::Threading::Thread' does not have an overloaded member 'operator ->'
c:\windows\microsoft.net\framework\v2.0.50727\mscorlib.dll : see declaration of 'System::Threading::Thread'
did you intend to use '.' instead?
.\main.cpp(39) : error C2232: '->System::Threading::Thread::Start' : left operand has 'class' type, use '.'
Build log was saved at "file://c:\Documents and Settings\Administrateur.TITANIUM\Mes documents\Visual Studio 2005\Projects\threadtest\threadtest\Release\BuildLog.htm"
threadtest - 7 error(s), 0 warning(s)
|