| Thread | Last Post | Replies |
|
| debugging information corrupt; recompile module | 01 Oct 2004 00:06 GMT | 2 |
I am compiling a MFC app for CE 5.0 using eVC 4.0 SP4 and get the following:- corelibc.lib(pegwmain.obj) : warning LNK4209: debugging information corrupt; recompile module; linking object as if no debug info
|
| Howto debug on custom ARM device - EVC++ 4.0 SP4, Standard SDK | 30 Sep 2004 21:34 GMT | 3 |
I have a platform built with Windows CE .NET 4.2. The platform has active sync, and it's possible to connect from a PC and copy files, run remote process viewer etc. There is nothing really specific on the platform
|
| JPEGS on CE .NET | 30 Sep 2004 21:11 GMT | 5 |
I am trying to port a pure win 32 desktop (Windows XP) application to a Windows CE running on a Intel Arm Xscale processor. This is totally new to me and so far, most of the things have been porting ok, except for the JPEG images. On XP version, I am using the following calls to ...
|
| Recursive calls to WinMainCRTStartup(..) only in debug mode | 30 Sep 2004 20:30 GMT | 6 |
This is a tough one. Help! When I start up my application in debug mode in the IDE, there is a long delay (around 15 minutes) and then the execution pointer points to the opening bracket of WinMain(..) - even though I have never set any
|
| USB device insertion notification | 30 Sep 2004 20:08 GMT | 5 |
I am working on a device that will be used to collect data in remote locations. The design calls for the ability for users to plug in a memory key to collect the data that has been accumulating. I have the device notification working but it takes many seconds for the insertion ...
|
| ExitThread function; | 30 Sep 2004 18:19 GMT | 1 |
Hi alls, I wish to know if using threads, when it arrive at the end if its life is important to use GetExitCode and ExitThread, because I found some example where in Init case there is a Creation of thread and at DeInit just
|
| child windows; | 30 Sep 2004 18:19 GMT | 1 |
Hi alls, my dialogs could be used like child windows ? thanks, fabbrit
|
| CButton class; | 30 Sep 2004 18:18 GMT | 2 |
Hi alls, sorry for the question, but I didn't find any method to ENABLE or DISABLE my objects CButtons, inserted in a dialog by tools box, runtime thanks, fabbrit
|
| Linker gives errors when using platform SDK | 30 Sep 2004 18:15 GMT | 1 |
I am using Windows CE on a PC104 x86 board with a motion control card attached to it. The manufacturers of the card supply an API with which to interact with the card. This API is in the form of 2 header files, 2 .lib files and 2 .dll files. These files were wirtten in C and I need ...
|
| problem with "GetFileSize"; | 30 Sep 2004 13:52 GMT | 1 |
Hi alls, I have try to use function "GetFileSize(FILE, NULL)": every time return this message "The handle is Invalid". I tryed with many kinds of files: same result.
|
| How to determine SDK paths for eVC4 projects | 30 Sep 2004 13:47 GMT | 2 |
I'm currently working on a product that will need to support various CE devices. It is quite possible that we will need to install and build against various OEM supplied SDKs. I am currently looking into automate the build process.
|
| open EVC workspace in VS2005 beta | 30 Sep 2004 08:47 GMT | 1 |
How can i open EVC++ 3.0 workspace in VS2005 beta 1 ? There is no concept of wrokspace in VS, I guess. My eVC workspace has multiple dependent projects. I want to build it for smartphone ARM emulator. Thanks
|
| Stack overflowed error! | 29 Sep 2004 18:26 GMT | 1 |
hi,all In my EVC4 with Pocket PC 2003 SDK project, I just show a window, and it pops up a Stack Overflow problem at CreateDlgIndirect(); CMyDialog dlg;
|
| Microsoft STL bug? | 29 Sep 2004 16:19 GMT | 3 |
I'm using the Microsoft specific implementation of the C++ STL under eVC++ 4.0 and I strongly believe that the "operator=" of the "basic_string" class does not work correct. I do the following: // Define a string as a member of my own class
|
| Help on developping a simple evc++ 4.0 application. | 29 Sep 2004 07:57 GMT | 4 |
I'm pretty new to embedded visual c++ development environment and would like to get some hints on how to do this: (i'm familiar with the c++ language but not on pocketpc devices) I want to have an application which shows an icon (32x32 pixels) always on
|