| Thread | Last Post | Replies |
|
| how to solve memory problems in evc++ | 09 Feb 2005 13:25 GMT | 2 |
Sir, I am using virtual alloc for memory allocation but the problem, i am facing is that when it is allocating memory it shows up less storage memory. Pleasse tell me how can i create more memory.
|
| eVC++4 crashing - help | 09 Feb 2005 08:03 GMT | 2 |
I'm sure I have used Embedded Visual C++ 4 successfully on my machine before, as it is installed etc. But when I came to use it today, it keeps crashing. All I have to do is create a new project (any type of project). It creates the files, says it is loading the class information ...
|
| Dual interface device driver for WinCE | 08 Feb 2005 14:52 GMT | 3 |
My goal is to be able to write dual interface device driver which can send commands to and SD card on one hand and presents its self as a smartcard driver on the other hand. From what I have seen on the MSDN one must present its self as an SD card
|
| EVC4 directories settings | 08 Feb 2005 09:03 GMT | 4 |
Can anyone tell me where EVC4 stores its 'directories' settings (Tools/Options/Directories)? I have noticed that changes made in EVC4 appear in the Registry but changes made to the Registry are not picked up by EVC4! I would like my group of
|
| eVC 3.0 slow | 08 Feb 2005 00:59 GMT | 6 |
I am running eMbedded Visual C++ 3.0 on Windows XP Service Pack 1 on a Compac Presario X1000 Laptop. It takes about 2 minutes on my system to start eVC, that can't be normal or is it? It's looks like eVC is scanning for something on the disk. Opening an
|
| WM_LBUTTONUP | 07 Feb 2005 20:41 GMT | 1 |
I'm writing a small app with Embedded Visual C++, I need to handle a message when I tap over tree Icons or Immages. I've started from the demo of TrayApp Sample code. I've write the code after the WM_INITDIALOG
|
| Compiling Windows CE 3.0 application in Platform Builder 4.2 | 07 Feb 2005 18:11 GMT | 1 |
I have an application build for Windows CE 3.0. I don't have Windows CE 3.0 or Platform Builder 3.0. Can I compile the application in Platform Builder 4.2, and ensure that the application runs on Windows CE 3.0 that is in PocketPC 2002.
|
| Hooks | 07 Feb 2005 18:07 GMT | 3 |
I am trying to capture global mouse and keyboard strokes. When I have tried to use SetWindowsHookEx() with WH_KEYBOARD_LL, the program compiles, however, it does not capture anything. When I try and use WH_JOURNALRECORD, the function fails with GetLastError()
|
| A PostMessage( ) question | 07 Feb 2005 17:55 GMT | 5 |
I have a CE application with a main thread and an UI thread. The UI thread has a socket and is responsible for all the socket activities. The main thread is used to update GUI and process data coming from the socket thread through PostMessage(). From monitoring the app, the
|
| Getting the name of the wifi-card for WZCQueryInterface and WZCSetInterface | 07 Feb 2005 17:07 GMT | 1 |
Solved the problem with error 2 (file open). I'm now using a socketcom card and that one works fine. Only have to change the ssid (found Paul T. his C# example) and that should be it, hopefully :P.
|
| source control for eVC 3 | 07 Feb 2005 14:17 GMT | 6 |
is there no source control integrated in eMbedded Visual C++ 3.0? Is there a way to have cvs integration?
|
| Context Switching too time consuming | 05 Feb 2005 22:33 GMT | 2 |
I have written a CE application that has a main thread and an UI thread. The UI thread has a socket and is responsible for all the socket activities. The main thread is used to update GUI and process the large amount of data (200 bytes per 2.5 ms) coming from the socket
|
| problem with VPN connection | 04 Feb 2005 17:09 GMT | 3 |
I'm using a VPN connection, as configured in the "Network and Dial-Up connections", with RasDial, and it works fine, except in one situation: if I do a HTTP POST bigger than 1500 bytes, approximately, on the other side, at the server, I always get an "read timed out". Any ideas?
|
| Porting PC WindowsXP Visual Studio C++ to CE eMbedded Visual C++ | 04 Feb 2005 16:46 GMT | 2 |
Several Win32 methods are not supported in WinCE. Is there a nice place to find conversion between Win32 and WinCE? What is the correct substitution for the methods timeSetEvent and GetOverlappedResult in WinCE?
|
| Debug: specify files for download to target | 04 Feb 2005 16:46 GMT | 1 |
We are developing several DLLs independently. I find that when EVC4 downloads files to my target it only transfers those used by my DLL. Is there any way I can tell it to download other files as well? e.g. other DLLs referenced by mine, library DLLs required by these other ...
|