Solve error
-
after I compile my programme, my programme got a lot of error and most of the error are almost the same. And I not understand the error can somebody tell me...:confused: myExceptionTester.obj : error LNK2005: _main already defined in myClient.obj myExceptionTester.obj : error LNK2005: "class myLog winLog" (?winLog@@3VmyLog@@A) already defined in myClient.obj myHostInfoTester.obj : error LNK2005: _main already defined in myClient.obj myHostInfoTester.obj : error LNK2005: "class myLog winLog" (?winLog@@3VmyLog@@A) already defined in myClient.obj myLogTester.obj : error LNK2005: _main already defined in myClient.obj
-
after I compile my programme, my programme got a lot of error and most of the error are almost the same. And I not understand the error can somebody tell me...:confused: myExceptionTester.obj : error LNK2005: _main already defined in myClient.obj myExceptionTester.obj : error LNK2005: "class myLog winLog" (?winLog@@3VmyLog@@A) already defined in myClient.obj myHostInfoTester.obj : error LNK2005: _main already defined in myClient.obj myHostInfoTester.obj : error LNK2005: "class myLog winLog" (?winLog@@3VmyLog@@A) already defined in myClient.obj myLogTester.obj : error LNK2005: _main already defined in myClient.obj
The libraries you are linking (myExceptionTester, myHostInfoTester + myLogTester) probably already have a 'main' function. Check your libraries and remove the 'main' functions. You don't need these anyway, since these are libraries, which are used in other applications. Er zit een korstje op mijn aars.
-
The libraries you are linking (myExceptionTester, myHostInfoTester + myLogTester) probably already have a 'main' function. Check your libraries and remove the 'main' functions. You don't need these anyway, since these are libraries, which are used in other applications. Er zit een korstje op mijn aars.
what is unresolved external symbol "public: __thiscall...:confused:
-
what is unresolved external symbol "public: __thiscall...:confused:
what do you think it is ? unresolved external symbol means that the linker was looking for an external symbol (defined outside the .c/.cpp file) but could not find it... you are missing some lib files...
TOXCCT >>> GEII power
[toxcct][VisualCalc]