| Thread | Last Post | Replies |
|
| INTERNAL COMPILER ERROR ??? | 04 Sep 2004 04:43 GMT | 6 |
When I build my project in "Win32 (ARMV4I) Debug" mode, all is correct. But if I want to build it in "Win32 (ARMV4I) Release" mode, I obtain this message : c:\clients\tma\usc_sp.c(1809) : fatal error C1001: INTERNAL COMPILER ERROR
|
| Named pipes on PocketPC2003 | 03 Sep 2004 20:41 GMT | 2 |
I have been assigned to port a communication module written for win2k to PPC2003. My problem is that the module have an interface to upper layers via named pipes, and quoting msdn: Windows CE does not expose APIs for Mail slots or named pipes. -> this is an
|
| How to create directories using C functions | 03 Sep 2004 19:02 GMT | 1 |
Hello group, I'm using Windows CE.NET 4.2 Somebody any idea about how to create directories using only C function, or like I can call to functions CHDIR, MKDIR,
|
| atof woes | 03 Sep 2004 15:58 GMT | 2 |
Hi, I have some stuff from a win32 desktop app that I want to use on my pocketpc app, it is simple a atof() call on some strings. Here is what i have got: double Mx1 ;
|
| Process (Create,Terminate) | 03 Sep 2004 14:10 GMT | 6 |
Im trying to open a WMP from my application and close the WMP and pass the control to my application once the file which im passes is played(tt.wmv) The following code im using in a MFC based application on click event.. what it does is it opens the WMP and specifies file but now ...
|
| within eVC4; my right-click menu has changed | 03 Sep 2004 05:30 GMT | 2 |
Ever since I had messed-around within the IDE to set /Zm I've not been able to get the usual right-click menu that appears when I right-click on my code... all I get now is Cut, Copy, Paste, Open File, Properties
|
| DirectShow | 03 Sep 2004 04:47 GMT | 3 |
Is directshow supported under windows CE? and if so can I write a source filter for media player under CE? Thank you in advance, Regards,
|
| Random numbers | 03 Sep 2004 01:41 GMT | 4 |
I'm writing a little application in eVC++ and I need it to generate some random numbers, i'm using the function rand, but the numbers I get are always the same. I'm also using srand in order to initialize the seed, but
|
| New product feedback aliases | 03 Sep 2004 01:30 GMT | 1 |
I'd like to take a moment to inform you of the existence of new product group-monitored feedback email aliases we've instituted for Windows Embedded. This feedback medium allows you to direct feature requests and bug notices straight to our product groups.
|
| HOWTO call an application from c++ code | 02 Sep 2004 19:56 GMT | 2 |
With Embedded Visual C++, how do you call an application directly from the code ? For example, if I want my application to call pocketWord, how would I do that ? With c++ in linux, the "system" function exists to call any
|
| Heap problem while searching a database | 02 Sep 2004 19:52 GMT | 1 |
I have a MFC application which uses cdb databases with a class I derived from the CCeDBDatabase* classes. Maximum 4 sort orders can be defined on a record in a database, and I defined 1 or 2 sort orders on my databases. However I have to report the database records according to ...
|
| I have been troubling with using gethostbyadd() function. | 02 Sep 2004 17:01 GMT | 1 |
Hello. I were porting a desktop based source code to win CE.net based code. Of course, the original source code is perfectly working in desktop pc. But, there happen to an error with gethostbyaddr() function.
|
| debug dll in my device; | 02 Sep 2004 17:00 GMT | 1 |
I have a wince4.2 device based on x86, geode processor. On my desktop is installed evc++ 4.0 SP4 and visual studio 2003, Sdk of this device is loaded and used. Project is an industrial application, real time tested and made a dll to manage this: we are forced to use evc++ to ...
|
| Simpad SL4/sensor connection delivers unreadable signals | 02 Sep 2004 15:38 GMT | 2 |
Hi :-) I set up a serial port connection between a sensor board and a Simpad SL4 with WinCE 4.0. So far it had worked very fine and I received all sensor data perfectly. I had used the CFSerialClass.dll by Richard Grier. Then I
|
| FindFirstStore | 01 Sep 2004 22:04 GMT | 1 |
I'm using eVC 4.0 with sp4. I'm having problem of using FindFirstStore() call. In which LIB file that this api defined? I found storeapi.lib from WinCE 5.0 but eVC 4.0 gives "cannot open file storeapi.lib" error at link time. I have the path to this storeapi.lib added. What did ...
|