| Thread | Last Post | Replies |
|
| Calculate RAM Usage of a process | 11 May 2007 22:47 GMT | 3 |
Does anyone know how to calculate RAM Usage? I have a software that dynamically create and destroy buffers. So is there a formula or a tool that can help me calculate how much RAM is created @ any one time (For worst case scenario)
|
| Output dll bigger with VS 2005 | 11 May 2007 22:30 GMT | 10 |
We recently converted our projects to Visual Studio 2005 and realized that the size of generated dlls in debug is a lot bigger than with eVC. When debug dlls are compiled with VS 2005 they use too much space in memory and we don't have enough memory to start the application (due ...
|
| Create Button & WindowProcedure | 11 May 2007 18:08 GMT | 1 |
I have created a button with CreateWindow. How I can hook a window procedure to the created button ?? This is the code that I have tried but without success
|
| Headless Device Problem, missing lib | 11 May 2007 09:37 GMT | 4 |
I'am writing a program for a headless and smart device (armvi). And if I build my program i get: Error 1 fatal error LNK1181: cannot open input file 'commctrl.lib' GFAnalogIOApi_Test
|
| Fragmentation in WinCE memory manager | 11 May 2007 03:12 GMT | 2 |
Is there a memory fragmentation issue with WinCE memory manager? Currently, I have a software that does frequent malloc and free of memory spaces. There is some suggestion that by using too much malloc and free of
|
| WINDOW PROCEDURE | 10 May 2007 20:33 GMT | 1 |
I have created a button with CreateWindow. How I can hook a window procedure to the created button ?? Thanks
|
| com port monitoring | 10 May 2007 18:34 GMT | 1 |
Is there an api to monitor the value of the CTS or RTS pin's ? There is the waitcommevent function however it only detects a change in value but does not give any information about the accual value.
|
| rs232:hardware flow control | 10 May 2007 16:24 GMT | 3 |
Im trying to set a communication over rs232 with hardware flow control.I got some following questions and problems: My environment: winCE5.0,eVC++4.0,vortex86 pc104,com16550.dll
|
| I/O control problem | 10 May 2007 00:06 GMT | 4 |
I developed a small serial port communication application by using Embedded VC++ 4.0 under OS: Windows CE.Net 4.2. It works properly. However, when I upgraded my OS to Windows CE 5.0, I found that the application didn't work now. I checked the CTS control signal by using
|
| Exceptions take too long | 09 May 2007 23:42 GMT | 19 |
In CE 5.0 I have a C++ applications that uses exception even in normal conditions. For example if a timeout expires, an exception is thrown (it's a custom class), and there are runtime conditions when this timeout usually expires. The catch is in the same routine that hosts ...
|
| SENDMESSAGE | 09 May 2007 17:59 GMT | 2 |
I have a problem it visualizes images. This program not has the button for the next image but for this function it uses the SendMessage. Is it possible to launch this program in the my dialog therefore I can use a my button for call SendMessage ?
|
| MoveWindow | 09 May 2007 17:19 GMT | 1 |
I have need to resize the window of a program because is very large. Of this program I have only handle that I get with Spy. I have used for to resize the window the MoveWindow function with the HWND but but after little second the window to back on the old size. Can I resize the ...
|
| device name | 09 May 2007 14:55 GMT | 2 |
how can I set a new device name, without using Control Panel? I will set it in my eVc4.0 application. Thanks
|
| Receiving ERROR_BAD_NETPATH using WNetAddConnection3 using IP addr | 08 May 2007 02:08 GMT | 3 |
Hello. I'm working in WinCE 5.0 connecting to a network share on a WinXP box using WNetAddConnection3. When I connect using a UNC containing the target machine's computer name, everything works as expected (e.g. "\\server\share"). When I attempt to connect using a UNC with an ...
|
| Warm Reboot on NEC MobilePro 900c | 07 May 2007 17:31 GMT | 1 |
I have a Handheld PC with Windows CE 4.2 and a PXA255 400 MHz processor. Result that NEC hasn't implemented the IOCTL_HAL_REBOOT for perform a soft- reset. Could i realize a soft-reset through Watchdog reset or assembler instructions for reset the CPU? If you have code for embedded ...
|