From: ssylee on
Thanks for the reply. If you don't mind me asking for a further
clarification, I'm not sure how to set the bot to the same value in either
the compiler settings or in the header file (although I think I should be
leaving this alone). It would be great if you can perhaps list an example
about that. Thanks.

"GNR" wrote:

> I think you need to port this to Vista. The compiler options used are sticky
> to old Windows OS (looks like)
>
> /D_WIN32_WINNT=0x0600
>
> /DNTDDI_VERSION=0x06000100
>
> are reported to be conflicting.
>
> One easy way is to set bot to the same value and try
>
> --
> --GNR
>
>
> "ssylee" wrote:
>
> > I am trying to build an OSS called EMF Printer from SourceForge from the
> > source. From the technical documentation of the application, it is built
> > using DDK 3790.1830 for Windows 2000 environment. I have tried to build it
> > using the current build of WDK for Windows Vista environment the same way I
> > build the WDK examples, but I'm getting the following error message in the
> > log file (http://pastebin.com/m54862ed). The first line that the error
> > occurred is described on line 84 of the pastebin output, and the builder is
> > complaining about the version of NTDDI_VERSION and _WIN32_WINNT_. I'm
> > wondering about the exact difference between the WDK/DDK builds that could be
> > causing this. Thanks.
From: GNR on
Can you post (paste) the sources file. The sources file contains the compiler
settings. If you look at that, you could figure out how to set BOTH settings
same.
--
--GNR


"ssylee" wrote:

> Thanks for the reply. If you don't mind me asking for a further
> clarification, I'm not sure how to set the bot to the same value in either
> the compiler settings or in the header file (although I think I should be
> leaving this alone). It would be great if you can perhaps list an example
> about that. Thanks.
>
> "GNR" wrote:
>
> > I think you need to port this to Vista. The compiler options used are sticky
> > to old Windows OS (looks like)
> >
> > /D_WIN32_WINNT=0x0600
> >
> > /DNTDDI_VERSION=0x06000100
> >
> > are reported to be conflicting.
> >
> > One easy way is to set bot to the same value and try
> >
> > --
> > --GNR
> >
> >
> > "ssylee" wrote:
> >
> > > I am trying to build an OSS called EMF Printer from SourceForge from the
> > > source. From the technical documentation of the application, it is built
> > > using DDK 3790.1830 for Windows 2000 environment. I have tried to build it
> > > using the current build of WDK for Windows Vista environment the same way I
> > > build the WDK examples, but I'm getting the following error message in the
> > > log file (http://pastebin.com/m54862ed). The first line that the error
> > > occurred is described on line 84 of the pastebin output, and the builder is
> > > complaining about the version of NTDDI_VERSION and _WIN32_WINNT_. I'm
> > > wondering about the exact difference between the WDK/DDK builds that could be
> > > causing this. Thanks.
From: ssylee on
I couldn't find any settings in all of the sources files involved. The
sources files are in the pastebin links below:

http://pastebin.com/m5483c66e
http://pastebin.com/m1b989527
http://pastebin.com/m5d906380
http://pastebin.com/m4f816aa1

I'm not sure if I should be setting them the same in the separate build
commands.

"GNR" wrote:

> Can you post (paste) the sources file. The sources file contains the compiler
> settings. If you look at that, you could figure out how to set BOTH settings
> same.
> --
> --GNR
>
>
> "ssylee" wrote:
>
> > Thanks for the reply. If you don't mind me asking for a further
> > clarification, I'm not sure how to set the bot to the same value in either
> > the compiler settings or in the header file (although I think I should be
> > leaving this alone). It would be great if you can perhaps list an example
> > about that. Thanks.
> >
> > "GNR" wrote:
> >
> > > I think you need to port this to Vista. The compiler options used are sticky
> > > to old Windows OS (looks like)
> > >
> > > /D_WIN32_WINNT=0x0600
> > >
> > > /DNTDDI_VERSION=0x06000100
> > >
> > > are reported to be conflicting.
> > >
> > > One easy way is to set bot to the same value and try
> > >
> > > --
> > > --GNR
> > >
> > >
> > > "ssylee" wrote:
> > >
> > > > I am trying to build an OSS called EMF Printer from SourceForge from the
> > > > source. From the technical documentation of the application, it is built
> > > > using DDK 3790.1830 for Windows 2000 environment. I have tried to build it
> > > > using the current build of WDK for Windows Vista environment the same way I
> > > > build the WDK examples, but I'm getting the following error message in the
> > > > log file (http://pastebin.com/m54862ed). The first line that the error
> > > > occurred is described on line 84 of the pastebin output, and the builder is
> > > > complaining about the version of NTDDI_VERSION and _WIN32_WINNT_. I'm
> > > > wondering about the exact difference between the WDK/DDK builds that could be
> > > > causing this. Thanks.
From: GNR on
Do you use just "build" command to build the driver or a separate batch file?
How do you compile?
--
--GNR


"ssylee" wrote:

> I couldn't find any settings in all of the sources files involved. The
> sources files are in the pastebin links below:
>
> http://pastebin.com/m5483c66e
> http://pastebin.com/m1b989527
> http://pastebin.com/m5d906380
> http://pastebin.com/m4f816aa1
>
> I'm not sure if I should be setting them the same in the separate build
> commands.
>
> "GNR" wrote:
>
> > Can you post (paste) the sources file. The sources file contains the compiler
> > settings. If you look at that, you could figure out how to set BOTH settings
> > same.
> > --
> > --GNR
> >
> >
> > "ssylee" wrote:
> >
> > > Thanks for the reply. If you don't mind me asking for a further
> > > clarification, I'm not sure how to set the bot to the same value in either
> > > the compiler settings or in the header file (although I think I should be
> > > leaving this alone). It would be great if you can perhaps list an example
> > > about that. Thanks.
> > >
> > > "GNR" wrote:
> > >
> > > > I think you need to port this to Vista. The compiler options used are sticky
> > > > to old Windows OS (looks like)
> > > >
> > > > /D_WIN32_WINNT=0x0600
> > > >
> > > > /DNTDDI_VERSION=0x06000100
> > > >
> > > > are reported to be conflicting.
> > > >
> > > > One easy way is to set bot to the same value and try
> > > >
> > > > --
> > > > --GNR
> > > >
> > > >
> > > > "ssylee" wrote:
> > > >
> > > > > I am trying to build an OSS called EMF Printer from SourceForge from the
> > > > > source. From the technical documentation of the application, it is built
> > > > > using DDK 3790.1830 for Windows 2000 environment. I have tried to build it
> > > > > using the current build of WDK for Windows Vista environment the same way I
> > > > > build the WDK examples, but I'm getting the following error message in the
> > > > > log file (http://pastebin.com/m54862ed). The first line that the error
> > > > > occurred is described on line 84 of the pastebin output, and the builder is
> > > > > complaining about the version of NTDDI_VERSION and _WIN32_WINNT_. I'm
> > > > > wondering about the exact difference between the WDK/DDK builds that could be
> > > > > causing this. Thanks.
From: ssylee on
I just used "build" in the Windows Vista i386 build console.

"GNR" wrote:

> Do you use just "build" command to build the driver or a separate batch file?
> How do you compile?
> --
> --GNR
>
>
> "ssylee" wrote:
>
> > I couldn't find any settings in all of the sources files involved. The
> > sources files are in the pastebin links below:
> >
> > http://pastebin.com/m5483c66e
> > http://pastebin.com/m1b989527
> > http://pastebin.com/m5d906380
> > http://pastebin.com/m4f816aa1
> >
> > I'm not sure if I should be setting them the same in the separate build
> > commands.
> >
> > "GNR" wrote:
> >
> > > Can you post (paste) the sources file. The sources file contains the compiler
> > > settings. If you look at that, you could figure out how to set BOTH settings
> > > same.
> > > --
> > > --GNR
> > >
> > >
> > > "ssylee" wrote:
> > >
> > > > Thanks for the reply. If you don't mind me asking for a further
> > > > clarification, I'm not sure how to set the bot to the same value in either
> > > > the compiler settings or in the header file (although I think I should be
> > > > leaving this alone). It would be great if you can perhaps list an example
> > > > about that. Thanks.
> > > >
> > > > "GNR" wrote:
> > > >
> > > > > I think you need to port this to Vista. The compiler options used are sticky
> > > > > to old Windows OS (looks like)
> > > > >
> > > > > /D_WIN32_WINNT=0x0600
> > > > >
> > > > > /DNTDDI_VERSION=0x06000100
> > > > >
> > > > > are reported to be conflicting.
> > > > >
> > > > > One easy way is to set bot to the same value and try
> > > > >
> > > > > --
> > > > > --GNR
> > > > >
> > > > >
> > > > > "ssylee" wrote:
> > > > >
> > > > > > I am trying to build an OSS called EMF Printer from SourceForge from the
> > > > > > source. From the technical documentation of the application, it is built
> > > > > > using DDK 3790.1830 for Windows 2000 environment. I have tried to build it
> > > > > > using the current build of WDK for Windows Vista environment the same way I
> > > > > > build the WDK examples, but I'm getting the following error message in the
> > > > > > log file (http://pastebin.com/m54862ed). The first line that the error
> > > > > > occurred is described on line 84 of the pastebin output, and the builder is
> > > > > > complaining about the version of NTDDI_VERSION and _WIN32_WINNT_. I'm
> > > > > > wondering about the exact difference between the WDK/DDK builds that could be
> > > > > > causing this. Thanks.