Answer Questions
Zagen Cant create Smart Device project
I don't know if this is the appropriate forum for this, but i am desperate for an answer here... Visual Studio 2005 crashed on this afternoon. since then, i have not been able to open any of my WM 2005/CF2.0 projects. I also am not able to create any Smart device projects. The error i get when attempting this is "The project 'C:\Documents and Settings\<username>\Local Settings\Temp\u0cx3qj1.r2s\Temp\TestApp1.csproj' cannot be ...Show All
A fok Windows CE from commandline?
Is there a guide or document explaining how to use the to use the tools in VC\CE directory I can create a smart device project inside the IDE but it is only limited to ARM processor. I want to perform compilations from commandline but I have yet to find a reference for the tools. Even a simple hello world program will do fine. -- Henrik Thank you for your information. Can you help me out why this does not work ...Show All
Subrajit How to perform deep copy in this case?
I saw an interesting article a guy wrote on how to create a deep copy of a generic object. http://www.codeproject.com/useritems/0g_GenericsAndCloning.asp It's not perfect.. as some of the comments say, but would work well for what I'm doing except I cannot do this because I do not believe the CF supports that type of serialization. Here's what I have.. (specific class structure shown below) Class A - base class Class ...Show All
S&#246;nmez Kartal Slow graphics on PPC 640x480.
When running a Windows Mobility 2003 application that does full screen draws on a PocketPC with 640x480 resolution it runs extreamly slow. I imagine that's due to streaching of the graphics to fit the 640x480 resolution since everything is devleoped for 320x240. Are there any tricks to improving this performance Thanks Are you writing any custom resize code or any custom painting code which ma ...Show All
Sathianantha Thilagar T Visual Studio not working with Compact framework projects
I have previously been able to develop Compact Framework exe's using Visual Studio 2004 Enterprise architect version but after installing 2005 and subsequently uninstalling both then reinstalling 2003 I can no longer open/edit/compile compact projects. The designer wont work, references arent found and compiling comes up with errors like error CS0518: The predefined type 'System.Byte' is not defined or imported. Standard .net projects are fine. ...Show All
JRusty System Log - Is there one? Where should I log application data...
I'd like to log application data/events somewhere. Is there a log system already for PPC, and if not anyone got any recommendations for FREE prebuilt classes that provide logging functionality such as "maximum file size" etc. Thanks! I'd log directly to a file in the same directory as my executable. For some links see this: http://www.danielmoth.com/Blog/2004/11/debugwriteline.html Cheers Da ...Show All
Igor24 Upgrading from Beta 2 of VS 2005 to RC / RTM Version - What device device developers should know
We were looking at some scenarios where as a device developer you had VS 2005 Beta 2 on your machines. Then you decided to un-install Beta 2 and install RC candiate. There are a few things you should be aware of. 1. If you had installed the DMA Transport Update , please make sure remove that before you un-install anything else to clean your machine. We are also in the process of adding removal of this Patch to the un-install tool tha ...Show All
Janee VS 2005 Standard Edition Can't connect to Mobile 5.0 device
Every time I try to connect to my PDA ( Dell Axim x51 with Mobile 5.0 ) through VS 2005 it fails. It says "Connection Failed. Can't connect to network. Check network settings" or something to that affect. I have Active Sync 4.0. I know the connection to the PDA was made because a few messages popped up on the PDA asking if i should allow a couple of programs should be executed. I am completely new to Mobile development. Am I missing somethi ...Show All
Marcos Neves Configuring emulator for internet
Hello Guyz, Can any one plz help me in configuring the emulator in VS 2005 so that it can connect to internet Thanx in Advance. Please go through this blog which explains Internet connectivity for the device emulator http://blogs.msdn.com/akhune/archive/2005/11/16/493329.aspx -Thanks, Mohit from tools menu click device emulator manager. right click to your emulato ...Show All
bruce2005 system will not resume ? dead? after following code
tested on HP6315: PlaySound(_T("Alarm2.wav"),NULL,SND_FILENAME | SND_ASYNC | SND_LOOP); Sleep(1000); GwesPowerOffSystem(); // never resumed, press the power button will not effect hi, VTaneja I have tested the code on WM5 and SP 2003 result: 1. WM5, dopod 696 (updated rom), ok 2. WM5, emulator, ok 3. SP2003, emulator, sys dead 4. SP2003, M ...Show All
David P Hardware specific emulator images?
Does anyone know if any of the hardware manufacturers are planning on releasing emulator images of their hardware platforms For example, HP makes a DLL available to provide access to various hardware features that are not available on the PPC 2003 SE emulator. Thanks! Sorry, but not at this time. The DeviceEmulator emulates one specific hardware platform. Barry ...Show All
stuohy ERROR in RDA.PULL
[code] Private Sub create_DB() If File.Exists("STAFF.sdf") Then File.Delete("STAFF.sdf") End If Dim connStr As String = "Data Source = STAFF.sdf" Dim engine As New Sq ...Show All
Ner1co Icon in program files
Hi Ive managed to deploy my application to my Pocket PC emulator okay. The only issue I have left is I dont get my appliaction icon appearing in the program files on the emulator once its deployed. I have set the icon in the project setting of VS2003 Anyone have any idea how to correct this Many Thanks Ok cheers. I have just been copying the cab file to the device emulator. I will look into the install file. ...Show All
Ronald Widha Pocket PC Cancel incoming Calls
i want to make an application which cancels any incoming calls while running. but dont know from where to start. i am using C#.net(2005). can anybody help me!!! This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this question can better be answered by someone on one of the newsgroups for Windows Mobile or Windows CE. In order to get a qu ...Show All
countzero smart device project creation failed!
Hi all, I'm using VS2005 Team Edition and WM5 Smartphone SDK. The problem is I cannot create any smart device project, but I can open existing solutions. I've reinstalled the SDK and ActiveSync, But the problem still exist. So how to solve this kind of problem Thanks doyoucy Which OS you are using Is is Windows Vista, let me know, As we have seen this happening on WIndows Vista, if you happen to use this, the ...Show All
