| Thread | Last Post | Replies |
|
| Slow Response using tab control dialog | 22 Oct 2008 04:12 GMT | 1 |
I am using embedded VC++ 4.0 on a Windows CE 5.0 platform. mfc and resources in dlls. When showing a tab control dialog it takes about 1 second from the time the menu item is selected till the dialog is shown. All this time seems to be after the return from OnInitDialog().
|
| PROCESS | 22 Oct 2008 04:06 GMT | 2 |
I have developed a application that launch a process with CreateProcess(myProcess).... I will want to check the process myProcess from other application.... How do I check if still valid ?
|
| error C2259: cannot instantiate abstract class | 22 Oct 2008 04:03 GMT | 1 |
Good day! Please explain what differeces between compilers in this situation. I tried use SAX for WinCE. In Platform Builders documentation I found sampl: Tutorial: JumpStart for
|
| Sleep & WaitForSingleObject | 19 Oct 2008 22:46 GMT | 1 |
For sleep in while code.... What I must use Sleep or WaitForSingleObject? Thanks
|
| SDK for WinCE 5.0 whcih conjuction with embedded Visual C++ 4.0 SP | 17 Oct 2008 08:14 GMT | 9 |
im now write a c++ application for my WinCE 5.0 device and will do a profiling test on it. The IDE im using is eVC++4.0 what type of SDK which conjunction with the Microsoft eMbedded Visual C++
|
| my device cnt appear at eVC | 16 Oct 2008 16:44 GMT | 8 |
when i want execute my application, the CPU is ARMV4I In the roll of "select default device", i cant change the device to my device which i connected..it just got a "standard 500 emulator".. how to do so i can see my device name there??i already connect the
|
| Trouble building Windows CE PCL.dll driver | 15 Oct 2008 15:54 GMT | 7 |
I need to build the Window CE printer driver sample found in a Platform Builder 5.0, evaluation version. By eVC++ 4.0 I make a new dynamic link library project and I populate this project with a copy of the files found on the driver sample. The target is for x86 platform.
|
| Close Process with CloseHandle | 15 Oct 2008 00:50 GMT | 6 |
I have used the OpenProcess for take an IDProcess... but if yiu want close the process.. What I must use? I have used the HANDLE return of the OpenProcess but with CloseHandle ( HANDLE of OpenProcess ) I have a error code 0x6..... <<HANDLE NO VALID>>
|
| Problem in adding menu to dialog | 14 Oct 2008 22:20 GMT | 1 |
i have a dialog based application in evc4 where i am trying to add a menu. I have created a menu resource "IDR_MENU1" and am tryingto add it to my dialog. BOOL CHelloDlg:nInitDialog()
|
| How to know if a network adapter is connected | 14 Oct 2008 10:55 GMT | 11 |
I'm writting this message because i 'm making a project using evc and winsock. In fact i use a dhcp server with two network card: -one card is an ethernet card.
|
| How to debug Link errors of static LIB in eVC? | 14 Oct 2008 09:53 GMT | 4 |
I had compiled a static LIB project target ARMV4I in eVC, it seems to have no error, because the LIB file is generated.I test the LIB in a simple project, but there are many errors as below, win32.cxx wincfg.cxx,ptlib.cxx...are all
|
| Not a Valid WIN32.exe | 13 Oct 2008 20:48 GMT | 4 |
I am working on WM 6.1 application development.I have the code loaded from the website and have the EXE also. I want to modify something in the code and want to recompile and create a new EXE of that.
|
| fatal error C1083 | 12 Oct 2008 08:42 GMT | 2 |
finalli, i success to create a new project without any IDE hang but when i try compile my application after adding a simple sleep function it come out this error fatal error C1083: Cannot open precompiled header file:
|
| eVC++ 4.0 and WinCE 5.0 device | 11 Oct 2008 14:57 GMT | 1 |
does this eVC++ 4.0 work with WinCE 5.0 device?? why when i try exeute the app;ication..it cant deploy at my devcie.. thanks again
|
| GetDriveType | 10 Oct 2008 11:57 GMT | 3 |
Hi to all, I'm working with WinCE5.0. I need to use the GetDriveType API. The follow declaration do not work:
|