1. Favorite Add on's/Add in's for FrontPage 2002
2. build.exe: Behaviour change between 2K3 DDK and 2K3 SP1 RC1 DDK?
Hello,
we are building a mixed Linux/Windows application, which includes
drivers. We use the build.exe tool for Windows, and GNU Make for Linux.
Now, the directory structure is as follows:
<project>\Makefile - GNU Makefile
<project>\dirs - dirs file for build.exe; contains WINBUILD
<project>\source.c - source file
<project>\WINBUILD\Makefile - Makefile for build.exe
<project>\WINBUILD\sources - sources file for build.exe; contains
..\source.c
This worked perfectly for XP DDKs and 2K3 DDK. Unfortunately, as I just
tried with 2K3 SP1 RC 1 DDK, I found an annoying change in the
behaviour:
While previous build.exe ignored a Makefile which is present in the same
directory as a 'dirs' file, this is not true anymore with the build.exe
from 2K3 SP1 DDK. Thus, if I compile the above structure, nmake
complains about definitions it does not recognize (because these are
intended for GNU Make, with its different syntax).
This is annoying. :-(
I believe I once read somewhere in the DDK documentation the Makefile is
only searched for in directories where a sources file resides, but I
cannot find that comment anymore.
Is the behaviour changed deliberately? Is it a bug? Am I doing something
wrong?
Any suggestions on what I can do to resolve this issue? Currently, I'm
deleting all GNU Makefiles before compiling, but this is no long-term
solution.
Regards,
Spiro.
--
Spiro R. Trikaliotis
http://www.yqcomputer.com/
3. Example of basic data output using C# in ASP.NET?
4. trouble with GCHART screen output vs file output for transfer to MS Word - with example
5. trouble with GCHART screen output vs file output for transfer to MS Word - with example
6. Several problems building the DDK USB-Drivers Examples under W2k BE
8. moufiltr from DDK examples for WinXP
10. GPIO read/write on intel using DDK example : Genport
11. NdisProt DDK example (former NdisUio)
12. IsoUsb: 2003 SP1 DDK vs Vista DDK
13. Problem building the DDK samples (win2k ddk)
14. "The handle is invalid" after porting driver from NT4 DDK to XPSP1 DDK
15. wdfdriver.h file in DDK(Windows Server 2003 SP1 DDK) for XP Prof