| Thread | Last Post | Replies |
|
| DEVICETODESKTOP FUNCTION | 22 Nov 2004 08:53 GMT | 1 |
Can the EVC 3 use devicetodesktop to transfer *.cdb to *.mdb ? It's because the help document don't have too much information about it. Any example about it?
|
| formless eVC++ control passing int & string to managed code (C#) | 20 Nov 2004 00:29 GMT | 2 |
A basic question from someone who knows ASP.NET, C#, and Java, but not C++ :( I have an enterprise-oriented application that is largely a PocketPC 2003 ASP.NET mobile (& C# code behind) application. The user has a PDA with 802.11b WLAN real-time connectility to a data store. While ...
|
| How to display a dialog box under Win CE 5.0 | 19 Nov 2004 19:21 GMT | 1 |
I program the application under Win CE 5.0 using VC++ to show a dialog box. The code is almost same as under Win CE 3.0 and 4.0. It can display the dialog box under before any version, but not Win CE 5.0. I don't know the reason. The code like below:
|
| InternetConnect to other port than INTERNET_DEFAULT_HTTP_PORT | 19 Nov 2004 15:23 GMT | 3 |
I need to connect to a webserver running on an other port than 80. But all attemps this far have failled. How and where can I pass the correct port number. I'm using evc4.2.
|
| how can i get CPU usage? | 19 Nov 2004 15:19 GMT | 8 |
In nt i can use NtQuerySystemInformation to get cpu idle time , but in wince getidletime always return the same value in my ppc2003, so how can i get cpu usage ?thanks
|
| How to develop FTP Server On PPC? | 19 Nov 2004 14:19 GMT | 7 |
I'm going to start develop a application be a ftp server? Is it impossible? If not how should i start the application ? Thanks a lot
|
| Toolbar bitmaps deformed in Mobile 2003 Second Edition | 19 Nov 2004 10:04 GMT | 1 |
Hi all, it seems that nobody has had my problem up to now as I searched the Google archives in vain (or am I only missing the right key words?). We have a dialog based app which I adapted from CE 3.0 over Pocket PC
|
| Help ! fatal error C1083: Cannot open include file: 'io.h': No such file or directory | 19 Nov 2004 01:14 GMT | 4 |
eVC4.0 + eVCSP1; Isn't "io.h" file include in standard SDK ? How can i get and use this header file ? Any idea?
|
| addstring to list box | 18 Nov 2004 22:13 GMT | 19 |
Hello,there I have a proble with adding strings to my list box that I have created with the help of mfc class wizrd in evc++.I want to add a string to the listbox on my dialog box that I edited using the resource editor. In the edit code things I have added
|
| Cannot find the definition (implementation) of this function? | 18 Nov 2004 19:36 GMT | 2 |
hi, all I got an error message "Cannot find the definition (implementation) of this function" somehow when I click a function name in class view window in my EVC++4. Does anybody know how to fix this?
|
| "Not a valid pocket pc application" -- not just trying to install an exe on the pocket pc | 18 Nov 2004 19:31 GMT | 5 |
I am trying to get some sameple code i downloaded to work on my win ce 4.2 pocket pc. When i compile and run using the emulator supplied with embedded visual c++ 4.0 it all works. When i have evc sync the executable to my pocketpc, however, when i try to run the executable
|
| TaskBar under CE.NET | 18 Nov 2004 15:12 GMT | 8 |
I am trying to effect the behaviour of the CE.NET task bar. For instance the properties: Always on top Auto hide
|
| Why do VirtualAlloc fail with error 8 when MEM_RESERVE is used? | 18 Nov 2004 14:04 GMT | 2 |
I stumble on this problem lately, and did not find any information on why it happens (see below for code). I read that when you use VirtualAlloc() with the MEM_RESERVE keyword it reserve the addressing space but do not allocate memory.
|
| Enum problem in WINCE | 18 Nov 2004 07:34 GMT | 2 |
I have problem with follow code under Windows CE .Net with eMbedded Vicual C++ 4.2, that works under Visual Studio 6 for Windows 2000: typedef enum {
|
| Malloc exception problem | 18 Nov 2004 02:25 GMT | 3 |
I've some problem with the malloc function for some days. I really don't know what to do, what to debug or where to seek. Can someone help me ? The problem is that I get a "First Chance exception" when I do a simple malloc. I tried to dissasembly the code, but I can't find any ...
|