Re: [Mingw-w64-public] #include fails without -I...include/ddk

2010-07-24 Thread Henry N.
On 20.06.2010 18:43, Doug Semler wrote: > On Sun, Jun 20, 2010 at 12:03 PM, Henry N. wrote: >> Hello, >> >> in the 32 bit build environment a simple include like >> >> >>> cat check.c>>> >> #include >> <<< end c

[Mingw-w64-public] #include fails without -I...include/ddk

2010-06-20 Thread Henry N.
to know the absolute PATH of toolchin in the project Makefile for the the include path. :-( Any ideas? Is using "#include " a generally foul, and I needs to use "#include "? -- Henry N. -- ThinkG

[Mingw-w64-public] [PATCH] ddk/ntifs.h: PECP_HEADER missing before FsRtlInitializeExtraCreateParameter

2010-06-13 Thread Henry N.
reactos.org/bugzilla/attachment.cgi?id=5129 -- Henry N. -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and

Re: [Mingw-w64-public] FLTK 1.1.10 for w64 (solved)

2010-06-12 Thread Henry N.
uld only note this here, and > ask for an idea to build FLTK 1.1.x with MinGW-w64. > > > [1]http://www.drangon.org/mingw/"fltk 1.1.10 library for mingw-w64" > > -- > Henry N. > > > Hi, > > There are certainly some things you can do yo

[Mingw-w64-public] FLTK 1.1.10 for w64

2010-06-11 Thread Henry N.
x27; loses precision fl_open_uri.cxx:117: error: cast from 'HINSTANCE__*' to 'int' loses precision I know, that is not a MinGW problem. I would only note this here, and ask for an idea to build FLTK 1.1.x with MinGW-w64. [1]http://www.drangon.org/mingw/ "fl

Re: [Mingw-w64-public] Fwd: [Branch ~mingw-w64/reactos-core/ddk] Rev 645: Reintegrate header-work branch. Important changes include continued work on headers and progress ...

2010-06-10 Thread Henry N.
es moved from ddk to psdk. (I don't mean to say > that I didn't miss anything, though..) Why not use directories include/ddk and include/psdk as they are? Why needs to merge into one directory? -- Henry N.

Re: [Mingw-w64-public] empty declaration POINTER_64 in ddk/ntdef.h [was: Where has ddk/usbiodef.h gone?]

2010-06-07 Thread Henry N.
On 07.06.2010 16:11, Ozkan Sezer wrote: > On 07.06.2010 10:42, Henry N. wrote: >>On 06.06.2010 15:22, Ozkan Sezer wrote: >>> On Sun, Jun 6, 2010 at 3:58 PM, Henry N. wrote: >>>> I personally stick on the SVN revision 42435, I found somewhere in mingw >>&g

[Mingw-w64-public] empty declaration POINTER_64 in ddk/ntdef.h [was: Where has ddk/usbiodef.h gone?]

2010-06-07 Thread Henry N.
On 06.06.2010 15:22, Ozkan Sezer wrote: > On Sun, Jun 6, 2010 at 3:58 PM, Henry N. wrote: >> I personally stick on the SVN revision 42435, I found somewhere in mingw >> headers. >> Use this step to load DDK headers: >> >> cd .../sezero/W64_160271/x86_64

Re: [Mingw-w64-public] Where has ddk/usbiodef.h gone?

2010-06-07 Thread Henry N.
>> >> Ozkan, will you provide us with a new snapshot once the missing header >> problem >> is sorted out? >> >> Best regards, Wolfgang >> > Well when things get sorted out, we can make a "ddk snapshot" > release. Would that be appropriate? Fro

Re: [Mingw-w64-public] Where has ddk/usbiodef.h gone?

2010-06-06 Thread Henry N.
w32/include/ddk/ntdef.h +++ x86_64-w64-mingw32/include/ddk/ntdef.h @@ -14,7 +14,7 @@ #include -typedef unsigned long POINTER_64; // FIXME! HACK!!! +#define POINTER_64 /* FIXME! HACK!!! */ == That works with 20100604_sezero -- Henry N. --