| Thread | Last Post | Replies |
|
| cemgrc.exe parameters info | 20 Oct 2006 12:08 GMT | 3 |
I'm using eVC4.0+SP4 or remote tool for application developmemnt, and my target board runs "cemgrc.exe". As no input method in my target, it is required that the cemgrc.exe keeps running without exit, even if remote tool removes connections. Please let me know if anybody ...
|
| eVC++ Manual Platform Discovery | 19 Oct 2006 13:36 GMT | 6 |
Hopefully this is an easy question. Is it possible to manually discover (or locate) a platform in eMbedded Visual C++? I'm currently running eMbedded Visual C++ 4.0 SP4. I have been using the WinCE 4.2 SDK provided by Applied Data Systems for use with their XScale
|
| error LNK2019: unresolved external symbol LOG referenced in function MALLOC? | 19 Oct 2006 11:31 GMT | 1 |
I am developing using embedded Visual C++ 4.0 and receive errors: mwlib.lib(sip-lib.obj) : error LNK2019: unresolved external symbol LOG referenced in function MALLOC ARMV4Dbg/ubicon2.exe : fatal error LNK1120: 1 unresolved externals
|
| .wav files on WinCE emulator using evc++4.0 | 18 Oct 2006 20:35 GMT | 9 |
I am trying to make an application in eVC++4.0, which will run .wav audio files on WinCE emulator version(no platform builder). Can anyone provide help regarding the same?
|
| Window Class problem in CreateWindow | 18 Oct 2006 18:28 GMT | 2 |
Very strange problem: if I build DDrawExample3 in Platform Builder SDK, everything is all right... as soon as I try to change the macro #define NAME TEXT("DDExample3") and change it with my app name, it raises the following error when
|
| MFC Doc/View CE 5.0... CMainFrame vs. CView Help! | 18 Oct 2006 11:50 GMT | 1 |
In a CE 5.0 App using MFC (Doc/View) I'm needing to run full screen (no menu or status bar). In my CMainFrame: CMyMainFrame::OnCreate:
|
| What is the better development tool? | 17 Oct 2006 23:20 GMT | 3 |
I am trying to develop for WinCE 2.11 and was wondering if eVC++ 3.0 OR Visual Studio 2005 is better for development? I dont know of any embedded tools for Visual Studio, so I guess my only option is eVC++ 3.0?
|
| Serial communication problems | 17 Oct 2006 22:33 GMT | 3 |
I tried to use my WinCE PC serial port like in the PlatformBuilder help (the exact code is at the end of the post). I don't get any error, but it doesn't send anything! Should I try to use the driver specific functions (COM_Init, COM_Open etc.)?
|
| How does status windows update? | 17 Oct 2006 21:18 GMT | 3 |
Hey all, I was wondering how something like a download status box updates its text? ( Like the percentage complete). Invalidating a window and redrawing it would cause a significant amount
|
| Can not send message to remote transaction queue. | 17 Oct 2006 17:58 GMT | 1 |
I can not send message to remote transaction queue. I create a transaction queue, and it can receive the transaction message that been send from other device(PC). And I can send message to remote queue(No transaction). Bellow is my code:
|
| For help about cannot open the remote transaction queue!!! | 17 Oct 2006 13:42 GMT | 2 |
I cannot send transaction message to transaction queue. I Install MSMQ Using Visadm. 1. Select Install from the Shortcuts menu, and then select Registers from the Shortcuts menu. 2. enable binary, enable srmp. 3. Reboot the computer. But when I call MQOpenQueue() open the remote ...
|
| __restrict | 17 Oct 2006 00:48 GMT | 1 |
How come Windows CE compiler doesn't support __restrict modifier (http://msdn2.microsoft.com/en-us/library/5ft82fed.aspx)? Thanks,
|
| SHBrowseForFolder crashes in OS without desktop | 16 Oct 2006 02:46 GMT | 7 |
Hi guru's I have build an application which uses SHBrowseForFolder. This worked fine when I developed the application using an OS that had a explorer desktop. However, when I build an OS that did NOT have a explorer
|
| link error... | 12 Oct 2006 21:35 GMT | 2 |
hello group, once i compile my code i get following link error... LINK : warning LNK4068: /MACHINE not specified; defaulting to X86 where shall I make a change.
|
| [very new] example VC++ 4 | 12 Oct 2006 15:15 GMT | 2 |
I have downloaded VC++ 4 to try to do an applcation for aHP 6910. I have not found sample code to use the editor, I don't understand how to build only a window,I have seen only dialog box and don't understand how to build a project.
|