Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.win32.programmer.kernel > #17
| X-Received | by 2002:a37:711:0:b0:6fe:c86a:c1c4 with SMTP id 17-20020a370711000000b006fec86ac1c4mr12161935qkh.518.1671137691319; Thu, 15 Dec 2022 12:54:51 -0800 (PST) |
|---|---|
| X-Received | by 2002:a05:6870:e92:b0:144:7b84:e08 with SMTP id mm18-20020a0568700e9200b001447b840e08mr931282oab.201.1671137690823; Thu, 15 Dec 2022 12:54:50 -0800 (PST) |
| Path | csiph.com!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail |
| Newsgroups | microsoft.public.win32.programmer.kernel |
| Date | Thu, 15 Dec 2022 12:54:50 -0800 (PST) |
| Injection-Info | google-groups.googlegroups.com; posting-host=47.189.39.221; posting-account=hY9MKgoAAADq7zYYpSn9YyDsmniHDGMe |
| NNTP-Posting-Host | 47.189.39.221 |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <d3cc1a4b-e779-4fa5-b375-721218ecc6een@googlegroups.com> (permalink) |
| Subject | WinDDK NT compile of efilter.h fails |
| From | Ryan Alswede <ryanalswede@gmail.com> |
| Injection-Date | Thu, 15 Dec 2022 20:54:51 +0000 |
| Content-Type | text/plain; charset="UTF-8" |
| X-Received-Bytes | 2852 |
| Xref | csiph.com microsoft.public.win32.programmer.kernel:17 |
Show key headers only | View raw
I get compile errors on the efilter.h in the library inc. Was wondering if anybody had a work around? VS 6.0 with SP5
c:\ddk\src\network\inc\efilter.h(190) : error C2054: expected '(' to follow 'cand'
c:\ddk\src\network\inc\efilter.h(191) : error C2143: syntax error : missing ')' before '*'
c:\ddk\src\network\inc\efilter.h(191) : error C2085: 'NDIS_STATUS' : not in formal parameter list
c:\ddk\src\network\inc\efilter.h(191) : error C2143: syntax error : missing ';' before '*'
c:\ddk\src\network\inc\efilter.h(191) : error C2059: syntax error : ')'
c:\ddk\src\network\inc\efilter.h(208) : error C2143: syntax error : missing ')' before '*'
c:\ddk\src\network\inc\efilter.h(208) : error C2143: syntax error : missing '{' before '*'
c:\ddk\src\network\inc\efilter.h(208) : error C2059: syntax error : ')'
c:\ddk\src\network\inc\efilter.h(209) : error C2146: syntax error : missing ')' before identifier 'UINT'
c:\ddk\src\network\inc\efilter.h(209) : error C2061: syntax error : identifier 'UINT'
c:\ddk\src\network\inc\efilter.h(209) : error C2059: syntax error : ';'
c:\ddk\src\network\inc\efilter.h(210) : error C2146: syntax error : missing ';' before identifier 'CHAR'
c:\ddk\src\network\inc\efilter.h(210) : error C2061: syntax error : identifier 'OldAddresses'
typedef
NDIS_STATUS
(*ETH_ADDRESS_CHANGE)(
IN UINT OldAddressCount,
IN CHAR OldAddresses[][ETH_LENGTH_OF_ADDRESS],
IN UINT NewAddressCount,
IN CHAR NewAddresses[][ETH_LENGTH_OF_ADDRESS],
IN NDIS_HANDLE MacBindingHandle,
IN PNDIS_REQUEST NdisRequest,
IN BOOLEAN Set
);
typedef
NDIS_STATUS
(*ETH_ADDRESS_ADD)(
IN UINT CurrentAddressCount,
IN CHAR CurrentAddresses[][ETH_LENGTH_OF_ADDRESS],
IN UINT NewAddress,
IN OUT NDIS_HANDLE AddressContexts[],
IN NDIS_HANDLE MacBindingHandle,
IN PNDIS_REQUEST NdisRequest
);
Back to microsoft.public.win32.programmer.kernel | Previous | Next | Find similar
WinDDK NT compile of efilter.h fails Ryan Alswede <ryanalswede@gmail.com> - 2022-12-15 12:54 -0800
csiph-web