Hi,
I am writing a WDM video capture driver by Win2000 DDK and
VC6.0. My environment is Windows98 se.
I put my source code under c:\xxxxxxx\wdm.nt directory,
then build the source code.
The generated .sys works well under Win98/ME, but it crash
the win2k/xp immediately when it starts.
Later I rename the directory to c:\xxxxxxx\wdm1.nt, (one
more character), it works well on all Windows OS.
My question is:
Does it have any relationship between the source code
directory name and generated .sys file?
Or it is VC linker's problem?