Re: Howto debug a DLL with WCE emulator ?
From: Helix (helix-no-spam_at_despammed.com)
Date: 04/28/04
- Next message: Alan Gillespie: "Re: Misaligned accesses with MS ARM compiler"
- Previous message: Michael J. Salamone [eMVP]: "Re: Misaligned accesses with MS ARM compiler"
- In reply to: a.b: "Re: Howto debug a DLL with WCE emulator ?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 28 Apr 2004 18:12:34 +0200
> Possibly copy the dll to the \windows folder of the emulator using the
file menu of the emulator ?
>
> I haven't done this yet either, but I'm going to have to soon - so I want
to find out too.
It works that way, thanks
However I have needed to call LoadLibrary() from within the application and
now I can see DLL_PROCESS_ATTACH e DLL_PROCESS_DETACH.
Now the problem is that the following call fails because the emulator dont'
know about [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Sample]
CreateFile(L"DEM1:",GENERIC_WRITE,0,NULL,OPEN_EXISTING,FILE_ATTRIBUTE_NORMAL
,NULL);
The new question is:
How can I set the following entry into the emulator ?
Is it possible ?
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Sample]
"Dll" = "mydriver.Dll"
"Prefix" = "DEM"
"Index" = dword:1
"Order" = dword:0
"FriendlyName" = "Demo Driver"
"Ioctl" = dword:0
TIA
/helix
- Next message: Alan Gillespie: "Re: Misaligned accesses with MS ARM compiler"
- Previous message: Michael J. Salamone [eMVP]: "Re: Misaligned accesses with MS ARM compiler"
- In reply to: a.b: "Re: Howto debug a DLL with WCE emulator ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|