The #define for STRSAFE_MAX_CCH is missing. You have an older version
of WDF b/c we didn’t ship sourcesrename.cmd in the latest beta bits.
Sourcesrename.cmd is meant to be executed only on older drivers written
by the beta customer, the samples themselves do not need any updating.
If sourcesrename.cmd got them building, then that also indicates that
the beta bits you downloaded are not the latest version.
d
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Prokash Sinha
Sent: Saturday, May 07, 2005 3:44 PM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] WDF 01.00.5033
On the latest beta there is no such *.cmd file. In bin directory there
is
SourcesRename.cmd, if I execute then quite a few gets compiled. Here is
a
partial list of the bld process (IN CASE ANYONE IS INTERESTED TO LOOK AT
IT ) …
gned mismatch
1>c:\winddk\3790.1830\wdf\inc\wdfstrsafe.h(1119) : error C4018: ‘>’ :
signed/uns
igned mismatch
1>c:\winddk\3790.1830\wdf\inc\wdfstrsafe.h(1249) : error C4018: ‘>’ :
signed/uns
igned mismatch
1>Linking Executable -
samples\kbfiltr\sys\objchk_wxp_x86\i386\kbfiltr.sys
for i
386
1>LINK : error LNK1181: cannot open input file
‘objchk_wxp_x86\i386\ioctl.obj’
BUILD: Linking c:\winddk\wdf\01.00.5033\samples\1394\driver\1394vdev
directory
BUILD: Linking c:\winddk\wdf\01.00.5033\samples\1394\driver\1394diag
directory
2>Compiling - samples\ndisprot\sys\ntdisp.c for i386
1>Linking Executable -
samples\1394\driver\1394vdev\objchk_wxp_x86\i386\1394vdev
.sys for i386
2>c:\winddk\3790.1830\wdf\inc\wdfstrsafe.h(562) : error C2065:
‘STRSAFE_MAX_CCH’
: undeclared identifier
2>c:\winddk\3790.1830\wdf\inc\wdfstrsafe.h(562) : error C4018: ‘>’ :
signed/unsi
gned mismatch
2>c:\winddk\3790.1830\wdf\inc\wdfstrsafe.h(735) : error C4018: ‘>’ :
signed/unsi
gned mismatch
2>c:\winddk\3790.1830\wdf\inc\wdfstrsafe.h(862) : error C4018: ‘>’ :
signed/unsi
gned mismatch
2>c:\winddk\3790.1830\wdf\inc\wdfstrsafe.h(989) : error C4018: ‘>’ :
signed/unsi
gned mismatch
2>c:\winddk\3790.1830\wdf\inc\wdfstrsafe.h(1119) : error C4018: ‘>’ :
signed/uns
igned mismatch
2>c:\winddk\3790.1830\wdf\inc\wdfstrsafe.h(1249) : error C4018: ‘>’ :
signed/uns
igned mismatch
2>Linking Executable -
samples\ndisprot\sys\objchk_wxp_x86\i386\ndisprot.sys
for
i386
2>LINK : error LNK1181: cannot open input file
‘objchk_wxp_x86\i386\ntdisp.obj’
2>Linking Executable -
samples\1394\driver\1394diag\objchk_wxp_x86\i386\1394diag
.sys for i386
BUILD: Done
213 files compiled - 392 Errors - 4816 LPS
27 executables built - 11 Errors
C:\WINDDK\WDF\01.00.5033>dir *.sys /s
Volume in drive C has no label.
Volume Serial Number is 419C-DB67
Directory of
C:\WINDDK\WDF\01.00.5033\samples\amcc5933\sys\objchk_wxp_x86\i386
05/07/2005 03:39 PM 25,984 AMCC5933.sys
1 File(s) 25,984 bytes
Directory of
C:\WINDDK\WDF\01.00.5033\samples\plx9x5x\sys\objchk_wxp_x86\i386
05/07/2005 03:39 PM 29,440 Pci9x5x.sys
1 File(s) 29,440 bytes
Directory of
C:\WINDDK\WDF\01.00.5033\samples\ndisedge\objchk_wxp_x86\i386
05/07/2005 03:39 PM 53,120 ndisedge.sys
1 File(s) 53,120 bytes
Directory of
C:\WINDDK\WDF\01.00.5033\samples\echo\sys\objchk_wxp_x86\i386
05/07/2005 03:39 PM 9,472 echo.sys
1 File(s) 9,472 bytes
Directory of
C:\WINDDK\WDF\01.00.5033\samples\toaster\func\simple\objchk_wxp_x8
6\i386
05/07/2005 03:39 PM 7,168 wdfsimple.sys
1 File(s) 7,168 bytes
Directory of
C:\WINDDK\WDF\01.00.5033\samples\toaster\toastmon\objchk_wxp_x86\i
386
05/07/2005 03:39 PM 14,848 wdftoastmon.sys
1 File(s) 14,848 bytes
Directory of
C:\WINDDK\WDF\01.00.5033\samples\usbsamp\sys\objchk_wxp_x86\i386
05/07/2005 03:39 PM 32,128 usbsamp.sys
1 File(s) 32,128 bytes
Directory of
C:\WINDDK\WDF\01.00.5033\samples\1394\driver\1394diag\objchk_wxp_x
86\i386
05/07/2005 03:39 PM 70,784 1394DIAG.sys
1 File(s) 70,784 bytes
Directory of
C:\WINDDK\WDF\01.00.5033\samples\1394\driver\1394vdev\objchk_wxp_x
86\i386
05/07/2005 03:39 PM 70,784 1394VDEV.sys
1 File(s) 70,784 bytes
Total Files Listed:
9 File(s) 313,728 bytes
0 Dir(s) 211,896,958,976 bytes free
-pro
C:\WINDDK\WDF\01.00.5033>
----- Original Message -----
From: “Doron Holan”
To: “Windows System Software Devs Interest List”
Sent: Saturday, May 07, 2005 2:43 PM
Subject: RE: [ntdev] WDF 01.00.5033
I have 5054 (what we gave out at DDC). The script you must run is
wdf\01.00.5054\set_wdf_env.cmd.
Gary, what problems are you seeing? Are you seeing missing libs,
headers, etc?
d
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com