| Thread | Last Post | Replies |
|
| double exe in 1 file ? | 31 May 2004 21:10 GMT | 8 |
Is it possible to make an executable file that will work on both windows 32 bits ( 2000/xp ) and pocket pc xscale/arm? thank you pat.
|
| Embedded Visual C++ 4.0 Emulator SDK | 31 May 2004 17:06 GMT | 4 |
I´ve created a OS image for the Emulator with the Platform Builder, built it and created a SDK for Embedded Visual C++ called "MyEnterpriseWebPadSDK". After that I have installed the SDK but when I´m in the Embedded Visual C++, I don´t find anywhere the SDK. How should I test and ...
|
| Preventing thread context switching | 31 May 2004 16:03 GMT | 6 |
Is there a way to tell the OS not perform thread context switching while running a set of specific instructions? The spoken thread should have the default prioirity as other threads, only when running a set of specific instruction I need to make sure there is no
|
| Dragging Small Distances | 29 May 2004 06:53 GMT | 3 |
I have a progress bar in a dialog box I need to move down one pixel. In the resource editer when I select and drag the progress bar down this much I find when I release it the editor placed it two pixels down. There seems to be a two pixel snap grid. How can this snap be turned off?
|
| Embedded VC++ woes. | 28 May 2004 19:23 GMT | 10 |
I have just begun porting a program from Microsoft Visual C++ (4.00.1505.0) and I must say that it has been a very disappointing experience std::string does not support push_back and does not support clear streams are not supported at all Template support is poor
|
| Automatic application execution soon after a soft-reset | 28 May 2004 13:51 GMT | 2 |
Dear TechGurus, I want an application to run soon after a soft-reset is given to a PDA. Can any registry entries be set so that this happens. In the case of Win2k there is key in Registry under Microsoft called "RunOnce". When a entry is present there, soon after a restart the app ...
|
| dialog access | 28 May 2004 12:41 GMT | 1 |
if i have 3 dialogs, how can i access a function of another dialog? I have a dialog1 which calls dialog2. Dialog2 now call dialog3. How can i start a dialog1-function within dialog3. I know how to use the GetParent function. But how can i access the parent of
|
| Creating a COM object in a HTM file using jscript | 27 May 2004 17:13 GMT | 1 |
I am trying to use a COM object from a *.htm file (using jscript) on a Pocket PC 2002. I have created a COM object in eVC 3.0 using New \ Projects \ "WCE ATL COM AppWizard". I add a new ATL Object by selecting "Internet Explorer object" from the "Insert" menu and then selecting ...
|
| Exporting MFC CDialog class from a .DLL | 27 May 2004 15:20 GMT | 4 |
Dear news group I am converting from Pocket PC eVC3 to CE.NET eVC4.2. Having problems exporting an MFC CDialog class from a DLL In Pocket PC with eVC3, I would define a class as class AFX_EXT_CLASS CMyDlg : public CDialo
|
| WDM for PPC | 27 May 2004 14:39 GMT | 1 |
Hi, This Is TZ. Is possible WDM for PPC..? And if possible.. How to use this..?
|
| Runing a program on a CE 2003 | 26 May 2004 23:51 GMT | 5 |
Hello - Using vCE / MFC 4 with sp3 on an ARM CE 2003 uni 1) When I compile the program and let the IDE load it into the device – it loads it into the root directory, I copy my Access database into the same place and the program works fin 2) If however I copy my program ...
|
| dual ethernet and winsock | 26 May 2004 16:28 GMT | 1 |
When using winsock, how can I select which etherent port I want to use?
|
| RAS.h problems | 25 May 2004 19:30 GMT | 1 |
Hi together, I downloaded a pop-client source. The source is needed a ras.h ( that is installed) and uues messages like WM_RASEVENT and structs like RASENTRYNAME
|
| CAsyncSocket blocks | 25 May 2004 17:35 GMT | 3 |
I'm developing an application where a Windows CE 4.1 client connects via Wireless Ethernet to a server on an XP machine. When the connection has been established, the client continously streams (~200KByte/s) data to the server. I use eVC and the CAsyncSocket class
|
| ERROR_SERVICE_NOT_ACTIVE when i try to use BthCreateACLConnection. | 25 May 2004 11:15 GMT | 4 |
I wanted to develop a AVDTP profile on WinCE platform, using the Bluetooth Stack provided by the microsoft. But iam facing problems. Iam getting ERROR_SERVICE_NOT_ACTIVE error value when i try to use any
|