Re: Sample passthru (IM) driver on WM 5.0 emulator by Ajay
Ajay
Thu Oct 20 03:56:14 CDT 2005
Thanks a lot Kimo for your help!
I did exactly the same. Driver did not load at WM startup as well as by
ActivateDeviceEx(). It looks to me some security related issue. I tried
using Test Digital Certificate available with WM 5.0 SDK, but it did not
help.
I am trying on Windows Mobile 5.0 Emulator.
MSFT, can you help me out?
Thanks,
-Ajay
--------------------------------------------------
"Kimo Jolin" <kimojolin@yahoo.com> wrote in message
news:%23806ShD1FHA.904@tk2msftngp13.phx.gbl...
> You need to put the following lines of text into project.reg file
>
> [HKEY_LOCAL_MACHINE\Comm\PASSTHRU]
> "Group"="NDIS"
> "ImagePath"="passthru.dll"
> "NoDeviceCreate"=dword:1
>
>
> and put the following line of text into project.bib file
>
> passthru.dll $(_FLATRELEASEDIR)\passthru.dll NK SH
>
>
>
>
> "Ajay Agrawal" <ajay_agr@epatra.com> wrote in message
> news:uUE3KhjzFHA.2076@TK2MSFTNGP14.phx.gbl...
>>I think I have tried everything I knew but not able to load the Passthru
>>driver on WM 5.0. Any help would be highly appreciated.
>>
>> -Ajay
>> ----------------------------
>>
>> "Ajay Agrawal" <ajay_agr@epatra.com> wrote in message
>> news:776FF5A1-A470-4A7C-8C1B-2BD4821D609A@microsoft.com...
>>> Banni,
>>>
>>> Thanks for your suggestion.
>>> I already tried it. Even I made registry entries in the driver\builtin
>>> from
>>> where drivers are loaded by WINCE at the startup.
>>>
>>> Thanks,
>>> -Ajay
>>> ------------------------------------------------
>>> "banni" wrote:
>>>
>>>> Hi
>>>>
>>>> I think ActivateDevice is not the way to load a NDIS
>>>> Miniport/Intermediate driver. By adding the appropriate entries in the
>>>> registry under (HKLM\Comm) the NDIS loads the driver.
>>>>
>>>> regards
>>>>
>>>>
>>
>>
>
>