| Thread | Last Post | Replies |
|
| What should I buy?? | 31 Jul 2004 19:14 GMT | 3 |
I'm a student and I'd like to sell my games (written in eVC4) on handango. Do I have to buy MSDN Enterprise Subscription ? Is there something cheaper ? :)
|
| write "help" file for ppc and | 31 Jul 2004 10:40 GMT | 2 |
I convert a software from win32 api to embedded c++ 4.0 for pocket pc 2003. 1. What to use insted of "WINHELP" - how can I write help files? 2. why the "RegisterDevice" function fails?
|
| Problem with POOM | 31 Jul 2004 04:17 GMT | 2 |
I have a sample downloaded from Codeguru.com #include <objbase.h> #include <initguid.h> #include <pimstore.h>
|
| simpliest program on PocketPC | 31 Jul 2004 01:19 GMT | 14 |
i trying to find the simpliest examples of source codes for PocketPC i'm new in programing but "Hello World " aplication in SDK was kinda complicated for me
|
| reading XML and starting media player | 30 Jul 2004 23:16 GMT | 4 |
I have to make application for PocketPC i have XML code like this... <item> <component>
|
| where does IP address come from in Ad-hoc mode when using WiFi adaper? | 30 Jul 2004 20:40 GMT | 6 |
In my pocket pc, I found when I the machine has an IP address in ad-hoc mode, although I let "the server assign the IP address". My understanding is there are no DHCP servers over there, so where does the IP address come from?
|
| executing examples from PocketPC SDK | 30 Jul 2004 20:05 GMT | 1 |
With all examples i have problems when building. it reports this error error LNK2019: unresolved external symbol _WinMain referenced in function _WinMainCRTStartup
|
| Installing 3rd party apps on emulator | 30 Jul 2004 19:50 GMT | 2 |
I've written an app which is dependent on a 3rd party DLL which I install on an iPaq via ceAppMgr. However, you can't use CeAppMgr to install apps on the emulator (http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com
|
| Trying to begin.... | 30 Jul 2004 19:46 GMT | 1 |
Hello, I'm trying to start developing applications for my new pocket PC (Compaq Ipaq 3950). I don't know exactly what I have to do, but I read somewhere that I must install Embedded Tools 3.0 and Pocket PC SDK 2002. Is that correct? And if it's, I've got an aditional problem. ...
|
| Select Network connection | 30 Jul 2004 19:41 GMT | 1 |
After defining the network connection on the PDA, how can I open a connection selection dialog in eVC3 so the user selects one to activate? Thanks
|
| Auto setup POP3 account problem | 30 Jul 2004 19:38 GMT | 3 |
We could use EMAIL2 CSP to setup POP3 account in PPC. And also we could set the time interval for the PPC to check for the new email. However, the auto checking new email is "unchecked".
|
| Installing SP1 | 30 Jul 2004 19:33 GMT | 5 |
I have a bunch of Symbol MC9000w Pocket PC devices that I have written an application for. I want to take advantage of the changes in Service Pack 1, and am trying to get the SP to install by using a facilty of the MC9000w
|
| Help about threads and treeview | 30 Jul 2004 19:13 GMT | 3 |
I'm a totally newbie EVC developer; i need to fill a treeview in a function executed by new thread, but i can't access treeview handle from outside main dialog class! I'll try to explain better,
|
| Changing the system datetime of the tablet pc | 30 Jul 2004 17:15 GMT | 1 |
A application runs on the tablet pc...Which interacts with a web service sitting on the host machine. I want to synchronize the system datetime of the tablet pc and the host i am interacting.
|
| using DirectShow | 30 Jul 2004 17:01 GMT | 4 |
I'm getting a "Class not registered " COM error message when trying to instantiate the DirectShow Filter Graph object. I'm using eVC 4.0, running with the PocketPC 2003 emulator profile. The code looks like this: ......
|