| Thread | Last Post | Replies |
|
| Link error in VS2005 | 17 Jan 2008 18:24 GMT | 1 |
Today I build our application in VS2005, it happen the following link error: Linking... restarting link with /LTCG; add /LTCG to the link command line to improve
|
| Is this source errorless?? | 17 Jan 2008 15:22 GMT | 6 |
Hi Group, i have a Problem with the following code. It calls a Function in a dll that sets a Watchdog Timer. But when i run this, there is no Time to go and the System resets
|
| Starting another executable with a VC application | 15 Jan 2008 20:04 GMT | 1 |
On my desktop I can use execl to start another executable, however when I try to include process.h in my Windows CE 6.0 application I'm getting errors trying to include process.h. Is there another header file that I need to use, or another way of starting another application from ...
|
| _ttoi function - checking return value | 15 Jan 2008 14:56 GMT | 5 |
I'm using the "_ttoi" function to convert a user-input string into an integer, and want to check that the user-entered value is within an integer's range, by checking against INT_MIN and INT_MAX. However, overflows can occur, so that for example 9999999999 results
|
| How to create a dll in embedded vc for access from Visual Basic.net 2005 | 14 Jan 2008 21:53 GMT | 1 |
Hello Group, i have a Touchscreen Display with Win CE 5.0 and Compact Framework 2. The Main Application is written in VB 2005 and it was developed for an other Display with the Same Processor (Arm).
|
| Delete & exception | 14 Jan 2008 12:42 GMT | 4 |
I have a qustion about delete in WinCe 5.0. If we use delete not carefully with invalid address, program dont throw any exception, and then crash. It is normal, but this error hard to search. Maybe somebody resolve this problem :).
|
| Need to run function every 20ms. | 14 Jan 2008 02:14 GMT | 5 |
I have read numerous posts asking similar questions, but my problem is slightly different. I have a function (thread) that needs to run every 20ms. I am reading some counters and ADCs and up-dating some I/O based what I read. It is important
|
| Voice input on WINCE platform | 10 Jan 2008 16:44 GMT | 3 |
Recently We want to our platform support Voice Recognition, I have a exe file, it can run on mobile platform, but it can not run on our platform. so
|
| MFC requires WINVER to be #defined to 0x0400 or greater | 10 Jan 2008 07:11 GMT | 2 |
I am trying to build a Windows CE project written with Visual Studio 2005 for a Windows CE 5.0 device. Altgouth this project does build (debug and release) for a pocket pc 2003 it produces this error when build on windows ce 5.0.
|
| GetSystemMetrics(SM_CYSCREEN) on WM 5.0 Pocket PC VGA Emulator | 09 Jan 2008 22:32 GMT | 1 |
I used GetSystemMetrics(SM_CYSCREEN) to get screen height in pixel in a VC++ program running on Windows Mobile 5. It returns 320 when running on Windows Mobile 5.0 Pocket PC Emulator, which is correct. It returns 320 also when running on Windows Mobile 5.0 Pocket PC VGA Emulator. ...
|
| CCommandBar and menu | 09 Jan 2008 17:22 GMT | 1 |
I have inserted a menu into the commandbar, I now need to get a pointer to this menu so I can remove a menu item :- pMenu->RemoveMenu(IDP_INFO, MF_BYCOMMAND); Anyone have an answer? Thanks
|
| Does anyone from the compiler team read this forum? | 09 Jan 2008 03:19 GMT | 3 |
I am hoping that there is someone on the compiler team that can explain an issue that I am running into with VS2008, mmx and intrinsics. Specifically, it seems that the higher order bits of __m64 are being dropped, ignored, lost, etc.
|
| PLATFORM DEFINE | 08 Jan 2008 00:49 GMT | 2 |
How do I know the platform define? I have found in setup.h file on the wxwidget package these are define: #if (_WIN32_WCE >= 400) && !defined(wxNO_RTTI) #pragma comment(lib,"ccrtrtti.lib")
|
| Change background color for readonly textbox on Windows Mobile does not work? | 07 Jan 2008 23:38 GMT | 2 |
as stated here (http://msdn2.microsoft.com/en-us/library/aa931939.aspx), in order to change the background color or a normal editable textbox I have to handle the WM_CTLCOLOREDIT notification, while for readonly textboxes I have to handle WM_CTLCOLORSTATIC.
|
| info static library | 07 Jan 2008 15:00 GMT | 1 |
How to I read the function that a static library exported? Thank Miky
|