Read-only archive of the All About Symbian forum (2001–2013) · About this archive

problem abld uiq_21 ->process_easy: DuplicateHandle

0 replies · 1,963 views · Started 04 September 2005

when lanch this command
abld build thumb urel (and other similar)

from my app ( c++ builer standalone from windows xp , use api createprocess)

abld, show this message (project hello world )

C:\Symbian\UIQ_21\UIQExamples\helloworld2>abld build thumb urel
make -r -f
"\Symbian\UIQ_21\EPOC32\BUILD\SYMBIAN\UIQ_21\UIQEXAMPLES\HELLOWORLD2\EXPORT.make"
EXPORT VERBOSE=-s
process_easy: DuplicateHandle(In) failed (e=6)
make: Interrupt/Exception caught (code = 0xc0000005, addr = 0x4166e4)
make -r -f
"\Symbian\UIQ_21\EPOC32\BUILD\SYMBIAN\UIQ_21\UIQEXAMPLES\HELLOWORLD2\THUMB.make"
MAKEFILE VERBOSE=-s
process_easy: DuplicateHandle(In) failed (e=6)
make: Interrupt/Exception caught (code = 0xc0000005, addr = 0x4166e4)
perl -S makmake.pl -D \SYMBIAN\UIQ_21\UIQEXAMPLES\HELLOWORLD2\HELLOWORLD
THUMB
make -r -f
"\Symbian\UIQ_21\EPOC32\BUILD\SYMBIAN\UIQ_21\UIQEXAMPLES\HELLOWORLD2\THUMB.make"
LIBRARY VERBOSE=-s
process_easy: DuplicateHandle(In) failed (e=6)
make: Interrupt/Exception caught (code = 0xc0000005, addr = 0x4166e4)
make -s -r -f
"\Symbian\UIQ_21\EPOC32\BUILD\SYMBIAN\UIQ_21\UIQEXAMPLES\HELLOWORLD2\HELLOWORLD\THUMB\HELLOWORLD.THUMB"
LIBRARY
make -r -f
"\Symbian\UIQ_21\EPOC32\BUILD\SYMBIAN\UIQ_21\UIQEXAMPLES\HELLOWORLD2\THUMB.make"
RESOURCE CFG=UREL VERBOSE=-s
process_easy: DuplicateHandle(In) failed (e=6)
make: Interrupt/Exception caught (code = 0xc0000005, addr = 0x4166e4)
make -s -r -f
"\Symbian\UIQ_21\EPOC32\BUILD\SYMBIAN\UIQ_21\UIQEXAMPLES\HELLOWORLD2\HELLOWORLD\THUMB\HELLOWORLD.THUMB"
RESOURCEUREL
make -r -f
"\Symbian\UIQ_21\EPOC32\BUILD\SYMBIAN\UIQ_21\UIQEXAMPLES\HELLOWORLD2\THUMB.make"
TARGET CFG=UREL VERBOSE=-s
process_easy: DuplicateHandle(In) failed (e=6)
make: Interrupt/Exception caught (code = 0xc0000005, addr = 0x4166e4)
make -s -r -f
"\Symbian\UIQ_21\EPOC32\BUILD\SYMBIAN\UIQ_21\UIQEXAMPLES\HELLOWORLD2\HELLOWORLD\THUMB\HELLOWORLD.THUMB"
UREL
make -r -f
"\Symbian\UIQ_21\EPOC32\BUILD\SYMBIAN\UIQ_21\UIQEXAMPLES\HELLOWORLD2\THUMB.make"
FINAL CFG=UREL VERBOSE=-s
process_easy: DuplicateHandle(In) failed (e=6)
make: Interrupt/Exception caught (code = 0xc0000005, addr = 0x4166e4)

Help me please ...