| Thread | Last Post | Replies |
|
| EVC++ 4.0 - Serial Port on Emulator | 25 Jun 2004 06:06 GMT | 6 |
I wrote an application which open COM port and it will send out some data through the COM port on the Emulator. I was able to open the COM port and no error was reported writing the data. My problem is that I found out that no data are being sent out throught the
|
| Best way to get started on a PPC game ? | 25 Jun 2004 02:48 GMT | 1 |
I've seen that some people have created workspaces specifically to use to write games with. Should I use one of them? If so, which one is recommended? thankyou!!
|
| {mild} Questions concerning malloc and new | 23 Jun 2004 22:37 GMT | 4 |
First question: Does malloc work like with longs? I tried looking it up, but it didn't specify. Second question: Whats the difference if any between CODE A and CODE B CODE A long longFileSize;
|
| Language | 23 Jun 2004 18:12 GMT | 4 |
I am try to use czech language in my application but evc4.0 don't allow to me to use some char and show in the place of the right char, some other char or strange symbol. How i can setup my windows ce and my evc4.0 to show the right char that i would like to show.(i am using ev4.0 ...
|
| How do I reboot CE 4.2 from eVC++? | 23 Jun 2004 16:58 GMT | 7 |
How do I reboot the system from a C++ program? This looked promising: OEMIoControl(IOCTL_HAL_REBOOT,0,0,0,0,0); but when I found Kwin32.h somewhere under C:\WINCE420\private and copied it
|
| Why LoadImage() always failed? | 23 Jun 2004 11:48 GMT | 1 |
Hi,all I am using EVC4.0. And I try to load a bmp file from root folder of my PDA. HBITMAP hBmp = (HBITMAP)::LoadImage(AfxGetInstanceHandle(),L"\\test.bmp",IMAGE_BITMAP,0,0,0); DWORD dwError = GetLastError();
|
| Problems with VC4 | 23 Jun 2004 07:28 GMT | 1 |
I'm using embedded visual C++ (vC4x) on a windows XP machine. Every 5 minutes EVC++ is terminated without any warning. The time is BTW random. Sometimes it terminates when I stroke a key. What is wrong????????
|
| Does MS WindowsCE .NET 4.2 Emulator support directshow? | 22 Jun 2004 17:17 GMT | 1 |
I want to write a program which uses DirectShow, and test it in MS WindowsCE .NET 4.2 Emulator. My question is: Does MS WindowsCE .NET 4.2 Emulator support directshow? Thanks in advance! Best Regards,
|
| C++ Wrapper to open a .vce file with a custom icon | 22 Jun 2004 13:39 GMT | 1 |
I read the KB article on changing eVB application icons using a C++ wrapper, this works fine but when it comes to changing icons for other programs in windows CE is this possible using the same method but editing the C++? As im new to C++ i dont really understand how i could ...
|
| Virtual serial port (COM) with emulator | 22 Jun 2004 10:34 GMT | 2 |
I´ve tried to get serial data through the Emulator but it´s not going. Now I´m trying the same but instead of using the phisical com port I´m using a text file. In the platform Manager configuration of EVC 4 C++, I configure the Startup Emulator server, setting a file (serial1 ...
|
| problem on building the usb driver | 22 Jun 2004 06:19 GMT | 1 |
I copy the usb driver under common directory and add the driver by adding feature to the platform(I edit the cec file and set the build method as the dirs file in the default directory),when I build the driver, system reports it don't know how to make the .def file,so how
|
| NDIS WAN IM for WinCE | 21 Jun 2004 23:55 GMT | 1 |
This is my first time on this board as I believe I have come across a stump regarding this project I am working on. My situation is this. I have succesfully ported over passthru for WinCE(in this case for Pocket PC). And my IM driver is succesfully
|
| {mild} file transfer when file is larger than TCP packet size? | 21 Jun 2004 23:17 GMT | 3 |
I have written some code for a file transfer using sockets. I have sucessfully transferred files (txt and jpg) when those files were smaller that the MAX_PACKET_SIZE. I need to be able to transfer larger files (i.e. 50k bytes) My question is how do I structure my c++ code to ...
|
| usbd.lib not found | 21 Jun 2004 22:23 GMT | 1 |
I installed eMbedded Visual Tools 3.0 - 2002 Edition along with the PocketPC2002 SDK. And I want to compile a usb driver project that uses usbd.lib. But this library cannot be found on my PC. What can I do?
|
| detect sync? | 21 Jun 2004 17:29 GMT | 1 |
is there a way to detect on-synchronization in my ppc? while my program runs? thanks
|