[vlc] Re: Pocket PC Install
James MacLean
macleajb at ednet.ns.ca
Tue May 17 23:54:10 CEST 2005
Gildas Bazin wrote:
>On Tuesday 17 May 2005 22:13, James MacLean wrote:
>
>
>>>Could you also try to run the same application compiled with:
>>>"PATH=/usr/local/wince/cross-tools/bin:$PATH arm-wince-pe-gcc test.c -o
>>>test.exe -e WinMainCRTStartup
>>>
>>>
>>-Wl,--major-subsystem-version=4,--minor-subsystem-version=20,--major-image-version=0"
>>
>>
>>>
>>>
>>>
>>Doesn't run. Give the same error as vlc.exe :(.
>>
>>
>>
>
>Hmmm, I was actually expecting to see the opposite. That's really strange
>cause VLC is built using the 1st set of options.
>
>Could you maybe put some MessageBox() debug statements along src/vlc.c to
>see how far the code gets executed (if it does get executed) ?
>
>--
>Gildas
>
>
>
--- vlcold.c 2005-05-17 18:51:00.000000000 -0300
+++ vlc.c 2005-05-17 18:51:29.000000000 -0300
@@ -52,6 +52,7 @@
{
int i_ret;
+MessageBoxW(0, L"hello", L"hello", 0);
#ifndef SYS_DARWIN
/* This clutters OSX GUI error logs */
fprintf( stderr, "VLC media player %s\n", VLC_Version() );
Same error. So I expect by this that it doesn't even start to run :( ?
JES
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
More information about the vlc
mailing list