| Thread | Last Post | Replies |
|
| How to determine current service pack? | 30 Apr 2005 18:04 GMT | 12 |
How can I tell what service pack I am running with eVC++ 4.0? I don't see it in the about box.
|
| Easiest way to connect to a bluetooth phone | 30 Apr 2005 02:40 GMT | 1 |
What is the easiest way to connect to a bluetooth phone, to send an AT command ? I have phones in my bluetooth shortcut and would like to connect to them. Best regards,
|
| List of running processes | 30 Apr 2005 01:50 GMT | 7 |
is there somewho who can tell me how obtain a list of all running proccesses on my PDA with eVC++ please (like the tool Process Viewer in eVC++) i need to have : PID, name, number of thread for each running procces Thanks
|
| _ecvt, _gcvt and _fcvt problem | 29 Apr 2005 21:22 GMT | 5 |
Sory maybe this is a general c++ question, not evc++ question. But I have problem about conversion double to string. When I use small numbers to conversion my strings allways whitout zeros. gcvt(0.1,2,res);
|
| Application doesn't work in Release mode on Pocket PC 2003 | 29 Apr 2005 21:18 GMT | 1 |
Hello, I have ported my existing application from evc3.0 to evc4.0. Application developed in evc3.0 was successfully executed on Pocket PC 2002 (ARM Processor). Now when I built the application in Debug mode on evc4.0 it runs
|
| Some questions; SHMenuBar, multilingual prog | 29 Apr 2005 21:18 GMT | 22 |
Having solved the old problems, the new ones are already queued up ;) and I'd apreciate any helpful hints you could give me: 1. SHMenuBar I need to modify the state of a menu item (check/uncheck it). But I
|
| Font in Dialog | 29 Apr 2005 21:04 GMT | 1 |
i have a dialog based app and i want to set the font for all dialogboxes global. Like i could do this in the ressource-editor for all dialog boxes. Can i do this with code? For example in the OnInitDialog function. Thanks,
|
| Cabwiz bug? File names of "1" | 29 Apr 2005 16:05 GMT | 1 |
I have found that the cabwiz installation routine is truncating all files with a filename of "1" (no quotes) to 64bytes. I am using Installshield Devstudio to package up the cab, and (for now) am assuming it is a but in cabwiz.
|
| GetFont() not working ... | 29 Apr 2005 13:16 GMT | 3 |
CFont* font = this->GetFont(); if (font) { LOGFONT lf;
|
| Function Problem | 28 Apr 2005 17:51 GMT | 3 |
Hi to all, I have EVC++ 4.0 dll. One of my dll is exported (First one). This function has simple total fonction, but before total I have to replace COMMA's (,) with PERIOD (.) . So there is second function for this.
|
| retailmsg | 28 Apr 2005 17:09 GMT | 4 |
I have a device connected to a RS232 port, which is used by retailmsg function to print debug messages. So I use the retailmsg to send data to my device. Everything works fine eccept that I can't send a 0 character. Is it
|
| Font problem in different language Pocket PC | 28 Apr 2005 16:50 GMT | 1 |
I am using the below font settings for my eVC dialogs. Font name: MS Sans Serif Font Size: 8 I used this font because I was able to get more dialog space , when compared
|
| MFC Dll Function Export | 28 Apr 2005 08:43 GMT | 3 |
Hi to All, I create a new MFC Dll by EVC++ wizard. I have a function like below on NewMfc2.ccp.; ///////////////////////////////////////////////////////////////////
|
| View a dll as resources | 27 Apr 2005 20:55 GMT | 1 |
I'm would like to view the resources in dlls. In particular, I want to look at pegcards.192.dll in the hires pocketpc emulator. I can't figure out how to "get" the dll into eVC. I use remote file viewer, and try to "import" the file to my local hard drive (C:\); it brings up a
|
| CFile open question | 27 Apr 2005 20:36 GMT | 2 |
I am working on a small program to read text files. I have it pretty much working with the exception of 1 problem. When i call the open method of the CFile class with the filename "myfile.txt" it tries to open the file as if it were in the root of the
|