| Thread | Last Post | Replies |
|
| Read a string in C# from a DLL written in eVC ++ | 30 Jul 2004 21:18 GMT | 1 |
I created a DLL with embedded VC++ 4.0 which export symbol "C++", with function which returns a char *. This DLL is then used with C #. I followed the example of the following SDK:
|
| Converting a date from a string in the format yyyy/mm/dd to the number of seconds since 01/01/1980 | 30 Jul 2004 17:10 GMT | 3 |
Does anybody know a way to do this? I thought I could use the SystemToVariantTime function, but I can't link my project with this call. Thanks!
|
| EVC debugging | 30 Jul 2004 15:17 GMT | 3 |
i'm trying to lauch a WCE PPC2003 created with evc4.0 sp3 but each time i try to launch it, or debug it on the ppc2003 emulator, i got the following error statement : "cannot lauch the remote executable"
|
| Playing avi files | 30 Jul 2004 14:15 GMT | 1 |
Does anyone of you know how to play avi files on pocket pc??
|
| serial port HKEY_LOCAL... | 30 Jul 2004 13:55 GMT | 1 |
when you look at the platform.reg file ,which you can see inside the PB under the hardware Specific files inside the platform view, there are some keys for the serial ports : HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial
|
| Difficulty with LocalFree in eVC++ DLL | 30 Jul 2004 02:56 GMT | 1 |
I created a simple DLL from a modified code sample of a function that will return a pipe ( | ) delimited string of all storage cards (SD/CF/Filestore) on a handheld; the exact code is below. NOTE: In order to compile this you must link note_prj.lib to the project
|
| Is there a tutorial for embed vc 4 anywhere? | 29 Jul 2004 13:34 GMT | 3 |
I'm new to ms-style programming, so I was wondering if there is a getting started tutorial for embedded vc4? I understand some of the basic ms style programming concepts such as messages and window procedures. I created the sample hello world app in evc4 and ran it on my ppc and ...
|
| serial port test | 29 Jul 2004 03:54 GMT | 2 |
can anyone tell me how i can test the serial port on a Win ce platform,does windows ce have anything like the hyper terminal ? thanks
|
| WARNING: Multi-Thread App Debugging with eVC++ 4.0 vs. eVC++ 3.0 | 28 Jul 2004 17:49 GMT | 1 |
I have found a significant difference in the processing of break points when debugging with eVC++ 4.0 vs. eVC++ 3.0. I have verified this difference on the X86 emulator as well as on a CEPC system. In the older system it was possible to step through the execution of one
|
| Linking Smart Card API | 28 Jul 2004 00:21 GMT | 2 |
when I use smart card Function in my evc++ 3.0 project (for ppc 2002) I have unresolved external. Do you know the library that I have to include in my project ?
|
| Barcode Readers | 27 Jul 2004 22:39 GMT | 4 |
To all: I would like some input from anyone who has developed applications interfacing to barcode readers. I plan to develop for Pocket PC 2002, using C++.
|
| Question about SetThreadPriority(THREAD_PRIORITY_TIME_CRITICAL)? | 27 Jul 2004 14:07 GMT | 2 |
I'm developing a real-time application (continues to call some functions to instruct a device to send out signals in short time), so I call the SetThreaPriority(THREAD_PRIORITY_TIME_CRITICAL) to set the thread's priority to highest, I don't want any other thread interrupt my ...
|
| EVC for beginner | 27 Jul 2004 12:25 GMT | 5 |
Any references or web sites provide tutorials for beginner? Thank you
|
| problem with fseek in Embedded CE 4.2 | 26 Jul 2004 22:00 GMT | 2 |
I'm reading/writing to a file on a storage card using fopen/fread/fwrite/fseek. For some reason the following bit of code fails on the ASSERT() because nFramesRead = 4. This occurs when running the STANDARDSDK_420 and the WCE emulator. Any one else had this kind of problem?
|
| ADOCE 3.1 SDK | 26 Jul 2004 15:53 GMT | 5 |
I need to add ADO support to my CE 4.1 application using emBedded Visual C/C++ without using managed code or any type of framework. The application will call stored procedures SQL Server 2000 remotely. The only possible solution Microsoft seems to offer is ADOCE 3.1 SDK which ...
|