| Thread | Last Post | Replies |
|
| ARMV4I compiler / linker problems | 30 Sep 2005 13:01 GMT | 1 |
I have just started using the PXA270 and i ran into some problem. 1. We are using CMap<CString, LPCTSTR,long,long&> and this will not link in debug mode. It reports an unresolved external: test.obj : error LNK2019: unresolved external symbol "void __cdecl
|
| problem on 'fread' function | 30 Sep 2005 12:55 GMT | 1 |
I'm a newbie on the embedded visual c++ programming. I have a question on the fread function. first, I have allocated memory buffer and tried to copy some data blocks to the buffer using 'fread' function.
|
| CButton questions | 30 Sep 2005 06:30 GMT | 4 |
1. Can you get the legend to display more than one line on the button? If so, how? 2. Can you change the color of the button? If so, how? Thanks.
|
| Power management options ? | 29 Sep 2005 14:36 GMT | 1 |
I am working on an application which must run all the time after it has started. Essentially this would mean that device should never suspend/power off when on battery. This is very critical to the functionality of the application. The targetted device is Motorola HDT600 based on ...
|
| serial communication GSM modem | 29 Sep 2005 11:15 GMT | 5 |
I have a GSM modem that i have connected to the COM2 port of my PC to send SMS to another GSM. I am able to send AT commands to the Modem ( thro Createfile ) n it responds to the commands also. but i am unable to read the response given back by the modem.The appl is in VC++.
|
| Connecting to the internet with lan and or modem. | 29 Sep 2005 11:14 GMT | 3 |
I need to connect my device to the internet. It has a modem and a lan connection. I would like to write software that can connect using either the modem or the lan connection. How can i do this? I took a look at wininet.dll API but cannot figure out
|
| SHLoadImageFile( ) question | 29 Sep 2005 00:26 GMT | 2 |
I'm trying to port a existing Pocket PC 2003 application to Windows CE 5.0. I've worked on Windows Mobile but it's my first time working directly on Windows CE. I've installed the SDK for the target WinCE device on eVC 4.0.
|
| IDOK button and keyboard ENTER key | 27 Sep 2005 17:58 GMT | 1 |
I am working on a dialog-ased application where the user enters data into edit boxes using the built-in iPAQ keyboard. The problem I encountered is that the message sent by tapping the OK button on the upper right hand corner of the dialog and the message sent by tapping the ...
|
| warning C4007: 'main' : must be '__cdecl' | 27 Sep 2005 09:26 GMT | 21 |
All, I am trying to compile an ANSI C program under Embedded C++ 3.0 and I am getting Errors as follows: Deleting intermediate files and output files for project 'INTRP - Win32 (WCE
|
| ShFullScreen trouble | 27 Sep 2005 03:14 GMT | 2 |
Hi; I am having a problem with making my dialog based application 100% fullscreen 100% of the time. All of my dialogs are using a modified cdialog class with SHfullscreen calls in OnInitDialog and also the OnActivate. I called SHFullScreen
|
| MFC WM_TIMER Problems | 27 Sep 2005 03:09 GMT | 10 |
I am using MFC on WinCE4.2 (eVC4SP4). I have a dialog based application that opens modal dialogs to set options and control things. In these dialogs I use a SetTimer call to setup a message for an OnTimer handler once per second. The OnTimer counts to 60
|
| dsound.lib linking for DirectSound | 27 Sep 2005 00:30 GMT | 1 |
I'm writing an app that needs to capture the microphone input. I was planning to use DirectSoundCaptureEnumerate() and other DirectSound functions to do this. But, when I include these calls in my code, the link doesn't seem to be able to resolve them.
|
| ADOCE for WinCE 4.2 | 26 Sep 2005 10:05 GMT | 5 |
I would like to use ADOCE 3.1 on WinCE 4.2 with eVC 4.0. I copy implementation/declaration files in the include directory and add the following code to my sources : #undef EOF
|
| missing header files | 23 Sep 2005 23:41 GMT | 4 |
EVC 4.0, i created a WinCE dynamic link library. called it web, then clicked on the option "a DLL that exports some symbols" its a web dll using ISAPI. it works fine and everything (just displays
|
| POCKETPC Exit Application - "Invisible" icon stays in the task bar | 23 Sep 2005 21:14 GMT | 4 |
I am having another "little" problem! :P When I say to my application to quit and then I restart it again, and I do that several times, the icon of the application that appears in the task bar, starts appering more and more to the left side.
|