Hello,
I created the simple x86 / emulator / word pad project in order to
learn Windows CE (Windows CE 5.0 installed on Windows XP pro SP2).
I did some modifications in the following files:
C:\WINCE500\PUBLIC\WCESHELLFE\OAK\CTLPNL\CPLMAIN\owner.cpp
C:\WINCE500\PUBLIC\WCESHELLFE\OAK\LIB\X86\RETAIL\0409\ownerl.res
(removed "At Power On" group control, and commented the particular
code that process this control, I f such information is considered to
be relevant)
After that I went to menu -> Build OS, and opened Released directory.
C:\WINCE500\PBWorkspaces\TestThree\RelDir\Emulator_x86_Release>build
And immediately (1-2 seconds) got this result:
C:\WINCE500\PBWorkspaces\TestThree\RelDir\Emulator_x86_Release>build
Build for Windows CE (Release) (Built on Apr 22 2004 10:38:01)
File names: Build.log Build.wrn Build.err Build.dat
BUILD: [Thrd:Sequence:Type ] Message
BUILD: [00:0000000000:ERRORI] Error finding topmost directory
containing dirs file.
BUILD: [00:0000000001:PROGC ] Files Warnings
Errors
BUILD: [00:0000000002:PROGC ] Midl 0 0 0
BUILD: [00:0000000003:PROGC ] Resource 0 0 0
BUILD: [00:0000000004:PROGC ] Message 0 0 0
BUILD: [00:0000000005:PROGC ] Precomp Header 0 0 0
BUILD: [00:0000000006:PROGC ] C/Cpp/Cxx 0 0 0
BUILD: [00:0000000007:PROGC ] Assembler 0 0 0
BUILD: [00:0000000008:PROGC ] Static Libraries 0 0 0
BUILD: [00:0000000009:PROGC ] Dll's 0 0 0
BUILD: [00:0000000010:PROGC ] Exe's 0 0 0
BUILD: [00:0000000011:PROGC ] Resx 0 0 0
BUILD: [00:0000000012:PROGC ] Csharp Targets 0 0 0
BUILD: [00:0000000013:PROGC ] Other 0 0 1
BUILD: [00:0000000014:PROGC ]
BUILD: [00:0000000015:PROGC ] Total 0 0 1
BUILD: [00:0000000016:PROGC ]
BUILD: [00:0000000017:PROGC ] 0 Warnings, 1 Errors
I was trying to find a file called Build.err, but did not find it under
the whole Windows CE branch, on C:\WINCE500
In the same time, I can Build and Sysgen the same project from Menu ->
Build OS -> Build and Sysgen, and process is built just fine.
What wrong with the building from command line? Should I set something?
Thanks,
Alex