Forum > PDAs and Smartphones
makeing interfaces for wince?
Anonymous:
well i once again updated from reposity and now when building compiler i came to this
e:/fpc/fpc/bin/i386-win32/rm.exe -f *.s *_ppas.bat
make[3]: Leaving directory `E:/fpc/source2/rtl/wince'
make[2]: Leaving directory `E:/fpc/source2/rtl'
make -C ../rtl 'OPT=' all
make[2]: Entering directory `E:/fpc/source2/rtl'
make -C wince all
make[3]: Entering directory `E:/fpc/source2/rtl/wince'
e:/fpc/fpc/bin/i386-win32/gmkdir.exe -p ../../rtl/units/arm-wince
arm-wince-as -o ../../rtl/units/arm-wince/wprt0.o arm/wprt0.as
process_begin: CreateProcess((null), arm-wince-as -o ../../rtl/units/arm-wince/w
prt0.o arm/wprt0.as, ...) failed.
make (e=2): The system cannot find the file specified.
make[3]: *** [wprt0.o] Error 2
make[3]: Leaving directory `E:/fpc/source2/rtl/wince'
make[2]: *** [wince_all] Error 2
make[2]: Leaving directory `E:/fpc/source2/rtl'
make[1]: *** Error 2
make[1]: Leaving directory `E:/fpc/source2/compiler'
make: *** [cycle] Error 2
roozbeh:
well finally i managed to make it run.
seems that -dwin32 caouse problems in previous builds which wasnt required.
but now as soon as i run the program..a form appears with minimize,maximimze,close icons and then quits.
felipemdc:
Ok, you are running the software on a emulator or on your pocketpc?
Also, try to run it from the command line so you can see any error messages and post them here.
felipemdc:
--- Quote from: "roozbeh" ---well finally i managed to make it run.
seems that -dwin32 caouse problems in previous builds which wasnt required.
--- End quote ---
You were passing -dwin32 when building your software or lcl?
Be careful that the instructions work, but they must be followed strictly.
roozbeh:
i am running it on pocketpc preview arm emulator
i traced it in gdb and it generates two exceptions
0x00152058 in TLRSOBJECTREADER__BEGINROOTCOMPONENT (this=0x698d38)
at LResources.pp:2979
which seems not important becouse after that form is being drawned and after this
Program received signal ?, Unknown signal.
0x0001a858 in fpc_ansistr_decr_ref ()
program closes itself.
Navigation
[0] Message Index
[#] Next page
[*] Previous page