| Thread | Last Post | Replies |
|
| LINK : fatal error LNK1195: target machine 'ARM' requires '/SUBSYSTEM:WINDOWSCE' | 27 Dec 2004 15:54 GMT | 1 |
what means ? evc4.0, project setting : link :commctrl.lib coredll.lib ws2.lib ccrtrtti.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup"
|
| Auto download failed: insufficient space in object store to downlo | 27 Dec 2004 10:23 GMT | 2 |
Hi, When I'm trying to build a dll using eVC, the following error is occurring "Auto download failed: insufficient space in object store to download to target
|
| A question about TFAT | 27 Dec 2004 04:51 GMT | 1 |
I an a beginner in programming PPC applications with eVC in CE.Net 4.2. I try to write an application about formatting a volume using TFAT in PPC's flash disk.
|
| strange problem with serial communication | 27 Dec 2004 03:17 GMT | 4 |
Hi, all I met a big trouble. I am using MFC and multi-thread to write a serial port communication program. Each time I send a string, I alwayse get part of it. For example , I send a string of 120 characters, what I receive is a string
|
| How to get the current number of bytes in the buffer of the edit control? | 24 Dec 2004 02:10 GMT | 10 |
I want to limite the length of the edit control.But the user can input Chinese and English to the edit control. I want to limite the length with byte. eg : 10 English = 5 Chinese
|
| disabled editbox with white background color | 23 Dec 2004 13:06 GMT | 2 |
how do i implement disabled editbox with white bg color. im still confused why WM_CTLCOLORDLG &WM_CTLCOLORSTATIC in my code seems not working. thanks
|
| Automatically Login CE Device to Windows 2000 Server | 23 Dec 2004 13:03 GMT | 6 |
How do you automatically login a CE device to a Windows 2000 Server without user interaction? What do you setup on the CE client and what do you setup on the Windows 2000 Server?
|
| How can I get the window handle from a single document type in EVC? | 22 Dec 2004 22:43 GMT | 4 |
I created a application in "single document" type ,and I created a mutex to let the application run in single process. When the application detected ERROR_ALREADY_EXISTS error, I would like to let the special view to be actived.
|
| start ActiveSync synchronisation from PocketPC | 22 Dec 2004 19:21 GMT | 1 |
i have a iPAQ with PocketPC 2003 and I created ActiveSync partnership with PocketPC and my DesktopPC. Now the ActiveSync connection runs over wireless network. Every time i want to make ActiveSync connection, i have to press the button "Sync" in the
|
| sql server ce?? cannot do RDA?? | 22 Dec 2004 16:39 GMT | 1 |
my device is ce.net 42, i have download the sql server ce 2.0 from MS website . After compiled the RDA(remote data access) sample, I Found that sql ce 2.0 do not include the ARMV4 OR ARMV4I lib.
|
| First-chance exception | 22 Dec 2004 13:13 GMT | 6 |
I'm (still) using PB 3.0 and eVC 3.0. I've build a MAXALL image for a Geode platform and using eVC to buidl applications. When I run an old Win32 program I can run both the debug and release version. When trying with a MFC application (just the normal "Hello Window" program) the ...
|
| Comm Port in pocket pc | 22 Dec 2004 07:51 GMT | 4 |
I use eVC to detect a comm port device on/off in pockect PC. I can open the comm port and send data, but when I user fDsrHold from struct _COMSTAT to check the Dsr signal is keep return the 0. I try on different PDA only one works. It is HP iPqa h5450 the OS version is 3.0 ...
|
| connect to sql server 2000,problem | 22 Dec 2004 01:30 GMT | 4 |
i want to my device (wince .net 42 ) connect to sql server 2000 database. but i don't know what's access method i can use. Does wince42 support the ADO, ODBC. If it do not, how can i do.
|
| Cannot display bitmapbutton | 21 Dec 2004 02:39 GMT | 3 |
Hi, all: I'm relatively new to MFC and am having trouble with a bug that a bitmapbutton won't display. I use CBitmapButton to display a button on which a bitmap is displayed. Here is what I did:
|
| beginner has a basic problem | 21 Dec 2004 01:50 GMT | 2 |
I use MS embedded visual c++. I created a new MFC project with one dialog box. Then I put a button.With this button, I want to create a new button, so I wrote: void CProfirDlg::OnButton1()
|