| Thread | Last Post | Replies |
|
| No symbols have been loaded | 02 Jun 2006 19:11 GMT | 3 |
I have been working with this application for over 2 years and have never had a problem even after we converted it from VS 2003 to VS 2005. All of the sudden I am getting this message every time I put a breakpoint in the application. I've tried deleting the .dbp files and it ...
|
| Migration of a PPC 2003 application | 02 Jun 2006 17:03 GMT | 1 |
I created a C# application on PPC 2003 with VS .NET 2003. Now I want to migrate on VS .NET 2005, so I made a conversion of my application. There was no problem on conversion, but I have anyway a problem because I can't use a specific function of DateTime :
|
| How to set/use an alternate PATH environment... | 02 Jun 2006 16:56 GMT | 2 |
Friends, I have a bootstrap issue, for lack of a better term. I copy a bunch of files from the workstation to a persistent location on the device, then a small EXE from the workstation to the device, then make RAPI calls to know
|
| WRAPI WEP | 02 Jun 2006 15:37 GMT | 1 |
I need a help. i have tried to connect to the AP using WRAPI with WEP. But unfortunatly it doesn't work, I use the following sequence: 1) Set Network Mode to Infrastructure 2) Set Authentication Mode to Shared Mode
|
| Want to develop an application for Windows Mobile 5.0 Pocket PC | 02 Jun 2006 14:11 GMT | 3 |
HI! I want to start developing an application for Windows Mobile 5.0 Pocket PC . For that I am using Windows XP with SP2, Visual Studio 2005, Windows Mobile 5.0 SDK for Pocket PC & Active Sync 4.1. I want to develop my
|
| Managing the bluetooth stack on Mobile 5.0 using C# or VB.Net | 02 Jun 2006 13:58 GMT | 1 |
I just received an application written in M$ languages, and my job is to setup a bluetooth connection to a certain device via the same application. Currently, the application contains handles all bluetooth via the virtual COM-port stack layer, and the users have to manually setup ...
|
| hard reset of WinMobile 5.0 device. | 02 Jun 2006 09:22 GMT | 1 |
Please help me, i have tried to hard reset WinMobile 5.0 device by using- 1. SetCleanRebootFlag and KernelIoControl APIs 2. ExitWindowEx API.
|
| +POOM +CoCreateInstance = 0x80040154 or REGDB_E_CLASSNOTREG | 02 Jun 2006 03:40 GMT | 4 |
When I compile my application for Pocket PC 2003 in RELEASE mode I get error 0x80040153 or REGDB_E_CLASSNOTREG from CoCreateInstance. It works fine in DEBUG mode. I get this in the emulator and on the actual device.
|
| Use of USB port as virtual serial COM port | 02 Jun 2006 03:14 GMT | 3 |
On all PPC (2003 or Mobile 5) I can find registry entries, which show me, that the USB port is mapped to a virtual serial COM port. [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\SerialUSB] or [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\USB] or
|
| CreateProcess crashes launched application | 02 Jun 2006 03:13 GMT | 8 |
I'm trying to launch an application from an application I wrote. I'm using CreateProcess like this: if (CreateProcess(tnew_file, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, myProcInfo) == 0) {
|
| How to minimize a PPC form in the program? | 02 Jun 2006 03:11 GMT | 5 |
In VS 2005(C#) & WM 5.0 It's easy to close but how to minimize?
|
| DLL development on WM5 | 01 Jun 2006 19:50 GMT | 2 |
More than one year ago I developed a DLL for PocketPC 2003 using eVc4 (embbeded Visual C++ 4.0). Today I need to compile or port the same DLL source code on Windows Mobile 2005. I tried to use the Visual Studio 2005 but the templates for Smart Devices are only for PocketPC 2003.
|
| error C3861: 'CoInitializeSecurity': identifier not found | 01 Jun 2006 18:05 GMT | 3 |
I am writing a Smart Device MFC Application (using Visual Studio 2005 for Windows Mobile 5.0 Pocket PC) which actually calls/invokes an ATL COM Component in a separate dll. But I am getting the following error during compilation:
|
| error message new mobile | 01 Jun 2006 18:05 GMT | 2 |
I'm at the very very beginning of trying some mobile developement. I'm curently using the viewsonic v37 pocket pc to debug along with visual studio 2005. When I create a pocket pc 2003 web project and try to debug it on the device i get this error:
|
| "Could not find Resource assembly" | 01 Jun 2006 18:04 GMT | 1 |
Can anyone explain the general cause of this error? I get this error intermittently when trying to connect to a SQL Server (on a wired network) from my VB.NET PocketPC application running on a wireless LAN. The exact text of the error is "Could not connect. Could not find ...
|