| Thread | Last Post | Replies |
|
| EVC4++ IDE Crashing | 13 May 2005 13:30 GMT | 2 |
I have a problem after installing evc4++ & SP4. Any action to open a project or create a new project gives me an application error. Anyone seen this and been able to fix it ?
|
| SDK not recognized in existing projects | 12 May 2005 23:37 GMT | 1 |
I've installed eVC++ 4, PocketPC 2003 SDK and another SDK for Denso BHT device. When I create a new project, everything works, and I can target PocketPC device (or emulator) or BHT. But when I open an existing project (such as the samples under SqlCE 2.0), initially I
|
| Static libraries | 12 May 2005 22:14 GMT | 2 |
Is it possible to pass a dynamically(on the heap) allocated array to a static library (ie .lib file) and have it write data to it?? Whenever I do this with a statically(on the stack) allocated variable it passes back garbage, and dynamic just crashes.
|
| WNetAddConnection | 12 May 2005 16:46 GMT | 3 |
I have a question regarding 2 or more Windows CE machines connected together over a local TCP/IP network. No regular desktops exists in this LAN. This LAN will only involve CE devices. Can I use the WNetAddConnection3() function to map a local name to a remote
|
| SqlCE 2/ Sql Mobile Access from VC++ | 12 May 2005 09:42 GMT | 3 |
I've already developed with .Net CF and I want to learn to develop applications with native code. I'm oriented towards MFC applications (now with eVc++ 4, and in future with VS2005), and I already know something about this library.
|
| Is there anyone who have wroten watchdog programs for Intel PXA 250 ? | 12 May 2005 08:09 GMT | 1 |
I am working on a Intel PXA 250 CPU.I want to write a watchdog program in order to reset the WinCE when CE or my software crash. According to the specification of PXA 250,four register should be setted:
|
| Learning eVC++ | 12 May 2005 01:57 GMT | 11 |
What is a good book to learn Visual C++ and eVC++? TIA, Yosh
|
| Edit control won't right-align... | 11 May 2005 22:51 GMT | 4 |
This is not a big deal, but I would like a dialog to have an Edit control right-align for integer input by the user. The EVC++ 4.0 resource editor allows me to specify alignment, but once compiled and downloaded, only left-align seems to occur. Does this just not work, (like ...
|
| Evc4 on IPAQ | 11 May 2005 21:43 GMT | 9 |
Please help me out. I just got an IPAQ rx3115. I'd like to be able to write applications that can run on this for which I've downloaded the MS tools. I first tried the version 3 tools but found out that my Ipaq was to new,
|
| pocket pc 2003 and sql server | 11 May 2005 21:10 GMT | 7 |
what's new in pocket pc 2003? eMbedded Visual C++ ADOCE development is not supported. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwmnew/html/ma new_ppc03.asp So how can i access a sql server(pervasive) from my application?
|
| Missing RAS support in Standard SDK 4.2? | 11 May 2005 17:02 GMT | 3 |
I wrote a dll that compiles and works fine when build with the Pocket PC 2003 SDK. Now I am trying to port it to Windows CE 4.2 with the Standardsdk_420. The dll contains calls to RAS functions like RasDial and
|
| directshow linking | 11 May 2005 00:50 GMT | 2 |
I'm having problems using directshow in a windows ce application. When i compile, i get he following link errors: error LNK2001: unresolved external symbol IID_IMediaEvent error LNK2001: unresolved external symbol IID_IMediaControl
|
| Convert CString to Char | 10 May 2005 21:32 GMT | 3 |
I'm building a simple app using Embedded Visual C++. I'm passing several arguments into my app via - int main(int argc, TCHAR *argv[]) i.e. CString valueOne = argv[1];
|
| Write in a serial port | 10 May 2005 07:08 GMT | 1 |
I am programming a real time project. I need to write and read from a serial port. So far, I have used the WriteFile function, the problem is that this function takes about 500 microseconds (a lot of time)
|
| Error happen on KernelIoControl() | 10 May 2005 05:59 GMT | 5 |
Dear Expert... I am developing PPC not smartphone. When I click a button, I would like to reset my PocketPC with KernelIoControl().
|