Page 1 of 1

Unresolved external symbol compiling for WinCE

Posted: 14 Sep 2007 14:11
by junkie_crew
Hi,

I am close to succeed compiling VLC for Wince, but when I compile the vlc project on Embedded Visual C++, I still have got those two error messages :
vlc.obj : error LNK2019: unresolved external symbol ___wgetmainargs referenced in function _main
libvlc.lib(unicode.obj) : error LNK2019: unresolved external symbol __wstati64 referenced in function _utf8_statEx
emulatorDbg/vlc.exe : fatal error LNK1120: 2 unresolved externals
Th second one is caused by this warning when I compile unicode.c :
C:\wince\vlc-0.8.6c\src\misc\unicode.c(546) : warning C4013: '_wstati64' undefined; assuming extern returning int
I have searched a little on the Web, and I know that the wstati64 function is normally defined in the stat.h file. But those typical Linux headers seem not to be accepted by the eVC compiler...

And I got no clue for the first one...

Thank you for your help !