| Thread | Last Post | Replies |
|
| Best way to access SQLCE | 30 Jun 2004 22:29 GMT | 1 |
I'd like to find out how to run SQL against a SQLCE database using eVC++ 4. Specifically, I'm creating a setup.dll for wceload.exe. Can anyone give me a quickstart on doing this?
|
| [Newbie] Access to ISA Bus | 30 Jun 2004 16:34 GMT | 15 |
Hello, sorry for my poor english. I'm trying to use ISA bus with evc project. But I don't Know how to do??? Does I need to develop Driver??
|
| Using DirectDraw in WinCE 4.2 Emulator (Ddraw.lib) | 30 Jun 2004 16:30 GMT | 4 |
I am having difficulty locating the appropriate ddraw.lib (and ddraw.dll) for the WinCE 4.2 emulator. (I have the ddraw files for my XScale platform and they work just fine.) However, I can't locate the ddraw files for the WinCE 4.2 emulator. Does anyone know where I can locate ...
|
| Embedded toolset question | 30 Jun 2004 14:28 GMT | 7 |
I want to develop applications for the PocketPC platform and I am trying to decide whether I need Embedded Visual C++ V4 or whether I can use Developer Studio 2003 which I am also considering upgrading to from V6. Can anyone tell me the difference in capabilities between
|
| Layered Service Provider | 29 Jun 2004 14:50 GMT | 3 |
Has anybody been able to get the sample LSP that comes with platform builder to work on Pocket PC? I could use some hints if anybody has succeeded.
|
| Stylus calabration | 28 Jun 2004 22:46 GMT | 1 |
Can I run the Stylus Calabration program from my application? If so how? I am writing the appliation in C++.
 Signature gco
|
| no sdk (unprivilegized) | 28 Jun 2004 21:52 GMT | 4 |
I have installed Embedded Visual C++ 3.0 on Windows Server 2003. For administrator account is works well, but for a normal (unprivilegized) user it says "no CE platform SDK installed". Any hints?
|
| Error running eVc4 + SP3 | 28 Jun 2004 21:52 GMT | 1 |
I installed embedded Visual C++ 4 and SP3 as Administrator and when I run it as Administrator it works fine. I then logon as a non-Administrators user and try to run it and get error messages:
|
| stl and iostream for eVC++ 4 (sp3) | 28 Jun 2004 18:34 GMT | 6 |
I need to know if eVC++ 4.0 supports stl and in particular iostream. If not, what kind of stream is available or what are the alternatives? I am working on porting VC++ code onto CE. Thanks in advance,
|
| How do I "cold boot" from eVC++? | 28 Jun 2004 18:32 GMT | 3 |
Apparently I asked the wrong question before when I asked for a reboot command, and I ended up with this: KernelIoControl(IOCTL_HAL_REBOOT,0,0,0,0,0); Turns out that does more of a "warm boot", because it does not reload nk.bin
|
| How to disable there keys? | 28 Jun 2004 14:10 GMT | 1 |
Hi, all I am using EVC4++ and developing a program which will show a full screen when it is running. But when it is running, you press some hot key on my PDA, the calendar windows shows up, I want to disable there keys when our program is running! How to do that? Thanks
|
| How to import Metafile into ce apps? | 28 Jun 2004 12:45 GMT | 1 |
Want to transanct Vector map file(.wmf). While we can use createmetafile() under win, there is no such function in evc. Then ,how can we import metafiles?
|
| Visual Parse++ on eVC++ | 28 Jun 2004 12:11 GMT | 3 |
Have anybody used Sandstone's visual parse on an eVC++ platform ? Please help me solve this problem : I have a licensed version of VP++5.0 and building a parser in an embedded platform using eVC++.
|
| trying to use templates (but being unable to) | 28 Jun 2004 09:34 GMT | 2 |
I'm trying to do a template for my first time, but I'm having some problems. When compiling, it generates this error: unresolved external symbol "public: __cdecl TStructArray<struct TInfoMaqui>::TStructArray<struct TInfoMaqui>(int)"
|
| How to resolve" CVTRES: out of memory...." | 27 Jun 2004 04:23 GMT | 2 |
out of memory; size bytes requiredThere was not enough memory for CVTRES to complete the operation. //// i looked up the error in evc help, finding the expanation but no solution
|