| Thread | Last Post | Replies |
|
| trying to createobject from asp using windows ce web server | 16 Jan 2006 08:50 GMT | 4 |
I got a hp h6340, with pocket pc 2003 and sql ce dashboard (with windows ce web server). I made an application dll with eMbedded Visual Tools (eVc++) in ATL mode, just to generate one class to be called from asp (one simply message with a Hello World sentence). It compiles ok, ...
|
| fatal error LNK1112: module machine type 'THUMB' conflicts with ta | 15 Jan 2006 21:45 GMT | 1 |
I wrote a code and compiled it and no errors appeared but when I try to build it the following error appear: fatal error LNK1112: module machine type 'THUMB' conflicts with target machine type 'ARM'
|
| Getting file version | 13 Jan 2006 21:16 GMT | 3 |
I need to retrieve the FileVersion resource string from an exe. I see from the archives that this wasn't available in older releases. Is this still true for ppc 2003 and wm5? This is failing for me on the ppc2003 emulator
|
| Get ROM-Version | 13 Jan 2006 17:27 GMT | 1 |
is there a Way to get the ROM-Version of a CE device? I am not searching for the model name, but for the version of the ROM image? Or is this fabricant specific?
|
| Font quality in off-screen buffer | 13 Jan 2006 11:10 GMT | 10 |
Can anyone help? I'm having trouble drawing text to an off-screen buffer. I can draw text to an off-screen device context, and directly to the window dc fine, but the problem is that the quality of the text when I BitBlt to the screen dc is rubbish compared to drawing to the
|
| Newbie to MFC in windows CE!!! | 13 Jan 2006 10:47 GMT | 8 |
I was trying out an example from a tutorial but it doesnt happen to work.The code section where i am getting error is this,pls help me out.I have created a menu item called Runwcefirstdialog and in the pocket Pc 2003 emulator i am getting the menu but wen i click on
|
| Adapters in getAdaptersInfo | 12 Jan 2006 21:19 GMT | 1 |
I got a problem regarding getAdaptersInfo in WinCE 5.0. The list is OK, I have 2 adapters (hardware) in my system, and they are in the list recevied when calling getAdaptersInfo. But I would also like the "MS Loopback adapter" to be in that list. It is installed in the system. Is ...
|
| Help implementing RequestPowerNotifications() | 12 Jan 2006 19:57 GMT | 1 |
Hello Group! I need help implementing the power management notifications routines. I need to know when the user turns the device off while my app is running so I can reset the comm port. I am trying to implement a sample routine from the Dec.
|
| CreateFile returns error code 2 | 12 Jan 2006 17:43 GMT | 11 |
pls help me! I have tried to build an application to access a serial porr in evc6. i have tried thr createFile api to open the port and run it on the emulator but it failed to open the file port and it returns the value 2.\
|
| Is there some method to map one device-file from terminal to the server? | 12 Jan 2006 16:53 GMT | 1 |
I wrote one stream-interface usb driver for my scanner which connected to WinCE based thin-client.Then programs run in the terminal can use CreateFile/ReadFile/WriteFile/DeviceIoControl to control the scanner.However in terminal based network all programs run in server , I think I ...
|
| assembly function | 11 Jan 2006 21:31 GMT | 1 |
Would you please tell me how to call an assembly function from C code. Thank you
|
| Profiling in WinCE on ARM | 10 Jan 2006 15:33 GMT | 1 |
I would like to know if it is possible to do profiling on a multithreaded application running on WinCE on ARM 9 platform. Does eVC++ has support for it. What we need to do to profile our application. Regards,
|
| TCP/IP and suspend mode | 10 Jan 2006 13:28 GMT | 19 |
I have written a client and server app that run on two WinCE devices. I can connect then send and receive data fine. If I put either of the devices in Suspend mode and come back, the connections still seem to be valid but take awhile to "re-establish" themselves. I would like ...
|
| nothrow undeclared identifier | 10 Jan 2006 01:39 GMT | 1 |
using eVC++ 4.0. how can I get rid of this error? I've look it up in MSDN and tried adding __declspec(nothrow), but that doesn't remove the error. c:\program files\windows ce tools\wce420\pocket pc 2003\include\armv4\memory(38) : error C2065: 'nothrow' : undeclared identifier
|
| eVC++ with intel C++ for eVC | 09 Jan 2006 16:46 GMT | 3 |
I installed the intel C++ compile for eVC which allowed me to inline assembly instructions within the C code but the problem is that I can't use the values in the variables in the C code i.e.: int i;
|