Hi all,

I have subroject where I would like to use
"ConnMgrRegisterForStatusChangeNotification" which is declared in
connmgr_status.h (according to MSDN). Ther is no such file in WINCE600
folder structure. None of files contains declaration of
"ConnMgrRegisterForStatusChangeNotification". I see that it is delay loaded
from cellcore.dll (public\cellcore\simtkit\dllload.cpp).
I have checked cellcore.dll (ARM emulator build) (using dependancy walker -
depend.exe) but it does not export
"ConnMgrRegisterForStatusChangeNotification" function.
I have installed "Shared source, ARMV4I and X86" OS.

Subproject build fails with error:
Error 6 fatal error C1083: Cannot open include file: 'connmgr_status.h': No
such file or directory.

How to use it in WinCE 6?

Zdenko

Re: ConnMgrRegisterForStatusChangeNotification - #include <connmgr_status.h> problem by Erwin

Erwin
Thu May 08 11:02:35 PDT 2008

It is only available for Windows Mobile not for Windows CE.

Erwin Zwart

"Zdenko" <zdenko@nowhere.com> wrote in message
news:%23GBrCEPsIHA.1952@TK2MSFTNGP05.phx.gbl...
> Hi all,
>
> I have subroject where I would like to use
> "ConnMgrRegisterForStatusChangeNotification" which is declared in
> connmgr_status.h (according to MSDN). Ther is no such file in WINCE600
> folder structure. None of files contains declaration of
> "ConnMgrRegisterForStatusChangeNotification". I see that it is delay
> loaded from cellcore.dll (public\cellcore\simtkit\dllload.cpp).
> I have checked cellcore.dll (ARM emulator build) (using dependancy
> walker - depend.exe) but it does not export
> "ConnMgrRegisterForStatusChangeNotification" function.
> I have installed "Shared source, ARMV4I and X86" OS.
>
> Subproject build fails with error:
> Error 6 fatal error C1083: Cannot open include file: 'connmgr_status.h':
> No such file or directory.
>
> How to use it in WinCE 6?
>
> Zdenko
>



Re: ConnMgrRegisterForStatusChangeNotification - #include <connmgr_status.h> problem by Zdenko

Zdenko
Thu May 08 22:44:38 PDT 2008

Do I miss something?
Windows mobile is set of applications added to special hardware which uses
WindowsCE5.0. Cellcore.ddl is part of WindowsCE. How is it possible that
Windows Mobile Cellcore.dll is not the same as one I build using platform
builder?
How phone manufacturers build their own BSP?
Where do they get cellcore?

Zdenko


"Erwin Zwart" <erwin dot zwart at pts dot nl> wrote in message
news:%232uKzWTsIHA.4492@TK2MSFTNGP02.phx.gbl...
> It is only available for Windows Mobile not for Windows CE.
>
> Erwin Zwart
>
> "Zdenko" <zdenko@nowhere.com> wrote in message
> news:%23GBrCEPsIHA.1952@TK2MSFTNGP05.phx.gbl...
>> Hi all,
>>
>> I have subroject where I would like to use
>> "ConnMgrRegisterForStatusChangeNotification" which is declared in
>> connmgr_status.h (according to MSDN). Ther is no such file in WINCE600
>> folder structure. None of files contains declaration of
>> "ConnMgrRegisterForStatusChangeNotification". I see that it is delay
>> loaded from cellcore.dll (public\cellcore\simtkit\dllload.cpp).
>> I have checked cellcore.dll (ARM emulator build) (using dependancy
>> walker - depend.exe) but it does not export
>> "ConnMgrRegisterForStatusChangeNotification" function.
>> I have installed "Shared source, ARMV4I and X86" OS.
>>
>> Subproject build fails with error:
>> Error 6 fatal error C1083: Cannot open include file: 'connmgr_status.h':
>> No such file or directory.
>>
>> How to use it in WinCE 6?
>>
>> Zdenko
>>
>
>



Re: ConnMgrRegisterForStatusChangeNotification - #include <connmgr_status.h> problem by Dean

Dean
Fri May 09 05:28:05 PDT 2008

WM is a lot more than just a set of applications built on top of the base
CE. WM builds on a different tree completely, although much of it is the
same (one pulls from the other).

OEMs using building WM devices get the WM tree directly from Microsoft.

--
Dean Ramsier - eMVP
BSQUARE Corporation


"Zdenko" <zdenko@nowhere.com> wrote in message
news:uu5CNfZsIHA.2292@TK2MSFTNGP03.phx.gbl...
> Do I miss something?
> Windows mobile is set of applications added to special hardware which uses
> WindowsCE5.0. Cellcore.ddl is part of WindowsCE. How is it possible that
> Windows Mobile Cellcore.dll is not the same as one I build using platform
> builder?
> How phone manufacturers build their own BSP?
> Where do they get cellcore?
>
> Zdenko
>
>
> "Erwin Zwart" <erwin dot zwart at pts dot nl> wrote in message
> news:%232uKzWTsIHA.4492@TK2MSFTNGP02.phx.gbl...
>> It is only available for Windows Mobile not for Windows CE.
>>
>> Erwin Zwart
>>
>> "Zdenko" <zdenko@nowhere.com> wrote in message
>> news:%23GBrCEPsIHA.1952@TK2MSFTNGP05.phx.gbl...
>>> Hi all,
>>>
>>> I have subroject where I would like to use
>>> "ConnMgrRegisterForStatusChangeNotification" which is declared in
>>> connmgr_status.h (according to MSDN). Ther is no such file in WINCE600
>>> folder structure. None of files contains declaration of
>>> "ConnMgrRegisterForStatusChangeNotification". I see that it is delay
>>> loaded from cellcore.dll (public\cellcore\simtkit\dllload.cpp).
>>> I have checked cellcore.dll (ARM emulator build) (using dependancy
>>> walker - depend.exe) but it does not export
>>> "ConnMgrRegisterForStatusChangeNotification" function.
>>> I have installed "Shared source, ARMV4I and X86" OS.
>>>
>>> Subproject build fails with error:
>>> Error 6 fatal error C1083: Cannot open include file: 'connmgr_status.h':
>>> No such file or directory.
>>>
>>> How to use it in WinCE 6?
>>>
>>> Zdenko
>>>
>>
>>
>
>



Re: ConnMgrRegisterForStatusChangeNotification - #include <connmgr_status.h> problem by Zdenko

Zdenko
Sun May 11 23:49:26 PDT 2008

OK
Thanks.
I was confused by MSDN Library. It specifies:
ConnMgrRegisterForStatusChangeNotification
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Connmgr_status.h.
Link Library: Cellcore.lib.

It means that requirement is not Windows CE.NET 4.2 but Windows Mobile 5.0.

Zdenko

"Dean Ramsier" <ramsiernospam@nospam.com> wrote in message
news:%23IKptAdsIHA.2208@TK2MSFTNGP04.phx.gbl...
> WM is a lot more than just a set of applications built on top of the base
> CE. WM builds on a different tree completely, although much of it is the
> same (one pulls from the other).
>
> OEMs using building WM devices get the WM tree directly from Microsoft.
>
> --
> Dean Ramsier - eMVP
> BSQUARE Corporation
>
>
> "Zdenko" <zdenko@nowhere.com> wrote in message
> news:uu5CNfZsIHA.2292@TK2MSFTNGP03.phx.gbl...
>> Do I miss something?
>> Windows mobile is set of applications added to special hardware which
>> uses WindowsCE5.0. Cellcore.ddl is part of WindowsCE. How is it possible
>> that Windows Mobile Cellcore.dll is not the same as one I build using
>> platform builder?
>> How phone manufacturers build their own BSP?
>> Where do they get cellcore?
>>
>> Zdenko
>>
>>
>> "Erwin Zwart" <erwin dot zwart at pts dot nl> wrote in message
>> news:%232uKzWTsIHA.4492@TK2MSFTNGP02.phx.gbl...
>>> It is only available for Windows Mobile not for Windows CE.
>>>
>>> Erwin Zwart
>>>
>>> "Zdenko" <zdenko@nowhere.com> wrote in message
>>> news:%23GBrCEPsIHA.1952@TK2MSFTNGP05.phx.gbl...
>>>> Hi all,
>>>>
>>>> I have subroject where I would like to use
>>>> "ConnMgrRegisterForStatusChangeNotification" which is declared in
>>>> connmgr_status.h (according to MSDN). Ther is no such file in WINCE600
>>>> folder structure. None of files contains declaration of
>>>> "ConnMgrRegisterForStatusChangeNotification". I see that it is delay
>>>> loaded from cellcore.dll (public\cellcore\simtkit\dllload.cpp).
>>>> I have checked cellcore.dll (ARM emulator build) (using dependancy
>>>> walker - depend.exe) but it does not export
>>>> "ConnMgrRegisterForStatusChangeNotification" function.
>>>> I have installed "Shared source, ARMV4I and X86" OS.
>>>>
>>>> Subproject build fails with error:
>>>> Error 6 fatal error C1083: Cannot open include file:
>>>> 'connmgr_status.h': No such file or directory.
>>>>
>>>> How to use it in WinCE 6?
>>>>
>>>> Zdenko
>>>>
>>>
>>>
>>
>>
>
>



Re: ConnMgrRegisterForStatusChangeNotification - #include <connmgr_status.h> problem by Paul

Paul
Mon May 12 08:36:58 PDT 2008

Use the Send Feedback link on that page of the help to let the documentation
guys know about the problem.

Paul T.

"Zdenko" <zdenko@nowhere.com> wrote in message
news:%23l3JWx$sIHA.1768@TK2MSFTNGP03.phx.gbl...
> OK
> Thanks.
> I was confused by MSDN Library. It specifies:
> ConnMgrRe