Nevermind the help for the below. Had a lil fun finding out, including the fun
on how to get man to see the man pages which is where I deduced I was calling
the wrong prog for cpp progs, i.e. use g++ instead of gcc ;) However am
having fun trying to get arm-wince-mingw32ce-run to work. When I tr
Pedro,
The stuff you've just added in tools/PipeLib won't compile for me, I
don't appear to have the "devload.h" include file.
Danny
--
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info
signature.asc
Description: This is a digitally signed message part
-
On 6/10/07, Danny Backx wrote:
> Pedro,
>
> The stuff you've just added in tools/PipeLib won't compile for me, I
> don't appear to have the "devload.h" include file.
>
Wait at least a little bit :)
I was interrupted by real life while uploading it, so there are a few
things still
missing.
Cheers
On 6/10/07, James Takac wrote:
> Nevermind the help for the below. Had a lil fun finding out, including the fun
> on how to get man to see the man pages which is where I deduced I was calling
> the wrong prog for cpp progs, i.e. use g++ instead of gcc ;) However am
> having fun trying to get arm-wi
Danny Backx wrote:
> The stuff you've just added in tools/PipeLib won't compile for me, I
> don't appear to have the "devload.h" include file.
>
I've just added it in w32api/include/devload.h
The DEVFLAGS_* are documented here:
http://msdn2.microsoft.com/en-us/library/aa929596.aspx
The Activate
Hi guys,
I've finished importing into svn a rshd implementation for Windows CE.
You'll find it under cegcc/tools/.
If you're interested in building it, it depends on PipeLib, a new
lib + driver combo for Windows CE that provides a CreatePipe
function for Windows CE, similar to the desktop version