Error when porting to eVC 4.0 from 3.0
-
Dear all, I have an application written in eVC 3.0. Now I port it to eVC 4.0 but when I build it, I got the error error message below: Linking... corelibc.lib(pegwmain.obj) : error LNK2019: unresolved external symbol WinMain referenced in function WinMainCRTStartup ARMV4Rel/TimeMAX.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. TimeMAX.exe - 2 error(s), 0 warning(s) Can you please give me an advice to overtake the problem. Thank you very much! -Kien Bui
-
Dear all, I have an application written in eVC 3.0. Now I port it to eVC 4.0 but when I build it, I got the error error message below: Linking... corelibc.lib(pegwmain.obj) : error LNK2019: unresolved external symbol WinMain referenced in function WinMainCRTStartup ARMV4Rel/TimeMAX.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. TimeMAX.exe - 2 error(s), 0 warning(s) Can you please give me an advice to overtake the problem. Thank you very much! -Kien Bui
What platform are you targeting? Make sure it is POCKETPC 2003, not STANDARDSDK. Regards, João Paulo Figueira Embedded MVP
-
What platform are you targeting? Make sure it is POCKETPC 2003, not STANDARDSDK. Regards, João Paulo Figueira Embedded MVP
I am porting my app to the Pocket PC 2003. Regards, -Kien Bui