Hello,
I'm following this example
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnembedded/html/spotwincerambl.asp
I added my EXE and my DLL into NK.BIN image,
thye I added in Project.reg file
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Sample]
"Dll" = "mydriver.Dll"
"Prefix" = "DEM"
"Index" = dword:1
"Order" = dword:0
"FriendlyName" = "Demo Driver"
"Ioctl" = dword:0
but unfortunately when I launch the Remote System Information application my
device is not shown and my EXE can't open the dll and I get back "Failed to
open Driver..." error message.
What I am missing ?
TIA
/helix