[Cegcc-devel] question about what to do for the libpng port

2008-11-05 Thread Vincent Torri
Hey, i have a question about how to deal with the libpng port. internally, libpng already manages Windows CE with _WIN32_WCE guards. To read file, it uses ReadFile(). And we have to pass a HANDLE (created with CreateFile, iirc) to one of the init functions. What I can also do is using the crt

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] problem with libpng port

2008-11-05 Thread Danny Backx
On Wed, 2008-11-05 at 15:55 +0100, Vincent Torri wrote: > i've re-tested the libpng port and it seems that it has problems > > So, I'll make another one, based on the newest release 1.2.33. > > Danny, can you remove the current one from SF ? Done. Danny -- Danny Backx ; danny.backx - a

[Cegcc-devel] problem with libpng port

2008-11-05 Thread Vincent Torri
Hey, i've re-tested the libpng port and it seems that it has problems So, I'll make another one, based on the newest release 1.2.33. Danny, can you remove the current one from SF ? Vincent Torri - This SF.Net email is spo

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

2008-11-05 Thread Pablo Rogina
> 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 confirmed that the emulator (Microsoft Device Emulator with > PPC_USA.BIN image) can run Intern

[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