[Cegcc-devel] Help newbie to make a network program run

2008-11-05 Thread Yangwoo Ko
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

Re: [Cegcc-devel] Help newbie to make a network program run

2008-11-05 Thread Yangwoo Ko
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

Re: [Cegcc-devel] Help newbie to make a network program run

2008-11-06 Thread Yangwoo Ko
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

Re: [Cegcc-devel] Help newbie to make a network program run

2008-11-06 Thread Yangwoo Ko
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