All,

Did anybody try to install sample passthru driver on WM 5.0 emulator? I am
not able to load it successfully. Please let me know what all settings would
be required in the registry?

Thanks,
-Ajay

Re: Sample passthru (IM) driver on WM 5.0 emulator by banni

banni
Mon Oct 10 08:55:39 CDT 2005

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


Re: Sample passthru (IM) driver on WM 5.0 emulator by ajay_agr

ajay_agr
Mon Oct 10 10:43:05 CDT 2005

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
>
>

Re: Sample passthru (IM) driver on WM 5.0 emulator by Ajay

Ajay
Tue Oct 11 02:49:18 CDT 2005

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
>>
>>



Re: Sample passthru (IM) driver on WM 5.0 emulator by Kimo

Kimo
Tue Oct 18 18:04:39 CDT 2005

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
>>>
>>>
>
>



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
>>>>
>>>>
>>
>>
>
>