Answer Questions
Baller4lifeII Compile Error converting from evc4.0 the VC++ 2005
This code compiles fine in eVC 4.0 and earlier (been using for years) #ifdef _DEBUG afxDump<<_T("azipStream::m_bZipEntryIsOpen: ")<<m_bZipEntryIsOpen<<_T("\n"); afxDump<<_T("azipStream::m_bZipArchiveIsOpen: ")<<m_bZipArchiveIsOpen<<_T("\n"); afxDump<<_T("azipStream::&m_strOutputPath: ")<<&m_strOu ...Show All
js8425 IPC of a Desktop app with a Mobile App
Using CF2.0 is there any way of a desktop application communicating with a WM 2003 application. I expect my device to have some sort of ActiveSync connection with the desktop at the time of communication. Message Queuing, is this possible Maybe it's a bad idea as the mobile app wouldn't know the machine name of the desktop it has an activeSync connection with!! I'm currently using RAPI to communicate using Files and the OpenNETCF implementation ...Show All
brettn Can host a window control of .net cf to Pocket IE?
Can host a window control of .net cf to Pocket IE a .net cf control download by http, like.. http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/default.aspx or preinstall in GAC If not, is it possible in "Magneto" Thanks. I also ran into the same problem: I need to host an application in Pocket IE and I was hoping to do it via a .NET control using C#. Are there any alternati ...Show All
Umanga Deployment Errors in PDA
Hi, We are gettiing the following Deployment Errors when we are running a PDA application : =================================================== ------ Deploy started: Project: PDA-RSMS, Configuration: Debug Pocket PC ------ Deploying to Pocket PC Device using TCP Connect Transport Error: Cannot establish a connection. Be sure the device is physically connected to the development computer. ...Show All
SteveMargolis How to turn on/off WiFi, Bluetooth and GPS device in WM5??
Hi everyone, Is there any API to turn on/off WiFi, Bluetooth and GPS device in WM5 Since you are using WM5, try GID for GPS: For example: hGPSDevice = GPSOpenDevice(hGPSEvent[0], // Handle to an event that GPS Intermediate Driver signals whenever it has new GPS location information hGPSEvent[1], // Handle to an event that GPS Intermediate Driver signals whenever its state chan ...Show All
James Proctor SP3 question
I have a few questions about sp3. This service pack came as a set of distributable cab files, not as an sdk, so how does Visual Studio know anything about it It seems to be debugging with an older version of the compact framework. I just ran into issues with this while building an install shield project. Install shield goes to the sdk folder in Visual Studio 2003 and grabs the redistributable cabs there, not ideal for us sinc ...Show All
AMD Windows CE 5.0 projects
Hi, What if i created a project this way, New Project > Smart Device > Pocket PC 2003 > Device application, will this project be able to run on Windows CE 5.0, or should i use the Windows CE 5.0 template, if the mentioned project will not run on Windows CE 5.0, so how can i make a project that targets Pocket PC 2003 and Windows CE 5.0 at the same time Another Question: how can i run Compact framework 2.0 applications on Windows mobile ...Show All
Question_Answer problem transferring files to emulator vs2003
I get a dialog "Connection failed: cannot establish a connection. Be sure the device is physically connected to the computer" when I try to transfer files to the emulator. Otherwise the emulator appears to work fine for testing and running my application. THis has worked previously for me, and I have transferred files to the emulator in the past, however it just appears to have stopped working. Same problem occurs when I select different ...Show All
Saamy CCommandbar and AppendMenu with PPC2003 app in VS2005
Hi I'm porting my PPC2003 application to VS2005. I've managed to make it compile, but my dynamic menus no longer work. The menu I'm updating was in a CCeCommandbar when compiled in eVC4++, but in VS2005 I'm using CCommandbar. What I do is use AppendMenu to add items to my menu. I do a printout of the items in the menu after appending them, so I know they are there, but they never become visible. I've tried DrawMenubar but it doesn't make a diffe ...Show All
Agent00 unresolved extern when using LPCWSTR
I am porting a set of projects from evc4 to VS 2005 One of the projects is a DLL and the other one uses the dll. In the dll there is a function such as HRESULT APIENTRY MyFunction( LPCWSTR lpwcsFormatName, DWORD dwAccess, DWORD dwShareMode, QUEUEHANDLE phQueue) {...} In the calling program it is used with a header: HRESULT APIENTRY MyFunction(IN LPCWSTR lpwcsFormatName, IN DWORD dwAccess,IN DWORD, dwShareMode,OUT QUEUEHANDLE* phQ ...Show All
Fang Wang - MSFT Debugging Multiple COM dll's
I have a large CE workspace that I migrated from CE 4.0 to CE 5.0 using the built in conversion tool in VS 2005. When I try to debug the code (running on a PPC 2003 device) I can not hit a break point in any of the lower level dll's. Visual Studio disables them and I get the following message: "The break point will not currently be hit. No executable code is currently loaded at this position." Is there something I need to do in ...Show All
Csaba Gáspár Internet connection
I'm developing a c# application on a Vodafone v1640 pockect PC ( alias Qtek 9090). I've an internet connection configured. My problem is how to start this internet connection from C#. I need to connect to a FTP site and I've write my class using wininet.dll, but the internet connection doesn't start automatically. how can i do this thanks Can you add a code snippet to show what you are doing One way is to use the InternetOpen ...Show All
cj7wilson Project Settings Errors
1>corelibc.lib(wwinmain.obj) : error LNK2019: unresolved external symbol wWinMain referenced in function wWinMainCRTStartup 1>atlsd.lib(Allocate.obj) : error LNK2001: unresolved external symbol _CrtDbgReportW 1>atlsd.lib(AtlTraceModuleManager.obj) : error LNK2001: unresolved external symbol _CrtDbgReportW 1>atlsd.lib(atltime.obj) : error LNK2001: unresolved external symbol _CrtDbgReportW 1>atlsd.lib(ATLComTime.obj) ...Show All
mlmangione Deploying a .net2/sqlce app
Hi! note: new in mobile development but experienced .net developer Can you give me a guidance on what do I need to install in a wm2003 device to deplory a .net 2.0 app which also uses sqlce 2005 Are some specific dll's enough I would like to create a complete CAB with all the necessary files so that end-user can easilly install/uninstall the application. Sounds about right except SQL Mobile CAB for WM 5.0 has 'phone' in the name: sqlce30 ...Show All
AnewMember How do I get the V2005 emulator talking to the internet
I've been floundering around with settings trying to get the emulator connected to the internet with no success. I've read some of the posts that tell about using ActiveSync instead of the TCP/IP connection. I've tried selecting cradle from the Device Emulator Manager with no success. But I may have other settings on the emulator goofed up now. Do I need to install ActiveSync or did it come with VS2005 Here is my setup. ...Show All
