I am currently learning WinCE programming. I have tried to build sample
programs included in CD of the book "Programming Microsoft Windows CE".
Most of sample progarms are built and run well. But, when I build
"ListNet" program and run it with emulator running inside of VirtualBox,
it just report
Thanks for a quick reply. Details are embedded below.
Pablo Rogina wrote:
>> Most of sample progarms are built and run well. But, when I build
>> "ListNet" program and run it with emulator running inside of VirtualBox,
>> it just reports an error "A problem has occurred...".
>>
>
>
>> I c
Pablo Rogina wrote:
>>> Have you installed Virtual Machine Network Driver from Virtual PC 2007
>>> in Guest OS?
>>>
>>>
>> I think so. Network configuration of VirtualBox is set to NAT. And Windows
>> XP shows a network adapter 'AMD PCNET Family PCI Ethernet Adapter'. Property
>> of the ada
c
${CC} -o $@ ListNet.o ListNet.rsc ${LFLAGS}
ListNet.rsc: ListNet.rc ListNet.h
${WINDRES} ListNet.rc ListNet.rsc
clean:
-rm -f *.o *.exe *.rsc
Yangwoo Ko wrote:
> Pablo Rogina wrote:
>
>>>> Have you installed Virtual Machine Network Driver from Virt