Re: Windows DDK Suite 3.0

Tech-Archive recommends: Fix windows errors by optimizing your registry



You should be building with the DDK's build environment. If you want to
work out of visual studio, use DDKBUILD from http://www.hollistech.com/.
You cannot use Visual Studio 6.0's compiler for building this stuff.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply




"undergnd" <jhk@xxxxxxxxx> wrote in message
news:1132245860.981715.206610@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> hi,, all...
> i'm new here...
>
> i'm trying to make an application such as magictune of portrait
> displays...
> i plant a micro controller in the display.. that is configured i2c
> slave device..
> connect pin 12, 15 of vga cable to the mcu..
> i'm trying to send some simple data to the mcu...
> i'm using vc++ 6.0
>
> i found that i need video.h from msdn..
> so,, i got windows ddk suite 3.0 and installed it..
> the header file, video.h is in
>
> C:\WINDDK\3790\inc\ddk\wxp
>
> and in vc++ 6.0,,
> tools -> options..., directories tab..
> i put above directory in the list of "include files" section..
>
> then i put
>
> // some header files
> #include <video.h>
> // some header files
>
> and tried to compile..
> then i got 102 errors that all of them came from video.h and videoagp.h
> that are newly included headers..
> did i do something wrong to configure building environment?
> is there some special thing to do in order to compile ddk headers?
> thank you very much...
>
> best regards,
> /u
>
> ---------------
> --------------------Configuration: VWCtrl - Win32
> Debug--------------------
> Compiling...
> VWCtrlDlg.cpp
> c:\winddk\3790\inc\ddk\wxp\videoagp.h(35) : error C2065:
> 'PAGP_RESERVE_PHYSICAL' : undeclared identifier
> c:\winddk\3790\inc\ddk\wxp\videoagp.h(35) : error C2100: illegal
> indirection
> c:\winddk\3790\inc\ddk\wxp\videoagp.h(35) : error C2501:
> 'PHYSICAL_ADDRESS' : missing storage-class or type specifiers
> c:\winddk\3790\inc\ddk\wxp\videoagp.h(35) : error C2143: syntax error :
> missing ';' before '('
> c:\winddk\3790\inc\ddk\wxp\videoagp.h(36) : error C2226: syntax error :
> unexpected type 'PVOID'
> c:\winddk\3790\inc\ddk\wxp\videoagp.h(40) : error C2059: syntax error :
> ')'
> .
> .
> .
> c:\winddk\3790\inc\ddk\wxp\video.h(1500) : error C2146: syntax error :
> missing ';' before identifier 'InterfaceReference'
> c:\winddk\3790\inc\ddk\wxp\video.h(1500) : error C2501:
> 'PINTERFACE_REFERENCE' : missing storage-class or type specifiers
> c:\winddk\3790\inc\ddk\wxp\video.h(1500) : fatal error C1003: error
> count exceeds 100; stopping compilation
> Error executing cl.exe.
>
> VWCtrl.exe - 102 error(s), 0 warning(s)
>
> ---------------
>


.



Relevant Pages

  • Re: Search paths for #include
    ... figure out exactly which header files are being pulled in, why and in what order (interesting when there are multiple versions installed by Visual Studio, the Platform SDK etc.) to determine exactly *why* the project was refusing to compile on one team member's box...but worked fine elseware. ...
    (microsoft.public.vsnet.ide)
  • Header files
    ... In the fortran code that I have, there is a subroutine in which ... I am using a pgi compiler to compile 2D.F and my code. ... character...and it gives the names of all header files. ...
    (comp.lang.fortran)
  • Re: Problem with reading an int with operator>>
    ... Stephen Howe wrote: ... Now I know there were a few flaws in the header files for Visual Studio ... So that if I did want to use dynamic linking, the VC6 standard library would be defective. ... But as Tom pointed out, there are only two common instantiations of much of the standard library, i.e. those for char and wchar_t, and MS has chosen to compile those into the C++ RTL DLL. ...
    (microsoft.public.vc.stl)
  • Re: Another question on VS2003 to VS2005
    ... EVERY instance of the word "PASCAL" from the Platform SDK, MFC, and other header files. ... One thing you can do is add the /P switch to the compile line for this file (that's ... Check if LONG, GSFAR, GSPASCAL and GSEXPORT are correctly defined as something ... a class definition in a header file that is included before these lines. ...
    (microsoft.public.vc.mfc)
  • Re: changing module files
    ... > actually defined somewhere is not determined until compile time. ... methods, they must be defined in the declaration used by callers, ... > understand and be comfortable with all of the preprocessor macros. ... No macros are needed by C or C++ header files particularly except ...
    (comp.lang.fortran)