Hi, everyone here
Can I modify and rebuild IESample on CE.NET 4.2 ?
I want to modify the source code of IESample on CE.NET 4.2.
First I copied the source from PUBLIC\IE\OAK to
PLATFORM\MyPlatform\Apps.
Then I modified the dir file of the core of
PLATFORM\MyPlatform\Apps\IEsample like the folowing (#1).
Then I modified the sources file of the core of
PLATFORM\MyPlatform\Apps\IEsample\Core like thte folowing (#2) to make
EXE file.
I got no error when I build it, but when I execute myiesample on the
target,
the program terminate imeediately with no window created.
The strange thing it that the size of myiesample is 32KB, where as
that of the original IEsample.exe is 71KB.
Can you tell me what I missed ?
Can you tell me how can I make it successfully ?
I really need to modify and rebuild IEsample, for my customization,
and I want to do it on the command line, and on the platform directory
for repeated rebuild.
And, is it possible to make it rebuilt using the EVC++ 4.0.
Would you help me ?
Any kind of advice is welcome and appreciated.
Thank you very much, in advance.
- Yours, Ricky -
(#1)
DIRS=favorites ieui pieui core
(#2)
TARGETNAME=myiesample
TARGETTYPE=PROGRAM
EXEENTRY=WinMain
WINCEOEM=1
RDEFINES=$(RDEFINES) -DIESAMPLE_MSHTML
INCLUDES=..\core;..\favorites;..\res;
TARGETLIBS= $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\ole32.lib \
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\oleaut32.lib \
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\commctrl.lib \
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\uuid.lib \
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\winsock.lib \
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\crypt32.lib \
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\wininet.lib \
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\commdlg.lib \
# $(_PROJECTROOT)\oak\lib\$(_CPUINDPATH)\iesample_core.lib \
$(_PROJECTROOT)\oak\lib\$(_CPUINDPATH)\iesample_fav.lib
SOURCES=iexplore.cpp \
browseobj.cpp \
utils.cpp \
mainwnd.cpp \
animthrd.cpp \