Answer Questions
James Hicks error
Hi, all I installed VS 2005 beta 2, and make some example program for pocket pc 2003. Each time i compile, i appears a lots of warning, did you see this Like the SDK pocket pc 2003 in visual studio 2005 miss something If you met this, what did you do to pass it However, the program still run. Julien secchk.lib(seccinit.obj) : warning LNK4099: PDB 'secchk.pdb' was not found with 'E:\Program Files\Microsoft Visual Studio 8\Smart ...Show All
Methark How do we test camera application?
Hi , I'm writing camera application on windows mobile 5.0 smartphone. i succeded writing the same application on desktop using webcam. could u please give me the steps to test the same application on smartphone emulator. in the document they said, we need camera equipped pocket pc (or)smartphone installed camera driver(or) Null driver ships with the emulator. am not understanding what the document is saying do i need to install any came ...Show All
tamzyn CCommandbar with cmenu
I try to insert a menu to ccommandbar, then delete a submenu in it. Is there any example on ccommandbar with cmenu m_cmdbar = new CCommandBar(); m_cmdbar->Create( this ); m_cmdbar->InsertMenuBar(IDR_MENU1); HMENU hMenu = m_cmdbar->GetMenu(); CMenu* pMenu = CMenu::FromHandle(hMenu); CMenu* submenu = pMenu->GetSubMenu(0); BOOL i = submenu->DeleteMenu(ID_OPTION_NEW, MF_BYCOMMAND); m_cmdbar->DrawMenuBar( ...Show All
r2d2 Error : 0x8007007e
I am developing a smart device project which reuses dll's as well as static libraries. The code builds fine but fails to launch the exe giving the following error "An error occured that usually indicates a corrupt installation (code 0x8007007e) . If the problem persists , repair your VS installation via 'Add Remove' in control panel. I have tried reinstalling VS and also tried to run the project on a different machine but with no succ ...Show All
Me_Titus .NET Compact Framework StatusBarPanel problem
I'm new to .NET and the CF, so please bear with me. (VB Developer for 12 years, so I have some idea as to which end is up, I hope). I'm trying to add a StatusBarPanel to a StatusBar control in a PocketPC 2003 emulator. The StatusBar control itself shows up fine, but when I attempt to add a StatusBarPanel through code (in a subroutine that is called from the form's constructor (New Sub)), I get errors. The code that I am attempt ...Show All
johnmurray Register variables & Inline ASM
Hi, I'm trying to port a Sega Genesis emulator to the PocketPC platform. I've got it working up to a certain extent now, but I'm currently compiling as portable C. The project also includes a "compiler" that translates 68k (sega genesis) instructions to ARM ASM instructions, so they can be executed much faster. However this will require a few of "register variables": [code] #ifdef PROCESSOR_ARM register uint32 reg68k_pc asm ...Show All
urbal Sending Multiple Files inside an HttpWebRequest using .NET Compact
Hi, I have already coded some applications using .NET compact framework that sends a file to a webserver from an HttpRequest. A dillema that I encountered is what about if I want to send an entire directory of pictures from my PDA to a webserver Are there any special properties in HttpWebRequest do i need to consider Do I need to call any other .NET compact objects in order to facilitate this Also pls note that I want the server to interpret th ...Show All
ducati1212 How to get RSSI by using Bluetooth Stack on WinXP SP2??
I've searched the internet for a whole day,trying to find a way to get RSSI of my cell phone . But unfortunatelly, according to MSDN documents, the Bluetooth Stack contained in WinXP SP2 doesn't expose the services of HCI layer or LMP.(except in WinCE SDK, but I need it on PC) . Does anyone know whether it is possible or not Thanks anyway!!! Anybody Is there a way to hack into Windows Bluetooth Driver to get ...Show All
almightylinuxgod Device Emulator and connection to Desktop
Can somebody please explain how connection to the desktop is supposed to work, reliably I've tried to get the emulator to connect to the desktop and have gotten it to work, but it's really, really inconsistent. I get it to work and next time I start the emulator it no longer works. Then after futzing around with cradling and uncradling for a while it starts to work again. I'm trying to debug an application with a Web Service which is calling th ...Show All
Chris Karcher Problem with GPSAPI
I am writing a small app for a treo 700w, convenienty having an sdio card slot. Anyway, I am trying to write an app that can get the gps information from the gps device for that SDIO slot. I already know it works (and not too badly I might add) from the software it came with. However, I am getting the LNK2019 error with the use of any function from GPSApi.h. If I use the wizard to make a new app and I add only the include and the GPSOpenDev ...Show All
MgManoj calling web service on PDA
i have a simple webservice which i am using in my pocketpc app. and i am calling webservice from pocketpc app. but being error : Error is: An unhandled exception of type 'System.Net.WebException' occurred in System.Web.Services.dll Additional Information: Unable to connect to the remote server i am not calling webservice on pocketpc app..... can i do i have a simple webservice which i am using in my pocketpc app. and i ...Show All
Lao K no website is configured at this address.
Hi all, I am trying to build a basic web service from a Pocket PC 2003 SE Emulator that prints "Hello World" in a textbox after a button click. I tested the web service in IE and Mozilla and both work fine. The URL I type in is like: http://(IP Address):8080/Service.asmx I installed ActiveSync 4.0 after that and managed to connect to the Internet through the mobile device. However, when I used the URL above I get this message in the po ...Show All
Peter Vanpoucke Resource Manager not working in Compact Framework v2.0 and Pocket PC 2003 SE Emulator
Hello all, The ResourceManager class will not find a resource under the Compact Framework v2.0. However, this used to work under CFv1.0. Let me elaborate on my problem. I have my main program in main.dll and a resource with name 'Messages.en.resources' in main.resources.dll. Here is the code in the main.dll: ResourceSet _msgs; ResourceManager rm = new ResourceManager( "Messages", Assembly.GetExecutingAssembly() ); ...Show All
c.f.ong MessageBox.Show not Blocking
I have wrapped my Application.Run with an try/catch handler which displays details of any exceptions to the user before exiting the application. To test this the application throws an exception when a button is clicked. While you have your answer already for blocking... ...it is important to realise that what you have there (try..catch around Run) is not true global exception handling. This is: http://www.danielmoth.com/Blog/2004/12/appd ...Show All
Ky0suke Remote File Viewer installation
Hello, I am developing my Hardware Platform using WinCE. I have installed on my PC the Embedded visual Studio which I also use for running the "Remote File Viewer" tool. My question is - How can I install this tool in a computer without need of installing all the Embedded Visual Studio (I tried to copy the tools directory, not good enough, not so smart...) Otherwise - how can I copy files from/to my board using a ...Show All
