| Thread | Last Post | Replies |
|
| How to build a static library and use it ? | 17 Aug 2005 11:40 GMT | 7 |
I want to create a static library which can be used by others. Suppose I create a WCE Static Library project named MyLib which declares and defines a set of functions. Among these functions, there's a function, i.g. Func1, which uses a function named Foo. Foo is a function ...
|
| REGDB_E_CLASSNOTREG in CE 5.0 | 17 Aug 2005 10:58 GMT | 1 |
I am testing the sample codes found in "Audio and Video Capture Support" section of MSDN for CE 5.0. I was able to compile without any problem but CoCreateInstance would always return REGDB_E_CLASSNOTREG when run. ICaptureGraphBuilder2 *pBuild = NULL;
|
| Unaligned members in a class | 16 Aug 2005 23:57 GMT | 16 |
I have a class which has members that are private: class A { private:
|
| About Socket | 16 Aug 2005 16:34 GMT | 1 |
I want to use Winsocket.I use Winsocket in VC is OK. But use Winsocket in EVC have some problem. It as Client,It only Send(Server can receive) but not receive. I am very confused.
|
| String Table structure | 15 Aug 2005 13:56 GMT | 5 |
The thinclient applications included in PB 4.x and 5.0, atlprop.exe for example, have the strings in the String Table ended with null (C like). But if you create an application with eVC the strings have their size stored before them, thus without the ending null (pascal like).
|
| Copy file from PC to PDA | 14 Aug 2005 12:38 GMT | 3 |
Than command can I use for copy file from PC WIN2000/XP to PCA Windows Mobile 2003 in EVC++????? Thanks.... Miky
|
| Choosing an applicaton type | 12 Aug 2005 21:04 GMT | 8 |
I'm new to c++, evc++ and windows programming. I need to create a handheld application (windows ce.net 4.2) to handle data collection at farms across the country. The application should be keyboard-driven (no use of stylus) and will have two text files which will be download to ...
|
| LNK2005... | 12 Aug 2005 14:46 GMT | 6 |
Thanks in advance.... i have created a simple dialog based application in embedded vc. Then i included another cpp file and header in tis project . That header file includes
|
| Newbie problems - writing to a listbox | 12 Aug 2005 09:56 GMT | 5 |
Apologies again, for such a basic question, but how do I write to a listbox? I've tried a placing a button and a listbox, and have the following code, which compiles, but nothing appears on the listbox when I run it:
|
| SetSystemMemoryDivision | 11 Aug 2005 16:43 GMT | 1 |
I have a problem.... the function SetSystemMemoryDivision( 0x220 ) return always SYSMEM_FAILED. Using Getlasterror it is return "Param not correct".... Which it is the problem ???? I use the windows mobile 2003 SE.
|
| MAPIRULE sample does not work :( | 11 Aug 2005 13:22 GMT | 5 |
I have just compiled MAPIRULE example from Smartphone2003 SDK (from SMARTPHONE 2003\Samples\Win32\Mapirule) and tried to run it. (device - Qtek 8020) / And nothing happened :( I checked the registry - COM and Inbox registration entryes are in order.
|
| include files missing message | 11 Aug 2005 12:46 GMT | 6 |
Why does evc complain not finding several .h files even though the #ifdef environment renders them not included for the given compile job? Is there a way to switch this off? Thanks ahead!
|
| ChooseColor - Unresolved external | 10 Aug 2005 21:52 GMT | 2 |
I want to use the common dialog for selecting a colour with ChooseColor. I added Commdlg.h to my source file, but now I get LNK2019: unresolved external symbol _ChooseColor. I checked the documentation again and found that I need to link coredll.lib, but this is already done as well ...
|
| STL | 10 Aug 2005 16:25 GMT | 4 |
We are thinkig of using STL in an application and would like to know what others think or know about using STL. More importantly, how STL impacts performance and memory on a system that has some real-time dependency. How does STL compare to implementing own objects (i.e.linked ...
|
| Bluetooth, Obex and T610 | 10 Aug 2005 12:51 GMT | 1 |
I want to communicate between a Sony Ericson T610 phone and a WinCE by Obex Ftp. When I send data with a Put buffer other than 64 bytes, the trasfrert failed. Can any help me to echange data with another buffer size (ie 8192 bytes).
|