I really can use some explanations

I am very new to this world, there for my questions may appear stupid, sorry for that.

I didn't do much developing, but i didn't practice a little in the old VS2003 days. there it was very simple, you choose a Pocket PC 2002 Project (i was writting in C#). you finish to build it, then press deploy, see that nice Emulator kicks in and shows you what you program should look like on the real device.

The program i should write is using some code which was written for the PC in C++. there for i must import some DLLs. Among those functions i use some require the usement of HANDLEs. as i understand those are not available in the old framework. so with the aid of the MSDN i understood it will be available in the next version - Compact Framework 2. To make sure, i checked my self and saw that in the Visual 2005 Beta Winday and Visual 2005 beta this featue indeed lays.

Problem is that i can't seem to emulate. i have imported the dlls, the code is correct (i have checked it in PC), but it have many issue with the emulator.
On the Winbay version i try to use the Pocket PC 2003 emulator - it gives me a error not telling me what is it. even if i install a fresh copy and place a button with no code it does that. Should i configure it some how? (the code compiles with no error).

I the last DVD beta2 version (which is official) it claims that is has some issue with the network (it can't connect). i am not interested in connecting anywere yet. were can i configue it not to try to do that. later i will need this option. so disabling it will not help for long.

Now i am not interested in the VS2005 itself. i only need to compact framework. can i use it some how with my old VS2003?

What am i missing? How does this struction works?
how can i upgrade? i install and it works with the next frame work automaticly or some uninstalling is needed?

may i should make an EXE and use another emulator?

what are my options?

thanks!
sorry for the poor English.

[2001 byte] By [Hyperion_20] at [2008-3-6]
# 1
I can't answer all of your questions but let me take a shot a the ones I can:

<<On the Winbay version i try to use the Pocket PC 2003 emulator - it gives me a error not telling me what is it. even if i install a fresh copy and place a button with no code it does that. Should i configure it some how? (the code compiles with no error).>> Whidbey Beta2 and the following CTP's should deploy to the emulator using F5. If the emulator does not startup, I suggest applying the new DMA transport see http://blogs.msdn.com/vsdteam/archive/2005/05/13/417224.aspx

<<Now i am not interested in the VS2005 itself. i only need to compact framework. can i use it some how with my old VS2003?>> VS 2003 can create Compact Framework 1.0 project but can not create project based on v2.0. For that you will need Whidbey. You can also use the Whidbey SDK to build v2.0 projects.

<<how can i upgrade? i install and it works with the next frame work automaticly or some uninstalling is needed?>> VS 2003 and VS 2005 (Whidbey) can be installed on the same PC.

markpre_ms at 2007-9-9 > top of Msdn Tech,Smart Device Development,.NET Compact Framework...