|
Prev: Differences between DDK build 3790.1830 and WDK build 6001.18000
Next: Why are PCI-to-SATA and PCI-to-IDE Card designed to SCSI class
From: ssylee on 14 May 2008 19:51 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 14 May 2008 23:03 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 14 May 2008 23:51 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 15 May 2008 01:18 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 15 May 2008 03:52
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. |