I want to debug my application and device driver at the same time. I would
like to know is it possbile to debug my VS2005 application using my target
board.

My WinCE OS 5.0 device driver can be download and debug on my target boad
using Platform builder.
My application built on Visual Studio 2005.
ActiveSync can be successful connected to my target board though USB.

Any help will be appreciated. Thanks.

Benson Lo

Re: How to download app from VS2005 to target board by GB

GB
Thu Dec 01 03:01:09 CST 2005


http://blogs.msdn.com/vsdteam/archive/2005/04/28/413304.aspx

gokhan; :-)



"Benson Lo" <bensonlo@radiotex.com.hk> wrote in message
news:%23LbH1Tl9FHA.1020@TK2MSFTNGP15.phx.gbl...
>I want to debug my application and device driver at the same time. I would
>like to know is it possbile to debug my VS2005 application using my target
>board.
>
> My WinCE OS 5.0 device driver can be download and debug on my target boad
> using Platform builder.
> My application built on Visual Studio 2005.
> ActiveSync can be successful connected to my target board though USB.
>
> Any help will be appreciated. Thanks.
>
> Benson Lo
>



Re: How to download app from VS2005 to target board by Valter

Valter
Thu Dec 01 03:09:00 CST 2005

"Benson Lo" <bensonlo@radiotex.com.hk> wrote in
news:#LbH1Tl9FHA.1020@TK2MSFTNGP15.phx.gbl:

> I want to debug my application and device driver at the same time.
> I would like to know is it possbile to debug my VS2005 application
> using my target board.

I never tried with USB, but, if your device has a network adapter (even
VMINI) you may follow the instructions of this article:
http://msdn2.microsoft.com/library/ms228708.aspx

You may add the debugger components to your platform using Mike Hall's
CeFileWiz.

This works also with the emulator (the new ARM-based emulator support
only PPC or smartphone images and it's not possible to made a custom
nk.bin for it because the ARM-emulator BSP is not available).

--
Valter Minute
(the reply address of this message is invalid)
(l'indirizzo di reply di questo messaggio non è valido)

Re: How to download app from VS2005 to target board by Benson

Benson
Thu Dec 01 03:44:05 CST 2005

Thanks for you quick response and help.

In my Visual Studio, I cannot find my target device platform (should it be
Windows CE 5.0 ?) in "Active solution platform"
I only found "Pocket PC 2003 (ARMV4)" and "Smartphone 2003 (ARMV4)".


"Valter Minute" <vminute@GoogleMAILservice.com> ¼¶¼g©ó¶l¥ó·s»D:Xns971F668097D08VALTERMINUTE@207.46.248.16...
> "Benson Lo" <bensonlo@radiotex.com.hk> wrote in
> news:#LbH1Tl9FHA.1020@TK2MSFTNGP15.phx.gbl:
>
>> I want to debug my application and device driver at the same time.
>> I would like to know is it possbile to debug my VS2005 application
>> using my target board.
>
> I never tried with USB, but, if your device has a network adapter (even
> VMINI) you may follow the instructions of this article:
> http://msdn2.microsoft.com/library/ms228708.aspx
>
> You may add the debugger components to your platform using Mike Hall's
> CeFileWiz.
>
> This works also with the emulator (the new ARM-based emulator support
> only PPC or smartphone images and it's not possible to made a custom
> nk.bin for it because the ARM-emulator BSP is not available).
>
> --
> Valter Minute
> (the reply address of this message is invalid)
> (l'indirizzo di reply di questo messaggio non ?valido)



Re: How to download app from VS2005 to target board by Valter

Valter
Thu Dec 01 07:21:46 CST 2005

"Benson Lo" <bensonlo@radiotex.com.hk> wrote in
news:uTOuHvl9FHA.476@TK2MSFTNGP15.phx.gbl:

> Thanks for you quick response and help.
>
> In my Visual Studio, I cannot find my target device platform
> (should it be Windows CE 5.0 ?) in "Active solution platform"
> I only found "Pocket PC 2003 (ARMV4)" and "Smartphone 2003
> (ARMV4)".

Did you generate an SDK for your platform and installed it on the
development PC? You can do that from Platform Builder.
If you installed your SDK before you installed VS2005 you may have to
remove and reinstall it.

--
Valter Minute
(the reply address of this message is invalid)
(l'indirizzo di reply di questo messaggio non è valido)

Re: How to download app from VS2005 to target board by Benson

Benson
Thu Dec 01 23:54:53 CST 2005

Valter Minute,

You are right ! I have not yet install the SDK.
After install, my target platform can be found :-)

Infomation for those have problem like me:
When I generate the SDK, there is only option for eMbedded Visual C++ and
.net compact framework(cannot be chosen). I choose eMbedded Visual C++ even
I am a bit confuse that I want to generate the SDK for VS2005. I cannot find
the Visual Studio option but that is ok to choose eMbedded Visual C++ for
now.

After the msi file is generated, install it, only eMbedded Visual C++ can be
selected. Finally, your VS2005 will find your new platform even though you
look like generated the SDK for eMbedded Visual C++.

Thanks again.
Benson Lo


"Valter Minute" <vminute@GoogleMAILservice.com> ¼¶¼g©ó¶l¥ó·s»D:Xns971F9159F9391VALTERMINUTE@207.46.248.16...
> "Benson Lo" <bensonlo@radiotex.com.hk> wrote in
> news:uTOuHvl9FHA.476@TK2MSFTNGP15.phx.gbl:
>
>> Thanks for you quick response and help.
>>
>> In my Visual Studio, I cannot find my target device platform
>> (should it be Windows CE 5.0 ?) in "Active solution platform"
>> I only found "Pocket PC 2003 (ARMV4)" and "Smartphone 2003
>> (ARMV4)".
>
> Did you generate an SDK for your platform and installed it on the
> development PC? You can do that from Platform Builder.
> If you installed your SDK before you installed VS2005 you may have to
> remove and reinstall it.
>
> --
> Valter Minute
> (the reply address of this message is invalid)
> (l'indirizzo di reply di questo messaggio non ?valido)