| Thread | Last Post | Replies |
|
| Pinvoke struct question | 28 Sep 2004 22:58 GMT | 5 |
I have a legacy C++ dll with a flat (non-class) API that contains a function that returns a pointer to a structure: typedef struct {
|
| C# .lib? | 28 Sep 2004 22:37 GMT | 2 |
This is maybe not a strictly PocketPC question, but C# in general. In the good 'ol days I could create a .lib file of binary code (object files) I wanted another developer/customer to use, then give him the .lib and C++ header file to compile with, but not the source code. I know ...
|
| string literal problem | 28 Sep 2004 21:20 GMT | 1 |
I have a string literal : _T("S???-?-0") but in the debugger and in the program it seems to be showing up as _T("S?~?-?-0")
|
| ceappmgr does not detect header in .INI file | 28 Sep 2004 19:53 GMT | 2 |
I am running across something that should be trivial but is taking a headache to solve. I am trying to install a cab file in my PPC 2003 using a .INI file through ceappmgr. When I try to report the errors
|
| how to use emulator ports | 28 Sep 2004 19:49 GMT | 1 |
can any body render there valuable help to me. i am developing an application in eVC++4.0.i am trying to open the ports .i have configured platform manager .i am using am api cryptorf .h that was provided with the card reader
|
| Problem with evb3.0 | 28 Sep 2004 18:23 GMT | 7 |
I have a problem using pocket pc 2002 and evb 3.0. I'm using a program which has no error when I compile it. But when the download on the pocket is finished, I have the following error : "ITCAXBarCode1 ({4EF30D2-ECA9-11D3-8182-00500462DFFE}) could not be created".
|
| Database Development | 28 Sep 2004 17:55 GMT | 1 |
I have built an Excel application with considerable VBA, and I want to build a functionally identical application for the Pocket PC - from what I gather, the pocket Excel program does not include the same functions etc. as the PC version - should I be looking at a VB.NET database ...
|
| Autorun using Storage and SD cards problem | 28 Sep 2004 16:52 GMT | 1 |
We are currently trying to implement a failsafe mechanism to automatically reinstall our application when the battery of our XDA II runs out completely. We use the autorun mechanism combined with the built-in permanent store (Storage) of the device. We create a 2577 dir
|
| Setting Power State on 5555 WiFi Adapter | 28 Sep 2004 16:35 GMT | 1 |
I am trying to turn on and off the WiFi device on an HP 5555 (PPC 2003) device. I want to do the equivalent of the "iPAQ Wireless" application, but do so in code. I tried the IOCTL_POWER_SET CALL, and the SetDevicePower() call, but
|
| Developing for Pocket PC with Visual Studio Express | 28 Sep 2004 15:51 GMT | 4 |
Is it going to be possible to develop programs for the Pocket PC with the Express versions of Visual Basic, C#, etc.? I've obtained a copy of Visual Basic Express Beta and was pleased to find lots of information in the accompanying Help file about the
|
| C DLL that outputs a string | 28 Sep 2004 15:19 GMT | 1 |
Good Morning, I am writing a DLL that is declared like that : extern "C" __declspec(dllexport) TESTDLL_API string fnTestDLL(void); I need the "extern C", but the declaration doesn't compile.
|
| Generic Logging on PocketPc | 28 Sep 2004 14:03 GMT | 1 |
I have already speak about this problem in this forum that it is not possible to log the method call and the time in a generic way on the PocketPc (means that it is not possible to log when a button is pressed in PocketExcel, or when the FileExplorer is opened, etc.). So i want ...
|
| Help for Gps application | 28 Sep 2004 13:08 GMT | 3 |
I need to find a simulater that is free that providing the data that a real GPS receiver produce. Is there any simple way of finding position. I am new in gps technology.
|
| PPC 2002 and 2003 projects | 28 Sep 2004 13:04 GMT | 3 |
Hello, guys. I have some projects for Pocket PC 2002 built with Embedded VC 3.0. Now I want to convert this projects to PPC 2003. But also I need to support PPC 2002.
|
| Very VERY stupid question | 28 Sep 2004 12:21 GMT | 2 |
I downloaded eVC4 and started poking around. After a while I wanted to place images on my dialogs..... but I simply can NOT figure out how to do this !!! I place the image, but cant find anything in properties about filename.....
|