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
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
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
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
> 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
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