Forum: C++ 4 Days Ago |
| Replies: 1 Views: 127 hii,
I am getting "Error Creating bitmap!" in EVC++ 4.0 on Window CE 5.0. I don't where this error came from. I am using
CreateCompatibleBitmap and BitBlt for drawing the screen. I have checked... |
Forum: Storage Oct 6th, 2009 |
| Replies: 0 Views: 409 Hi,
I want to write System files in window CE Compact flash card so that it
boots from CF flash. The files are
1.Configuration file: bootcepc.cnf
2. Boot logo .pcx file: bootcepc.pcx
3. Kernel... |
Forum: Windows Software Oct 6th, 2009 |
| Replies: 0 Views: 271 Hi,
I want to write System files in window CE Compact flash card so that it
boots from CF flash. The files are
1.Configuration file: bootcepc.cnf
2. Boot logo .pcx file: bootcepc.pcx
3. Kernel... |
Forum: C++ Feb 25th, 2009 |
| Replies: 0 Views: 288 In RequestDeviceNotifications to detect USB Device, i am using FSD_MOUNT_GUID option to get two drives present on system namely:
1. \Disk (COMPACT FLASH TRAY)
2. \USBDisk(USB Device)
both of... |
Forum: C++ Feb 19th, 2009 |
| Replies: 1 Views: 236 How to detect USB Drive & its letter by reading register key values in EVC++ 4.0? The location of register of local mount point is:
The HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices
Thanks |
Forum: C++ Feb 19th, 2009 |
| Replies: 2 Views: 440 Thanks for your reply,
When i attach USB Stick to Window CE 5.0 system1 , then it appears as "USBDisk" but on the other hand when i attaches it another system2 with same OS it appears as "Disk2".... |
Forum: C++ Feb 19th, 2009 |
| Replies: 2 Views: 440 1.I'm trying to write an MFC program in EVC++ 4.0 on window CE 5.0 that lists the disk drives on the system (C:, D:, and so on). I also need to know if the drive is a hard disk or a USB. Is there a... |
Forum: C++ Oct 21st, 2007 |
| Replies: 4 Views: 1,536 |
Forum: C++ Oct 21st, 2007 |
| Replies: 4 Views: 1,536 I have written a CString Object into Text file by using :
f.Write (&FileName,FileName.GetLength());//FileName is CString Object
Now I want to Read CString object back How this could be done?I am... |
Forum: C++ Oct 20th, 2007 |
| Replies: 1 Views: 981 How to start timer on screen which is drawn continously? |
Forum: C++ Oct 20th, 2007 |
| Replies: 1 Views: 981 I am drawing a screen which requires refrehing,so Invalidate() function is called continously.Now I want to start a timer when screen is drawn first time.In the timer i want to call another function... |
Forum: C++ Oct 18th, 2007 |
| Replies: 1 Views: 891 I am using CListBox(MFC Class) which have some strings added to it.I want
to display different string in different font.Is this possible?How this could be done?
regards, |
Forum: C++ Oct 18th, 2007 |
| Replies: 2 Views: 1,350 i have tried to solve the problem by using CDataBAase Class i.e by using ODBC but ther is no support CDataBAase class in EVC++ 4.0.Is there is any other way to do so?Also there is no driver of... |
Forum: C++ Oct 17th, 2007 |
| Replies: 2 Views: 1,350 I want to read MS-Excel file using EVC++ 4.0.The file contain strings.How this could be done?Thanks in Advance.
Regards,
priyank |
Forum: C May 7th, 2007 |
| Replies: 12 Views: 2,334 You can check ending & starting of function's bracket by simply pressing the key (Ctrl + e ).In this way u can track your problem. |
Forum: C++ May 4th, 2007 |
| Replies: 6 Views: 2,743 Thanks a lot for your help. |
Forum: C++ May 4th, 2007 |
| Replies: 6 Views: 2,743 First of all thanks for the help.I have followed the step
u have told me but i am getting some error.
The errors are:
Variable CESubsytem is not specified.
Variable CEVersion is not specified.... |
Forum: C++ May 3rd, 2007 |
| Replies: 6 Views: 2,743 I could write a small batch file but problem is suppose i run an (.exe)(Win32 Console App) in batch file that fine.But how culd I compile EVC++ Application from a batch file.Is there is any way to do... |
Forum: C++ May 2nd, 2007 |
| Replies: 6 Views: 2,743 I have application build in Embeded VC++ 4.0 project,now i want to include (.h) file in project which is produced from another (.exe) built in Win32(App) Console.I have added header file in project... |